/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | NullableTests.java | 83 INamedCallback callback = mService.GetCallback(false); in testNullableIInterface() 86 callback = mService.GetCallback(true); in testNullableIInterface()
|
/system/bt/service/ipc/binder/ |
D | interface_with_instances_base.h | 69 android::sp<IInterface> GetCallback(int instance_id);
|
D | bluetooth_gatt_client_binder_server.cc | 64 auto cb = GetCallback(client_id); in GetGattClientCallback()
|
D | bluetooth_le_scanner_binder_server.cc | 121 auto cb = GetCallback(scanner_id); in GetLECallback()
|
D | interface_with_instances_base.cc | 99 android::sp<IInterface> InterfaceWithInstancesBase::GetCallback( in GetCallback() function in ipc::binder::InterfaceWithInstancesBase
|
D | bluetooth_le_advertiser_binder_server.cc | 160 auto cb = GetCallback(advertiser_id); in GetLECallback()
|
D | bluetooth_low_energy_binder_server.cc | 154 auto cb = GetCallback(client_id); in GetLECallback()
|
D | bluetooth_a2dp_sink_binder_server.cc | 197 auto cb = GetCallback(bluetooth::A2dpSink::kSingletonInstanceId); in GetA2dpSinkCallback()
|
D | bluetooth_a2dp_source_binder_server.cc | 200 auto cb = GetCallback(bluetooth::A2dpSource::kSingletonInstanceId); in GetA2dpSourceCallback()
|
D | bluetooth_gatt_server_binder_server.cc | 212 auto cb = GetCallback(server_id); in GetGattServerCallback()
|
D | bluetooth_avrcp_target_binder_server.cc | 312 auto cb = GetCallback(bluetooth::AvrcpTarget::kSingletonInstanceId); in GetAvrcpTargetCallback()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_nullables.cpp | 148 auto status = service->GetCallback(false, &callback); in TEST_F() 155 auto status = service->GetCallback(true, &callback); in TEST_F()
|
D | aidl_test_service.cpp | 460 Status GetCallback(bool return_null, sp<INamedCallback>* ret) { in GetCallback() function in __anonee08dd980111::NativeService
|
/system/bt/gd/hci/ |
D | hci_layer.cc | 71 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/ |
D | ITestService.aidl | 133 @nullable INamedCallback GetCallback(boolean return_null); in GetCallback() method
|