Home
last modified time | relevance | path

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

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DINamedCallback.rs17 fn GetName(&self) -> binder::Result<String>; in GetName() method
27 fn GetName<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>>; in GetName() method
32 async fn GetName(&self) -> binder::Result<String>; in GetName() method
54 fn GetName(&self) -> binder::Result<String> { in new_async_binder() function
63 fn GetName(&self) -> binder::Result<String> { in GetName() method
68 …pub const GetName: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRANSACT… constant
94 fn GetName(&self) -> binder::Result<String> { in GetName() method
101 fn GetName<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> { in GetName() method
116 fn GetName(&self) -> binder::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
91 @Override public java.lang.String GetName() throws android.os.RemoteException in GetName() method in INamedCallback.Stub.Proxy
112 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.h23 ::android::binder::Status GetName(::android::String16* /*_aidl_return*/) override { in GetName() function
DBnNamedCallback.h20 ::android::binder::Status GetName(::android::String16* _aidl_return) 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-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.cc142 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/unwinding/libunwindstack/
DSymbols.cpp126 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.rs53 async fn GetName(&self) -> binder::Result<String> { in GetName() method
Dtest_service.rs53 fn GetName(&self) -> binder::Result<String> { in GetName() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java291 public String GetName() { in GetName() method in TestServiceServer.MyNamedCallback
/system/tools/aidl/tests/
Daidl_test_service.cpp135 Status GetName(String16* ret) { in GetName() function in __anon556d30440111::NamedCallback
/system/apex/apexd/
Dapexd.cpp306 const std::string& GetName() const { return name_; } in GetName() function in android::apex::__anon9c4c07c00111::DmVerityDevice