Home
last modified time | relevance | path

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

/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
111 @Override public java.lang.String GetName() throws android.os.RemoteException in GetName() method in INamedCallback.Stub.Proxy
137 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/
DINamedCallback.h27 ::android::binder::Status GetName(::android::String16* /*_aidl_return*/) override { in GetName() function
DBnNamedCallback.h24 ::android::binder::Status GetName(::android::String16* _aidl_return) override { in GetName() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnNamedCallback.h31 ::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.cpp40 ::ndk::ScopedAStatus BpNamedCallback::GetName(std::string* _aidl_return) { in GetName() function in aidl::android::aidl::tests::BpNamedCallback
127 ::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.cpp23 ::android::binder::Status BpNamedCallback::GetName(::android::String16* _aidl_return) { in GetName() function in android::aidl::tests::BpNamedCallback
/system/linkerconfig/modules/
Dnamespace.cc149 std::string Namespace::GetName() const { in GetName() function in android::linkerconfig::modules::Namespace
Dsection.cc172 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/rust/
Dtest_service_async.rs54 async fn GetName(&self) -> binder::Result<String> { in GetName() method
Dtest_service.rs54 fn GetName(&self) -> binder::Result<String> { in GetName() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java300 public String GetName() { in GetName() method in TestServiceServer.MyNamedCallback
/system/tools/aidl/tests/
Daidl_test_service.cpp143 Status GetName(String16* ret) { in GetName() function in __anonbcceb43d0111::NamedCallback
/system/apex/apexd/
Dapexd.cpp276 const std::string& GetName() const { return name_; } in GetName() function in android::apex::__anon0607e7790111::DmVerityDevice