/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 126 Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean() argument 128 *_aidl_return = token; in RepeatBoolean() 131 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() argument 133 *_aidl_return = token; in RepeatByte() 136 Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar() argument 138 *_aidl_return = token; in RepeatChar() 141 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() argument 143 *_aidl_return = token; in RepeatInt() 146 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() argument 148 *_aidl_return = token; in RepeatLong() [all …]
|
/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cc | 51 Status BluetoothBinderServer::IsEnabled(bool* _aidl_return) { in IsEnabled() argument 53 *_aidl_return = adapter_->IsEnabled(); in IsEnabled() 57 Status BluetoothBinderServer::GetState(int32_t* _aidl_return) { in GetState() argument 59 *_aidl_return = adapter_->GetState(); in GetState() 64 bool* _aidl_return) { in Enable() argument 66 *_aidl_return = adapter_->Enable(start_restricted); in Enable() 70 Status BluetoothBinderServer::EnableNoAutoConnect(bool* _aidl_return) { in EnableNoAutoConnect() argument 73 *_aidl_return = false; in EnableNoAutoConnect() 77 Status BluetoothBinderServer::Disable(bool* _aidl_return) { in Disable() argument 79 *_aidl_return = adapter_->Disable(); in Disable() [all …]
|
D | bluetooth_binder_server.h | 60 Status IsEnabled(bool* _aidl_return) override; 61 Status GetState(int32_t* _aidl_return) override; 62 Status Enable(bool start_restricted, bool* _aidl_return) override; 63 Status EnableNoAutoConnect(bool* _aidl_return) override; 64 Status Disable(bool* _aidl_return) override; 66 Status GetAddress(::android::String16* _aidl_return) override; 68 ::std::vector<::android::bluetooth::UUID>* _aidl_return) override; 69 Status SetName(const ::android::String16& name, bool* _aidl_return) override; 70 Status GetName(::android::String16* _aidl_return) override; 76 Status IsMultiAdvertisementSupported(bool* _aidl_return) override; [all …]
|
D | bluetooth_low_energy_binder_server.cc | 44 bool* _aidl_return) { in RegisterClient() argument 49 *_aidl_return = RegisterInstanceBase(callback, ble_factory); in RegisterClient() 68 bool* _aidl_return) { in Connect() argument 76 *_aidl_return = false; in Connect() 80 *_aidl_return = in Connect() 87 bool* _aidl_return) { in Disconnect() argument 94 *_aidl_return = false; in Disconnect() 98 *_aidl_return = client->Disconnect(std::string(String8(address).string())); in Disconnect() 104 bool* _aidl_return) { in SetMtu() argument 112 *_aidl_return = false; in SetMtu() [all …]
|
D | bluetooth_le_advertiser_binder_server.cc | 44 bool* _aidl_return) { in RegisterAdvertiser() argument 49 *_aidl_return = RegisterInstanceBase(callback, adv_factory); in RegisterAdvertiser() 69 const android::bluetooth::AdvertiseSettings& settings, bool* _aidl_return) { in StartMultiAdvertising() argument 76 *_aidl_return = false; in StartMultiAdvertising() 105 *_aidl_return = false; in StartMultiAdvertising() 109 *_aidl_return = true; in StartMultiAdvertising() 114 int advertiser_id, bool* _aidl_return) { in StopMultiAdvertising() argument 121 *_aidl_return = false; in StopMultiAdvertising() 150 *_aidl_return = false; in StopMultiAdvertising() 154 *_aidl_return = true; in StopMultiAdvertising()
|
D | bluetooth_le_scanner_binder_server.cc | 44 bool* _aidl_return) { in RegisterScanner() argument 49 *_aidl_return = RegisterInstanceBase(callback, ble_factory); in RegisterScanner() 68 bool* _aidl_return) { in StartScan() argument 75 *_aidl_return = false; in StartScan() 84 *_aidl_return = scanner->StartScan(settings, flt); in StartScan() 89 bool* _aidl_return) { in StopScan() argument 96 *_aidl_return = false; in StopScan() 100 *_aidl_return = scanner->StopScan(); in StopScan()
|
D | bluetooth_gatt_server_binder_server.cc | 44 bool* _aidl_return) { in RegisterServer() argument 49 *_aidl_return = RegisterInstanceBase(callback, gatt_server_factory); in RegisterServer() 67 bool* _aidl_return) { in AddService() argument 74 *_aidl_return = false; in AddService() 102 *_aidl_return = false; in AddService() 106 *_aidl_return = true; in AddService() 112 int offset, const std::vector<uint8_t>& value, bool* _aidl_return) { in SendResponse() argument 119 *_aidl_return = false; in SendResponse() 123 *_aidl_return = gatt_server->SendResponse( in SendResponse() 132 const std::vector<uint8_t>& value, bool* _aidl_return) { in SendNotification() argument [all …]
|
D | bluetooth_low_energy_binder_server.h | 55 bool* _aidl_return) override; 59 bool* _aidl_return) override; 61 bool* _aidl_return) override; 63 bool* _aidl_return) override;
|
D | bluetooth_le_advertiser_binder_server.h | 53 bool* _aidl_return) override; 61 bool* _aidl_return) override; 62 Status StopMultiAdvertising(int advertiser_id, bool* _aidl_return) override;
|
D | bluetooth_le_scanner_binder_server.h | 55 bool* _aidl_return) override; 61 bool* _aidl_return) override; 62 Status StopScan(int scanner_id, bool* _aidl_return) override;
|
D | bluetooth_gatt_server_binder_server.h | 51 bool* _aidl_return) override; 56 bool* _aidl_return) override; 61 bool* _aidl_return) override; 65 bool* _aidl_return) override;
|
D | bluetooth_gatt_client_binder_server.cc | 40 bool* _aidl_return) { in RegisterClient() argument 46 *_aidl_return = RegisterInstanceBase(callback, gatt_client_factory); in RegisterClient()
|
D | bluetooth_gatt_client_binder_server.h | 49 bool* _aidl_return) override;
|
/system/media/brillo/audio/audioservice/ |
D | brillo_audio_service_impl.cpp | 25 std::vector<int>* _aidl_return) { in GetDevices() argument 32 device_handler->GetInputDevices(_aidl_return); in GetDevices() 34 device_handler->GetOutputDevices(_aidl_return); in GetDevices() 75 int* _aidl_return) { in GetMaxVolumeSteps() argument 81 *_aidl_return = volume_handler->GetVolumeMaxSteps( in GetMaxVolumeSteps() 118 int* _aidl_return) { in GetVolumeIndex() argument 124 *_aidl_return = in GetVolumeIndex() 140 Status BrilloAudioServiceImpl::GetVolumeControlStream(int* _aidl_return) { in GetVolumeControlStream() argument 146 *_aidl_return = volume_handler->GetVolumeControlStream(); in GetVolumeControlStream()
|
D | brillo_audio_service_impl.h | 30 Status GetDevices(int flag, std::vector<int>* _aidl_return) override; 32 Status GetMaxVolumeSteps(int stream, int* _aidl_return) override; 35 Status GetVolumeIndex(int stream, int device, int* _aidl_return) override; 36 Status GetVolumeControlStream(int* _aidl_return) override;
|
D | brillo_audio_service.h | 42 virtual Status GetDevices(int flag, std::vector<int>* _aidl_return) = 0; 44 virtual Status GetMaxVolumeSteps(int stream, int* _aidl_return) = 0; 47 virtual Status GetVolumeIndex(int stream, int device, int* _aidl_return) = 0; 48 virtual Status GetVolumeControlStream(int* _aidl_return) = 0;
|
/system/media/brillo/audio/audioservice/test/ |
D | brillo_audio_service_mock.h | 33 MOCK_METHOD2(GetDevices, Status(int flag, std::vector<int>* _aidl_return)); 35 MOCK_METHOD2(GetMaxVolumeSteps, Status(int stream, int* _aidl_return)); 39 Status(int stream, int device, int* _aidl_return)); 40 MOCK_METHOD1(GetVolumeControlStream, Status(int* _aidl_return));
|
/system/libhwbinder/vts/performance/ |
D | Benchmark_binder.cpp | 58 Status sendVec(const vector<uint8_t>& data, vector<uint8_t>* _aidl_return) { in sendVec() argument 59 *_aidl_return = data; in sendVec()
|