Home
last modified time | relevance | path

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

/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DINamedCallback.java15 @Override public java.lang.String GetName() throws android.os.RemoteException in GetName() method in INamedCallback.Default
113 @Override public java.lang.String GetName() throws android.os.RemoteException in GetName() method in INamedCallback.Stub.Proxy
140 public java.lang.String GetName() throws android.os.RemoteException; in GetName() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DINamedCallback.java15 @Override public java.lang.String GetName() throws android.os.RemoteException in GetName() method in INamedCallback.Default
113 @Override public java.lang.String GetName() throws android.os.RemoteException in GetName() method in INamedCallback.Stub.Proxy
140 public java.lang.String GetName() throws android.os.RemoteException; in GetName() method
/system/tools/aidl/tests/android/aidl/tests/
DINamedCallback.aidl20 String GetName(); in GetName() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnNamedCallback.h32 ::android::binder::Status GetName(::android::String16* _aidl_return) override { in GetName() function
DINamedCallback.h35 ::android::binder::Status GetName(::android::String16* /*_aidl_return*/) override { in GetName() function
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnNamedCallback.h32 ::android::binder::Status GetName(::android::String16* _aidl_return) override { in GetName() function
DINamedCallback.h35 ::android::binder::Status GetName(::android::String16* /*_aidl_return*/) override { in GetName() function
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnNamedCallback.h39 ::ndk::ScopedAStatus GetName(std::string* _aidl_return) override { in GetName() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnNamedCallback.h39 ::ndk::ScopedAStatus GetName(std::string* _aidl_return) override { in GetName() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DINamedCallback.cpp49 ::ndk::ScopedAStatus BpNamedCallback::GetName(std::string* _aidl_return) { in GetName() function in aidl::android::aidl::tests::BpNamedCallback
145 ::ndk::ScopedAStatus INamedCallbackDefault::GetName(std::string* /*_aidl_return*/) { in GetName() function in aidl::android::aidl::tests::INamedCallbackDefault
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DINamedCallback.cpp49 ::ndk::ScopedAStatus BpNamedCallback::GetName(std::string* _aidl_return) { in GetName() function in aidl::android::aidl::tests::BpNamedCallback
145 ::ndk::ScopedAStatus INamedCallbackDefault::GetName(std::string* /*_aidl_return*/) { in GetName() function in aidl::android::aidl::tests::INamedCallbackDefault
/system/apex/apexd/
Dapexd_dm.h50 const std::string& GetName() const { return name_; } in GetName() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DINamedCallback.cpp30 ::android::binder::Status BpNamedCallback::GetName(::android::String16* _aidl_return) { in GetName() function in android::aidl::tests::BpNamedCallback
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DINamedCallback.cpp30 ::android::binder::Status BpNamedCallback::GetName(::android::String16* _aidl_return) { in GetName() function in android::aidl::tests::BpNamedCallback
/system/linkerconfig/modules/
Dnamespace.cc154 std::string Namespace::GetName() const { in GetName() function in android::linkerconfig::modules::Namespace
Dsection.cc175 std::string Section::GetName() { in GetName() function in android::linkerconfig::modules::Section
/system/unwinding/libunwindstack/
DSymbols.cpp149 bool Symbols::GetName(uint64_t addr, Memory* elf_memory, SharedString* name, in GetName() function in unwindstack::Symbols
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java309 public String GetName() { in GetName() method in TestServiceServer.MyNamedCallback
/system/tools/aidl/tests/rust/
Dtest_service_async.rs66 async fn GetName(&self) -> binder::Result<String> { in GetName() method
Dtest_service.rs62 fn GetName(&self) -> binder::Result<String> { in GetName() method
/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp89 ScopedAStatus GetName(std::string* ret) override { in GetName() function in __anon4c0400ca0111::NamedCallback
Daidl_test_service.cpp135 Status GetName(String16* ret) { in GetName() function in __anon6380430e0111::NamedCallback