Home
last modified time | relevance | path

Searched defs:device (Results 1601 - 1625 of 5895) sorted by relevance

1...<<61626364656667686970>>...236

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp194 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 Dbluetooth_remote_device_observer_proxy.cpp28 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 Dbluetooth_host_observer_proxy.cpp114 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 Dinterface_profile_a2dp_src.h98 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 Dbluetooth_gatt_client_proxy.cpp239 void BluetoothGattClientProxy::GetAllDevice(std::vector<BluetoothGattDevice> &device) in GetAllDevice() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_snk.cpp202 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 Dbluetooth_map_mse.cpp139 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 Dbluetooth_pan.cpp204 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 Dbluetooth_hf_call.h106 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 Dbluetooth_a2dp_sink_server.cpp156 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 Dbluetooth_pan_server.cpp194 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 Dbluetooth_connection_callback.cpp39 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 Dgpu_program_gles.cpp698 GpuComputeProgramGLES::GpuComputeProgramGLES(Device& device) : GpuComputeProgram(), device_((DeviceGLES&)device) {} in GpuComputeProgramGLES() argument
700 GpuComputeProgramGLES::GpuComputeProgramGLES(Device& device, const GpuComputeProgramCreateData& createData) in GpuComputeProgramGLES() argument
H A Dgpu_image_gles.cpp103 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 Dpipeline_state_object_gles.cpp151 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 Daudio_manager_fuzzer.cpp157 DeviceType device = *reinterpret_cast<const DeviceType *>(data); in AudioGroupManagerFuzzTest() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_create_gpu_images.cpp245 const IDevice& device = renderNodeContextMgr_->GetRenderContext().GetDevice(); in GetClampedShadingRateTexelSize() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp82 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 Dmultimedia_audio_common.cpp77 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 Ddisk_utils.cpp78 int GetMaxVolume(dev_t device) in GetMaxVolume() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/
H A Dhdiscreen_fuzzer.cpp113 HdiDevice *device = HdiDevice::GetInstance(); in DoSomethingInterestingWithMyAPI() local
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_service.cpp165 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 Dscan_session.cpp44 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 Dkey_event_normalize.cpp55 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 Dtouch_transform_processor_test.cpp77 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...]

Completed in 15 milliseconds

1...<<61626364656667686970>>...236