Home
last modified time | relevance | path

Searched refs:GetCallback (Results 1 – 25 of 26) sorted by relevance

12

/system/tools/aidl/tests/java/src/android/aidl/tests/
DNullableTests.java99 INamedCallback callback = mService.GetCallback(false); in testNullableIInterface()
102 callback = mService.GetCallback(true); in testNullableIInterface()
/system/bt/service/ipc/binder/
Dinterface_with_instances_base.h69 android::sp<IInterface> GetCallback(int instance_id);
Dbluetooth_gatt_client_binder_server.cc64 auto cb = GetCallback(client_id); in GetGattClientCallback()
Dbluetooth_le_scanner_binder_server.cc121 auto cb = GetCallback(scanner_id); in GetLECallback()
Dinterface_with_instances_base.cc99 android::sp<IInterface> InterfaceWithInstancesBase::GetCallback( in GetCallback() function in ipc::binder::InterfaceWithInstancesBase
Dbluetooth_le_advertiser_binder_server.cc160 auto cb = GetCallback(advertiser_id); in GetLECallback()
Dbluetooth_low_energy_binder_server.cc154 auto cb = GetCallback(client_id); in GetLECallback()
Dbluetooth_a2dp_sink_binder_server.cc197 auto cb = GetCallback(bluetooth::A2dpSink::kSingletonInstanceId); in GetA2dpSinkCallback()
Dbluetooth_a2dp_source_binder_server.cc200 auto cb = GetCallback(bluetooth::A2dpSource::kSingletonInstanceId); in GetA2dpSourceCallback()
Dbluetooth_gatt_server_binder_server.cc212 auto cb = GetCallback(server_id); in GetGattServerCallback()
Dbluetooth_avrcp_target_binder_server.cc312 auto cb = GetCallback(bluetooth::AvrcpTarget::kSingletonInstanceId); in GetAvrcpTargetCallback()
/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp179 auto status = service->GetCallback(false, &callback); in TEST_F()
186 auto status = service->GetCallback(true, &callback); in TEST_F()
Daidl_test_service.cpp554 Status GetCallback(bool return_null, sp<INamedCallback>* ret) { in GetCallback() function in __anon343ceddf0111::NativeService
/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
175 command_queue_.front().GetCallback<TResponse>()->Invoke(move(response_view)); in handle_command_response()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl146 @nullable INamedCallback GetCallback(boolean return_null); 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
1150 …let _aidl_reply = self.binder.transact(transactions::GetCallback, binder::FLAG_CLEAR_BUF | binder:… in GetCallback()
1157 return _aidl_default_impl.GetCallback(_arg_return_null); in GetCallback()
1294GetCallback(&self, _arg_return_null: bool) -> binder::public_api::Result<Option<binder::Strong<dyn… in GetCallback() method
1878 transactions::GetCallback => { in on_transact()
1880 let _aidl_return = _aidl_service.GetCallback(_arg_return_null); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_client.rs426 .GetCallback(true) in test_binder()
430 .GetCallback(false) in test_binder()
Dtest_service.rs250 fn GetCallback( in GetCallback() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h61 …::ndk::ScopedAStatus GetCallback(bool in_return_null, std::shared_ptr<::aidl::android::aidl::tests…
DITestService.h210 …virtual ::ndk::ScopedAStatus GetCallback(bool in_return_null, std::shared_ptr<::aidl::android::aid…
266 …::ndk::ScopedAStatus GetCallback(bool in_return_null, std::shared_ptr<::aidl::android::aidl::tests…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h63 …::android::binder::Status GetCallback(bool return_null, ::android::sp<::android::aidl::tests::INam…
DITestService.h156 …virtual ::android::binder::Status GetCallback(bool return_null, ::android::sp<::android::aidl::tes…
304 …::android::binder::Status GetCallback(bool, ::android::sp<::android::aidl::tests::INamedCallback>*… in GetCallback() function
/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
879 android.aidl.tests.INamedCallback _result = this.GetCallback(_arg0); in onTransact()
2123 …@Override public android.aidl.tests.INamedCallback GetCallback(boolean return_null) throws android… in GetCallback() method in ITestService.Stub.Proxy
2134 return getDefaultImpl().GetCallback(return_null); in GetCallback()
2484 …public android.aidl.tests.INamedCallback GetCallback(boolean return_null) throws android.os.Remote… 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-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp922 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetCallback(in_return_null, &_aidl_return); in _aidl_onTransact()
2929 ::ndk::ScopedAStatus BpTestService::GetCallback(bool in_return_null, std::shared_ptr<::aidl::androi… in GetCallback() function in aidl::android::aidl::tests::BpTestService
2953 _aidl_status = ITestService::getDefaultImpl()->GetCallback(in_return_null, _aidl_return); in GetCallback()
3441 ::ndk::ScopedAStatus ITestServiceDefault::GetCallback(bool /*in_return_null*/, std::shared_ptr<::ai… in GetCallback() function in aidl::android::aidl::tests::ITestServiceDefault

12