Searched defs:GetName (Results 1 - 5 of 5) sorted by relevance

/system/core/libunwindstack/
H A DSymbols.cpp57 bool Symbols::GetName(uint64_t addr, uint64_t load_bias, Memory* elf_memory, std::string* name, function in class:unwindstack::Symbols
112 template bool Symbols::GetName<Elf32_Sym>(uint64_t, uint64_t, Memory*, std::string*, uint64_t*);
113 template bool Symbols::GetName<Elf64_Sym>(uint64_t, uint64_t, Memory*, std::string*, uint64_t*);
/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc104 Status BluetoothBinderServer::GetName(::android::String16* _aidl_return) { function in class:ipc::binder::BluetoothBinderServer
106 *_aidl_return = String16(String8(adapter_->GetName().c_str()));
/system/tools/aidl/tests/
H A Daidl_test_service.cpp96 Status GetName(String16* ret) { function in class:__anon2520::NamedCallback
278 Status status = service->GetName(&foundName);
/system/update_engine/update_manager/
H A Dvariable.h77 const std::string& GetName() const { function in class:chromeos_update_manager::BaseVariable
/system/tools/aidl/
H A Daidl_language.h85 const std::string& GetName() const { return name_; } function in class:AidlType
125 std::string GetName() const { return name_; } function in class:AidlArgument
164 const std::string& GetName() const { return name_; } function in class:AidlIntConstant
183 const std::string& GetName() const { return name_; } function in class:AidlStringConstant
213 const std::string& GetName() const { return name_; } function in class:AidlMethod
299 std::string GetName() const { return name_->GetDotName(); } function in class:AidlParcelable
325 const std::string& GetName() const { return name_; } function in class:AidlInterface

Completed in 440 milliseconds