| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| H A D | bluetooth_hid_host_stub.cpp | 194 std::string device in HidHostVCUnplugInner() local 209 std::string device = data.ReadString(); HidHostSendDataInner() local 224 std::string device = data.ReadString(); HidHostSetReportInner() local 238 std::string device = data.ReadString(); HidHostGetReportInner() local [all...] |
| H A D | bluetooth_remote_device_observer_proxy.cpp | 28 OnPairStatusChanged( const int32_t transport, const BluetoothRawAddress &device, int32_t status, int32_t cause) OnPairStatusChanged() argument 63 OnRemoteUuidChanged( const BluetoothRawAddress &device, const std::vector<bluetooth::Uuid> uuids) OnRemoteUuidChanged() argument 108 OnRemoteNameChanged( const BluetoothRawAddress &device, const std::string deviceName) OnRemoteNameChanged() argument 135 OnRemoteAliasChanged( const BluetoothRawAddress &device, const std::string alias) OnRemoteAliasChanged() argument 162 OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) OnRemoteCodChanged() argument 188 OnRemoteBatteryChanged( const BluetoothRawAddress &device, const BluetoothBatteryInfo &batteryInfo) OnRemoteBatteryChanged() argument 209 OnRemoteDeviceCommonInfoReport(const BluetoothRawAddress &device, const std::vector<uint8_t> &value) OnRemoteDeviceCommonInfoReport() argument 230 OnAclStateChanged(const BluetoothRawAddress &device, int state, unsigned int reason) OnAclStateChanged() argument [all...] |
| H A D | bluetooth_host_observer_proxy.cpp | 114 void BluetoothHostObserverProxy::OnPairRequested(const int32_t transport, const BluetoothRawAddress &device) in OnPairRequested() argument 75 OnDiscoveryResult( const BluetoothRawAddress &device, int rssi, const std::string deviceName, int deviceClass) OnDiscoveryResult() argument 143 OnPairConfirmed( const int32_t transport, const BluetoothRawAddress &device, int reqType, int number) OnPairConfirmed() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
| H A D | interface_profile_a2dp_src.h | 98 virtual void OnPlayingStatusChaned(const RawAddress &device, int playingState, int error) {}; in OnPlayingStatusChaned() argument 108 virtual void OnConfigurationChanged(const RawAddress &device, cons argument [all...] |
| /foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
| H A D | bluetooth_gatt_client_proxy.cpp | 239 void BluetoothGattClientProxy::GetAllDevice(std::vector<BluetoothGattDevice> &device) in GetAllDevice() argument
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_a2dp_snk.cpp | 202 GetPlayingState(const BluetoothRemoteDevice &device, int &state) const GetPlayingState() argument 221 Connect(const BluetoothRemoteDevice &device) Connect() argument 241 Disconnect(const BluetoothRemoteDevice &device) Disconnect() argument 273 SetConnectStrategy(const BluetoothRemoteDevice &device, int strategy) SetConnectStrategy() argument 313 SendDelay(const BluetoothRemoteDevice &device, uint16_t delayValue) SendDelay() argument [all...] |
| H A D | bluetooth_map_mse.cpp | 139 int32_t MapMse::GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) const
in GetDeviceState() argument 168 Disconnect(const BluetoothRemoteDevice &device) Disconnect() argument 179 SetConnectionStrategy(const BluetoothRemoteDevice &device, int32_t strategy) SetConnectionStrategy() argument 191 GetConnectionStrategy(const BluetoothRemoteDevice &device, int32_t &strategy) const GetConnectionStrategy() argument 202 SetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t accessAuthorization) SetMessageAccessAuthorization() argument 216 GetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t &accessAuthorization) const GetMessageAccessAuthorization() argument [all...] |
| H A D | bluetooth_pan.cpp | 204 GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) GetDeviceState() argument 216 Disconnect(const BluetoothRemoteDevice &device) Disconnect() argument [all...] |
| /foundation/communication/bluetooth/interfaces/inner_api/include/ |
| H A D | bluetooth_hf_call.h | 106 HandsFreeUnitCall(std::string device, int id, int state, std::string number, UUID uuid, bool multiParty, in HandsFreeUnitCall() argument 78 HandsFreeUnitCall( std::string device, int id, int state, std::string number, bool multiParty, bool outgoing, bool inBandRing) HandsFreeUnitCall() argument [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| H A D | bluetooth_a2dp_sink_server.cpp | 156 int BluetoothA2dpSinkServer::Connect(const RawAddress &device) in Connect() argument 162 int BluetoothA2dpSinkServer::Disconnect(const RawAddress &device) in Disconnect() argument 168 int BluetoothA2dpSinkServer::GetDeviceState(const RawAddress &device) in GetDeviceState() argument 196 GetPlayingState(const RawAddress &device, int &state) GetPlayingState() argument 206 SetConnectStrategy(const RawAddress &device, int strategy) SetConnectStrategy() argument 216 GetConnectStrategy(const RawAddress &device) GetConnectStrategy() argument 222 SendDelay(const RawAddress &device, int32_t delayValue) SendDelay() argument [all...] |
| H A D | bluetooth_pan_server.cpp | 194 int32_t BluetoothPanServer::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState() argument 205 int32_t BluetoothPanServer::Disconnect(const BluetoothRawAddress &device) in Disconnect() argument [all...] |
| /foundation/communication/bluetooth/frameworks/cj/connection/src/ |
| H A D | bluetooth_connection_callback.cpp | 39 void CjBluetoothConnectionObserver::OnDiscoveryResult(const BluetoothRemoteDevice &device, in OnDiscoveryResult() argument 69 void CjBluetoothConnectionObserver::OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) in OnPairConfirmed() argument 103 void CjBluetoothRemoteDeviceObserver::OnPairStatusChanged(const BluetoothRemoteDevice &device, in OnPairStatusChanged() argument 126 void CjBluetoothRemoteDeviceObserver::OnRemoteBatteryChanged(const BluetoothRemoteDevice &device, in OnRemoteBatteryChanged() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | gpu_program_gles.cpp | 698 GpuComputeProgramGLES::GpuComputeProgramGLES(Device& device) : GpuComputeProgram(), device_((DeviceGLES&)device) {} in GpuComputeProgramGLES() argument 700 GpuComputeProgramGLES::GpuComputeProgramGLES(Device& device, const GpuComputeProgramCreateData& createData) in GpuComputeProgramGLES() argument
|
| H A D | gpu_image_gles.cpp | 103 void GenerateImageStorage(DeviceGLES& device, const GpuImageDesc& desc, GpuImagePlatformDataGL& plat) in GenerateImageStorage() argument 160 GpuImagePlatformDataGL GpuImageGLES::GetPlatformData(const DeviceGLES& device, Format format) in GetPlatformData() argument 166 GpuImageGLES::GpuImageGLES(Device& device, cons argument 227 GpuImageGLES(Device& device, const GpuImageDesc& desc, const GpuImagePlatformData& platformData) GpuImageGLES() argument [all...] |
| H A D | pipeline_state_object_gles.cpp | 151 GraphicsPipelineStateObjectGLES::GraphicsPipelineStateObjectGLES(Device& device, in GraphicsPipelineStateObjectGLES() argument 250 ComputePipelineStateObjectGLES::ComputePipelineStateObjectGLES(Device& device, in ComputePipelineStateObjectGLES() argument
|
| /foundation/multimedia/audio_framework/test/fuzztest/audiomanager_fuzzer/ |
| H A D | audio_manager_fuzzer.cpp | 157 DeviceType device = *reinterpret_cast<const DeviceType *>(data); in AudioGroupManagerFuzzTest() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
| H A D | render_node_create_gpu_images.cpp | 245 const IDevice& device = renderNodeContextMgr_->GetRenderContext().GetDevice(); in GetClampedShadingRateTexelSize() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | render_backend_vk.cpp | 82 inline uint64_t GetBufferDeviceAddress(const VkDevice device, const VkBuffer buffer) in GetBufferDeviceAddress() argument 181 const VkDevice device = ((const DevicePlatformDataVk&)device_.GetPlatformData()).device; AcquirePresentationInfo() local [all...] |
| /foundation/multimedia/audio_framework/frameworks/cj/src/ |
| H A D | multimedia_audio_common.cpp | 77 CDeviceDescriptor *device = static_cast<CDeviceDescriptor *>(malloc(sizeof(CDeviceDescriptor) * deviceSize)); in Convert2CArrDeviceDescriptorByDeviceInfo() local 89 void InitializeDeviceRatesAndChannels(CDeviceDescriptor *device, const DeviceInfo &deviceInfo, int32_t *errorCode) in InitializeDeviceRatesAndChannels() argument 129 void Convert2CDeviceDescriptor(CDeviceDescriptor *device, cons argument 169 CDeviceDescriptor *device = static_cast<CDeviceDescriptor *>(malloc(sizeof(CDeviceDescriptor) * devices.size)); Convert2CArrDeviceDescriptor() local [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
| H A D | disk_utils.cpp | 78 int GetMaxVolume(dev_t device) in GetMaxVolume() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/ |
| H A D | hdiscreen_fuzzer.cpp | 113 HdiDevice *device = HdiDevice::GetInstance(); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/multimedia/camera_lite/services/impl/src/ |
| H A D | camera_service.cpp | 165 CameraDevice *device = new (nothrow) CameraDevice((uint32_t)std::atoi(cameraId.c_str())); in CreateCamera() local 181 CameraDevice *device = GetCameraDevice(cameraId); in CloseCamera() local [all...] |
| /foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
| H A D | scan_session.cpp | 44 sptr<CameraDevice> device = inputDevice->GetCameraDeviceInfo();
in AddOutput() local 77 sptr<CameraDevice> device = inputDeviceInfo;
in IsBrightnessStatusSupported() local
|
| /foundation/multimodalinput/input/service/key_event_normalize/src/ |
| H A D | key_event_normalize.cpp | 55 auto device = libinput_event_get_device(event); in Normalize() local 98 void KeyEventNormalize::HandleKeyAction(struct libinput_device* device, KeyEvent::KeyItem &item, in HandleKeyAction() argument 128 void KeyEventNormalize::ResetKeyEvent(struct libinput_device* device) in ResetKeyEvent() argument [all...] |
| /foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
| H A D | touch_transform_processor_test.cpp | 77 struct libinput_device *device = libinput_event_get_device(event); in SetupTouchscreen() local 89 struct libinput_device *device = libinput_event_get_device(event); in SetupUwbRemoteControl() local 199 struct libinput_device *device = nullptr; in HWTEST_F() local 265 auto device = libinput_event_get_device(event); in HWTEST_F() local [all...] |