/packages/modules/Bluetooth/system/service/ipc/binder/ |
D | bluetooth_binder_server.cc | 55 Status BluetoothBinderServer::IsEnabled(bool* _aidl_return) { in IsEnabled() argument 57 *_aidl_return = adapter_->IsEnabled(); in IsEnabled() 61 Status BluetoothBinderServer::GetState(int32_t* _aidl_return) { in GetState() argument 63 *_aidl_return = adapter_->GetState(); in GetState() 67 Status BluetoothBinderServer::Enable(bool* _aidl_return) { in Enable() argument 69 *_aidl_return = adapter_->Enable(); in Enable() 73 Status BluetoothBinderServer::EnableNoAutoConnect(bool* _aidl_return) { in EnableNoAutoConnect() argument 76 *_aidl_return = false; in EnableNoAutoConnect() 80 Status BluetoothBinderServer::Disable(bool* _aidl_return) { in Disable() argument 82 *_aidl_return = adapter_->Disable(); in Disable() [all …]
|
D | bluetooth_binder_server.h | 75 Status IsEnabled(bool* _aidl_return) override; 76 Status GetState(int32_t* _aidl_return) override; 77 Status Enable(bool* _aidl_return) override; 78 Status EnableNoAutoConnect(bool* _aidl_return) override; 79 Status Disable(bool* _aidl_return) override; 81 Status GetAddress(::android::String16* _aidl_return) override; 83 ::std::vector<::android::bluetooth::UUID>* _aidl_return) override; 84 Status SetName(const ::android::String16& name, bool* _aidl_return) override; 85 Status GetName(::android::String16* _aidl_return) override; 86 Status SetScanMode(int32_t scan_mode, bool* _aidl_return) override; [all …]
|
D | bluetooth_a2dp_sink_binder_server.cc | 39 bool* _aidl_return) { in Register() argument 41 *_aidl_return = RegisterInstanceBase(callback, factory); in Register() 50 Status BluetoothA2dpSinkBinderServer::Enable(bool* _aidl_return) { in Enable() argument 55 *_aidl_return = false; in Enable() 61 *_aidl_return = false; in Enable() 65 *_aidl_return = true; in Enable() 69 Status BluetoothA2dpSinkBinderServer::Disable(bool* _aidl_return) { in Disable() argument 74 *_aidl_return = false; in Disable() 79 *_aidl_return = true; in Disable() 84 bool* _aidl_return) { in Connect() argument [all …]
|
D | bluetooth_avrcp_control_binder_server.cc | 44 bool* _aidl_return) { in Register() argument 50 *_aidl_return = RegisterInstanceBase(callback, gatt_client_factory); in Register() 67 bool* _aidl_return) { in Enable() argument 72 *_aidl_return = false; in Enable() 78 *_aidl_return = false; in Enable() 82 *_aidl_return = true; in Enable() 87 bool* _aidl_return) { in Disable() argument 92 *_aidl_return = false; in Disable() 97 *_aidl_return = true; in Disable() 103 bool key_pressed, bool* _aidl_return) { in SendPassThroughCommand() argument [all …]
|
D | bluetooth_avrcp_target_binder_server.h | 55 bool* _aidl_return) override; 58 android::binder::Status Enable(bool* _aidl_return) override; 59 android::binder::Status Disable(bool* _aidl_return) override; 64 bool* _aidl_return) override; 67 bool* _aidl_return) override; 71 bool* _aidl_return) override; 75 bool* _aidl_return) override; 79 bool* _aidl_return) override; 83 bool* _aidl_return) override; 86 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_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_avrcp_target_binder_server.cc | 26 *_aidl_return = (value); \ 87 bool* _aidl_return) { in Register() argument 93 *_aidl_return = RegisterInstanceBase(callback, gatt_client_factory); in Register() 109 Status BluetoothAvrcpTargetBinderServer::Enable(bool* _aidl_return) { in Enable() argument 114 Status BluetoothAvrcpTargetBinderServer::Disable(bool* _aidl_return) { in Disable() argument 122 int32_t song_pos, bool* _aidl_return) { in GetPlayStatusResponse() argument 130 bool* _aidl_return) { in ListPlayerAppAttrResponse() argument 139 bool* _aidl_return) { in GetPlayerAppValueResponse() argument 153 bool* _aidl_return) { in GetPlayerAppAttrTextResponse() argument 167 bool* _aidl_return) { in GetPlayerAppValueTextResponse() argument [all …]
|
D | bluetooth_a2dp_sink_binder_server.h | 51 bool* _aidl_return) override; 52 android::binder::Status Enable(bool* _aidl_return) override; 53 android::binder::Status Disable(bool* _aidl_return) override; 56 bool* _aidl_return) override; 58 bool* _aidl_return) override; 60 bool* _aidl_return) override; 62 bool* _aidl_return) override;
|
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_a2dp_source_binder_server.cc | 24 *_aidl_return = (value); \ 111 bool* _aidl_return) { in Register() argument 113 *_aidl_return = RegisterInstanceBase(callback, factory); in Register() 125 bool* _aidl_return) { in Enable() argument 133 Status BluetoothA2dpSourceBinderServer::Disable(bool* _aidl_return) { in Disable() argument 141 bool* _aidl_return) { in Connect() argument 148 const String16& device_address, bool* _aidl_return) { in Disconnect() argument 158 bool* _aidl_return) { in ConfigCodec() argument
|
D | bluetooth_a2dp_source_binder_server.h | 55 bool* _aidl_return) override; 60 bool* _aidl_return) override; 61 android::binder::Status Disable(bool* _aidl_return) override; 63 bool* _aidl_return) override; 65 bool* _aidl_return) override; 70 bool* _aidl_return) override;
|
D | bluetooth_avrcp_control_binder_server.h | 52 bool* _aidl_return) override; 55 android::binder::Status Enable(int32_t id, bool* _aidl_return) override; 56 android::binder::Status Disable(int32_t id, bool* _aidl_return) override; 59 bool key_pressed, bool* _aidl_return) override; 62 int32_t label, bool* _aidl_return) override; 66 bool* _aidl_return) override;
|
D | bluetooth_low_energy_binder_server.h | 58 bool* _aidl_return) override; 62 bool* _aidl_return) override; 64 bool* _aidl_return) override; 66 bool* _aidl_return) override;
|
/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/ |
D | AidlEnumerator.cpp | 83 ScopedAStatus AidlEnumerator::getCameraList(std::vector<CameraDesc>* _aidl_return) { in getCameraList() argument 85 return mImpl->getCameraList(_aidl_return); in getCameraList() 89 std::vector<Stream>* _aidl_return) { in getStreamList() argument 114 _aidl_return->resize(numStreamConfigs); in getStreamList() 131 (*_aidl_return)[i] = std::move(current); in getStreamList() 150 std::shared_ptr<IEvsCamera>* _aidl_return) { in openCamera() argument 152 return mImpl->openCamera(id, cfg, _aidl_return); in openCamera() 155 ScopedAStatus AidlEnumerator::openDisplay(int32_t id, std::shared_ptr<IEvsDisplay>* _aidl_return) { in openDisplay() argument 166 *_aidl_return = std::move(aidlDisplay); in openDisplay() 186 ScopedAStatus AidlEnumerator::getDisplayState(DisplayState* _aidl_return) { in getDisplayState() argument [all …]
|
D | AidlDisplay.cpp | 44 ScopedAStatus AidlDisplay::getDisplayInfo(DisplayDesc* _aidl_return) { in getDisplayInfo() argument 45 mHidlDisplay->getDisplayInfo([_aidl_return](const hidlevs::V1_0::DisplayDesc& info) { in getDisplayInfo() 46 _aidl_return->id = info.displayId; in getDisplayInfo() 47 _aidl_return->vendorFlags = info.vendorFlags; in getDisplayInfo() 57 halV1_1->getDisplayInfo_1_1([_aidl_return](const auto& hidlMode, const auto& hidlState) { in getDisplayInfo() 62 _aidl_return->width = pMode->resolution.getWidth(); in getDisplayInfo() 63 _aidl_return->height = pMode->resolution.getHeight(); in getDisplayInfo() 64 _aidl_return->orientation = static_cast<Rotation>(pState->orientation); in getDisplayInfo() 72 ScopedAStatus AidlDisplay::getDisplayState(DisplayState* _aidl_return) { in getDisplayState() argument 73 *_aidl_return = std::move(Utils::makeFromHidl(mHidlDisplay->getDisplayState())); in getDisplayState() [all …]
|
D | AidlCamera.cpp | 66 ScopedAStatus AidlCamera::getCameraInfo(CameraDesc* _aidl_return) { in getCameraInfo() argument 67 return mImpl->getCameraInfo(_aidl_return); in getCameraInfo() 78 ScopedAStatus AidlCamera::getIntParameterRange(CameraParam id, ParameterRange* _aidl_return) { in getIntParameterRange() argument 79 return mImpl->getIntParameterRange(id, _aidl_return); in getIntParameterRange() 82 ScopedAStatus AidlCamera::getParameterList(std::vector<CameraParam>* _aidl_return) { in getParameterList() argument 83 return mImpl->getParameterList(_aidl_return); in getParameterList() 87 CameraDesc* _aidl_return) { in getPhysicalCameraInfo() argument 88 return mImpl->getPhysicalCameraInfo(deviceId, _aidl_return); in getPhysicalCameraInfo() 92 int32_t* _aidl_return) { in importExternalBuffers() argument 93 return mImpl->importExternalBuffers(buffers, _aidl_return); in importExternalBuffers() [all …]
|
/packages/services/Car/cpp/evs/manager/aidl/wrappers/include/ |
D | AidlCamera.h | 47 ::ndk::ScopedAStatus getCameraInfo(aidlevs::CameraDesc* _aidl_return) override; 53 aidlevs::ParameterRange* _aidl_return) override; 54 ::ndk::ScopedAStatus getParameterList(std::vector<aidlevs::CameraParam>* _aidl_return) override; 56 aidlevs::CameraDesc* _aidl_return) override; 58 int32_t* _aidl_return) override; 89 virtual ::ndk::ScopedAStatus getCameraInfo(aidlevs::CameraDesc* _aidl_return) = 0; 95 aidlevs::ParameterRange* _aidl_return) = 0; 97 std::vector<aidlevs::CameraParam>* _aidl_return) = 0; 99 aidlevs::CameraDesc* _aidl_return) = 0; 101 const std::vector<aidlevs::BufferDesc>& buffers, int32_t* _aidl_return) = 0; [all …]
|
/packages/services/Car/cpp/evs/manager/aidl/src/ |
D | HalDisplay.cpp | 64 ScopedAStatus HalDisplay::getDisplayInfo(DisplayDesc* _aidl_return) { in getDisplayInfo() argument 69 return mHwDisplay->getDisplayInfo(_aidl_return); in getDisplayInfo() 75 ScopedAStatus HalDisplay::getDisplayState(DisplayState* _aidl_return) { in getDisplayState() argument 80 return mHwDisplay->getDisplayState(_aidl_return); in getDisplayState() 86 ScopedAStatus HalDisplay::getTargetBuffer(BufferDesc* _aidl_return) { in getTargetBuffer() argument 91 return mHwDisplay->getTargetBuffer(_aidl_return); in getTargetBuffer()
|
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | EvsGlDisplay.cpp | 237 ScopedAStatus EvsGlDisplay::getDisplayInfo(DisplayDesc* _aidl_return) { in getDisplayInfo() argument 250 _aidl_return->width = proxyDisplay.width; in getDisplayInfo() 251 _aidl_return->height = proxyDisplay.height; in getDisplayInfo() 252 _aidl_return->orientation = static_cast<Rotation>(proxyDisplay.orientation); in getDisplayInfo() 253 _aidl_return->id = mInfo.id; // FIXME: what should be ID here? in getDisplayInfo() 254 _aidl_return->vendorFlags = mInfo.vendorFlags; in getDisplayInfo() 307 ScopedAStatus EvsGlDisplay::getDisplayState(DisplayState* _aidl_return) { in getDisplayState() argument 310 *_aidl_return = mRequestedState; in getDisplayState() 320 ScopedAStatus EvsGlDisplay::getTargetBuffer(BufferDesc* _aidl_return) { in getTargetBuffer() argument 363 *_aidl_return = std::move(bufferDescToSend); in getTargetBuffer()
|
D | EvsV4lCamera.cpp | 104 ScopedAStatus EvsV4lCamera::getCameraInfo(CameraDesc* _aidl_return) { in getCameraInfo() argument 108 *_aidl_return = mDescription; in getCameraInfo() 248 CameraDesc* _aidl_return) { in getPhysicalCameraInfo() argument 252 *_aidl_return = mDescription; in getPhysicalCameraInfo() 296 ScopedAStatus EvsV4lCamera::getParameterList(std::vector<CameraParam>* _aidl_return) { in getParameterList() argument 298 _aidl_return->resize(mCameraInfo->controls.size()); in getParameterList() 301 (*_aidl_return)[idx++] = name; in getParameterList() 308 ScopedAStatus EvsV4lCamera::getIntParameterRange(CameraParam id, ParameterRange* _aidl_return) { in getIntParameterRange() argument 318 _aidl_return->min = std::get<0>(it->second); in getIntParameterRange() 319 _aidl_return->max = std::get<1>(it->second); in getIntParameterRange() [all …]
|
/packages/services/Car/cpp/computepipe/runner/client_interface/ |
D | DebuggerImpl.cpp | 143 ScopedAStatus DebuggerImpl::getPipeProfilingInfo(ProfilingData* _aidl_return) { in getPipeProfilingInfo() argument 144 if (!_aidl_return) { in getPipeProfilingInfo() 158 _aidl_return->type = ToAidlProfilingType(profilingType); in getPipeProfilingInfo() 159 _aidl_return->size = 0; in getPipeProfilingInfo() 163 _aidl_return->type = mProfilingData.type; in getPipeProfilingInfo() 164 _aidl_return->size = mProfilingData.size; in getPipeProfilingInfo() 165 _aidl_return->dataFds = std::move(mProfilingData.dataFds); in getPipeProfilingInfo()
|
/packages/services/Car/cpp/displayproxy/src/ |
D | CarDisplayProxy.cpp | 80 ScopedAStatus CarDisplayProxy::getDisplayIdList(std::vector<int64_t>* _aidl_return) { in getDisplayIdList() argument 84 [_aidl_return](const ::android::PhysicalDisplayId& id) { in getDisplayIdList() 85 _aidl_return->push_back(id.value); in getDisplayIdList() 91 ScopedAStatus CarDisplayProxy::getDisplayInfo(int64_t id, DisplayDesc* _aidl_return) { in getDisplayInfo() argument 105 *_aidl_return = std::move(desc); in getDisplayInfo() 140 ScopedAStatus CarDisplayProxy::getHGraphicBufferProducer(int64_t id, NativeHandle* _aidl_return) { in getHGraphicBufferProducer() argument 208 *_aidl_return = std::move(::android::dupToAidl(handle)); in getHGraphicBufferProducer()
|
/packages/services/Car/cpp/evs/manager/aidl/include/ |
D | VirtualCamera.h | 53 ::ndk::ScopedAStatus getCameraInfo(aidlevs::CameraDesc* _aidl_return) override; 59 aidlevs::ParameterRange* _aidl_return) override; 60 ::ndk::ScopedAStatus getParameterList(std::vector<aidlevs::CameraParam>* _aidl_return) override; 62 aidlevs::CameraDesc* _aidl_return) override; 64 int32_t* _aidl_return) override;
|