Home
last modified time | relevance | path

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

/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DNullableTests.java83 INamedCallback callback = mService.GetCallback(false); in testNullableIInterface()
86 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.cpp148 auto status = service->GetCallback(false, &callback); in TEST_F()
155 auto status = service->GetCallback(true, &callback); in TEST_F()
Daidl_test_service.cpp460 Status GetCallback(bool return_null, sp<INamedCallback>* ret) { in GetCallback() function in __anonee08dd980111::NativeService
/system/bt/gd/hci/
Dhci_layer.cc71 ContextualOnceCallback<void(TView)>* GetCallback() { in GetCallback() function in bluetooth::hci::CommandQueueEntry
76 ContextualOnceCallback<void(CommandStatusView)>* GetCallback<CommandStatusView>() { in GetCallback() function in bluetooth::hci::CommandQueueEntry
81 ContextualOnceCallback<void(CommandCompleteView)>* GetCallback<CommandCompleteView>() { in GetCallback() function in bluetooth::hci::CommandQueueEntry
140 command_queue_.front().GetCallback<TResponse>()->Invoke(move(response_view)); in handle_command_response()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl133 @nullable INamedCallback GetCallback(boolean return_null); in GetCallback() method