Home
last modified time | relevance | path

Searched defs:GetName (Results 1 – 25 of 29) sorted by relevance

12

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DINamedCallback.rs14 fn GetName(&self) -> binder::public_api::Result<String>; in GetName() method
23 fn GetName(&self) -> binder::public_api::Result<String> { in GetName() method
28 pub const GetName: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 0; constant
37 fn GetName(&self) -> binder::public_api::Result<String> { in GetName() method
54 fn GetName(&self) -> binder::public_api::Result<String> { self.0.GetName() } in GetName() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DINamedCallback.java10 @Override public java.lang.String GetName() throws android.os.RemoteException in GetName() method in INamedCallback.Default
88 @Override public java.lang.String GetName() throws android.os.RemoteException in GetName() method in INamedCallback.Stub.Proxy
131 public java.lang.String GetName() throws android.os.RemoteException; in GetName() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DINamedCallback.h26 ::android::binder::Status GetName(::android::String16*) override { in GetName() function
/system/tools/aidl/tests/android/aidl/tests/
DINamedCallback.aidl20 String GetName(); in GetName() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DINamedCallback.cpp39 ::ndk::ScopedAStatus BpNamedCallback::GetName(std::string* _aidl_return) { in GetName() function in aidl::android::aidl::tests::BpNamedCallback
126 ::ndk::ScopedAStatus INamedCallbackDefault::GetName(std::string* /*_aidl_return*/) { in GetName() function in aidl::android::aidl::tests::INamedCallbackDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DINamedCallback.cpp32 ::android::binder::Status BpNamedCallback::GetName(::android::String16* _aidl_return) { in GetName() function in android::aidl::tests::BpNamedCallback
/system/bt/main/shim/
Dentry.cc93 neighbor::NameModule* GetName() { in GetName() function
/system/bt/test/mock/
Dmock_main_shim_entry.cc68 neighbor::NameModule* GetName() { return nullptr; } in GetName() function
Dmock_common_message_loop_thread.cc163 std::string MessageLoopThread::GetName() const { return thread_name_; } in GetName() function in bluetooth::common::MessageLoopThread
/system/bt/gd/security/
Dui.h38 std::string GetName() { in GetName() function
/system/bt/gd/packet/parser/fields/
Dgroup_field.cc28 std::string GroupField::GetName() const { in GetName() function in GroupField
Dpacket_field.cc31 std::string PacketField::GetName() const { in GetName() function in PacketField
/system/linkerconfig/modules/
Dnamespace.cc138 std::string Namespace::GetName() const { in GetName() function in android::linkerconfig::modules::Namespace
Dsection.cc162 std::string Section::GetName() { in GetName() function in android::linkerconfig::modules::Section
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl42 String GetName(); in GetName() method
/system/update_engine/update_manager/
Dvariable.h77 const std::string& GetName() const { return name_; } in GetName() function
/system/bt/common/
Dmessage_loop_thread.cc163 std::string MessageLoopThread::GetName() const { in GetName() function in bluetooth::common::MessageLoopThread
Donce_timer_unittest.cc46 void GetName(std::string* name, std::promise<void>* promise) { in GetName() function in OnceTimerTest
Drepeating_timer_unittest.cc46 void GetName(std::string* name, std::promise<void>* promise) { in GetName() function in RepeatingTimerTest
Dmessage_loop_thread_unittest.cc46 void GetName(std::promise<std::string> name_promise) { in GetName() function in MessageLoopThreadTest
/system/unwinding/libunwindstack/
DSymbols.cpp126 bool Symbols::GetName(uint64_t addr, Memory* elf_memory, SharedString* name, in GetName() function in unwindstack::Symbols
/system/bt/service/test/
Dadapter_unittest.cc205 TEST_F(AdapterTest, GetName) { in TEST_F() argument
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice_properties.h202 const std::array<uint8_t, 248>& GetName() const { return name_; } in GetName() function
/system/tools/aidl/tests/rust/
Dtest_service.rs46 fn GetName(&self) -> binder::Result<String> { in GetName() method
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc107 Status BluetoothBinderServer::GetName(::android::String16* _aidl_return) { in GetName() function in ipc::binder::BluetoothBinderServer

12