/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | INamedCallback.rs | 17 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/ |
D | INamedCallback.java | 10 @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/ |
D | INamedCallback.h | 23 ::android::binder::Status GetName(::android::String16* /*_aidl_return*/) override { in GetName() function
|
D | BnNamedCallback.h | 20 ::android::binder::Status GetName(::android::String16* _aidl_return) override { in GetName() function
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | INamedCallback.aidl | 20 String GetName(); in GetName() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnNamedCallback.h | 31 ::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/ |
D | INamedCallback.cpp | 40 ::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/ |
D | INamedCallback.cpp | 23 ::android::binder::Status BpNamedCallback::GetName(::android::String16* _aidl_return) { in GetName() function in android::aidl::tests::BpNamedCallback
|
/system/linkerconfig/modules/ |
D | namespace.cc | 142 std::string Namespace::GetName() const { in GetName() function in android::linkerconfig::modules::Namespace
|
D | section.cc | 162 std::string Section::GetName() { in GetName() function in android::linkerconfig::modules::Section
|
/system/unwinding/libunwindstack/ |
D | Symbols.cpp | 126 bool Symbols::GetName(uint64_t addr, Memory* elf_memory, SharedString* name, in GetName() function in unwindstack::Symbols
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 53 async fn GetName(&self) -> binder::Result<String> { in GetName() method
|
D | test_service.rs | 53 fn GetName(&self) -> binder::Result<String> { in GetName() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 291 public String GetName() { in GetName() method in TestServiceServer.MyNamedCallback
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 135 Status GetName(String16* ret) { in GetName() function in __anon556d30440111::NamedCallback
|
/system/apex/apexd/ |
D | apexd.cpp | 306 const std::string& GetName() const { return name_; } in GetName() function in android::apex::__anon9c4c07c00111::DmVerityDevice
|