Home
last modified time | relevance | path

Searched defs:GetCallback (Results 1 – 11 of 11) sorted by relevance

/system/bt/service/ipc/binder/
Dinterface_with_instances_base.cc99 android::sp<IInterface> InterfaceWithInstancesBase::GetCallback( in GetCallback() function in ipc::binder::InterfaceWithInstancesBase
/system/bt/gd/hci/
Dhci_layer.cc79 ContextualOnceCallback<void(TView)>* GetCallback() { in GetCallback() function in bluetooth::hci::CommandQueueEntry
84 ContextualOnceCallback<void(CommandStatusView)>* GetCallback<CommandStatusView>() { in GetCallback() function in bluetooth::hci::CommandQueueEntry
89 ContextualOnceCallback<void(CommandCompleteView)>* GetCallback<CommandCompleteView>() { in GetCallback() function in bluetooth::hci::CommandQueueEntry
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl146 @nullable INamedCallback GetCallback(boolean return_null); in GetCallback() method
/system/tools/aidl/tests/rust/
Dtest_service.rs250 fn GetCallback( in GetCallback() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs60 …fn GetCallback(&self, _arg_return_null: bool) -> binder::public_api::Result<Option<binder::Strong<… in GetCallback() method
209 …fn GetCallback(&self, _arg_return_null: bool) -> binder::public_api::Result<Option<binder::Strong<… in GetCallback() method
274 pub const GetCallback: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 45; constant
1149 …fn GetCallback(&self, _arg_return_null: bool) -> binder::public_api::Result<Option<binder::Strong<… in GetCallback() method
1294 …fn GetCallback(&self, _arg_return_null: bool) -> binder::public_api::Result<Option<binder::Strong<… in GetCallback() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java393 public INamedCallback GetCallback(boolean return_null) throws RemoteException { in GetCallback() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1846 ::android::binder::Status BpTestService::GetCallback(bool return_null, ::android::sp<::android::aid… in GetCallback() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2929 ::ndk::ScopedAStatus BpTestService::GetCallback(bool in_return_null, std::shared_ptr<::aidl::androi… in GetCallback() function in aidl::android::aidl::tests::BpTestService
3441 ::ndk::ScopedAStatus ITestServiceDefault::GetCallback(bool /*in_return_null*/, std::shared_ptr<::ai… in GetCallback() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java207 …@Override public android.aidl.tests.INamedCallback GetCallback(boolean return_null) throws android… in GetCallback() method in ITestService.Default
2123 …@Override public android.aidl.tests.INamedCallback GetCallback(boolean return_null) throws android… in GetCallback() method in ITestService.Stub.Proxy
2484 …public android.aidl.tests.INamedCallback GetCallback(boolean return_null) throws android.os.Remote… in GetCallback() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h304 …::android::binder::Status GetCallback(bool, ::android::sp<::android::aidl::tests::INamedCallback>*… in GetCallback() function
/system/tools/aidl/tests/
Daidl_test_service.cpp554 Status GetCallback(bool return_null, sp<INamedCallback>* ret) { in GetCallback() function in __anon343ceddf0111::NativeService