Home
last modified time | relevance | path

Searched defs:device (Results 326 - 350 of 2476) sorted by relevance

1...<<11121314151617181920>>...100

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DSamplerGL.cpp68 Sampler::Sampler(Device* device, const SamplerDescriptor* descriptor) in Sampler() argument
91 Device* device = ToBackend(GetDevice()); in SetupGLSampler() local
H A DQueueGL.cpp26 Queue::Queue(Device* device) : QueueBase(device) { in Queue() argument
30 Device* device = ToBackend(GetDevice()); in SubmitImpl() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DObjectBase.cpp25 ObjectBase::ObjectBase(DeviceBase* device) : RefCounted(kNotErrorPayload), mDevice(device) { in ObjectBase() argument
28 ObjectBase::ObjectBase(DeviceBase* device, ErrorTag) in ObjectBase() argument
40 ApiObjectBase::ApiObjectBase(DeviceBase* device, const char* label) : ObjectBase(device) { in ApiObjectBase() argument
46 ApiObjectBase::ApiObjectBase(DeviceBase* device, ErrorTag tag) : ObjectBase(device, tag) { in ApiObjectBase() argument
49 ApiObjectBase::ApiObjectBase(DeviceBase* device, LabelNotImplementedTag tag) in ApiObjectBase() argument
[all...]
H A DQueryHelper.cpp159 DeviceBase* device = encoder->GetDevice(); in EncodeConvertTimestampsToNanoseconds() local
110 GetOrCreateTimestampComputePipeline( DeviceBase* device) GetOrCreateTimestampComputePipeline() argument
H A DExternalTexture.cpp53 MaybeError ValidateExternalTextureDescriptor(const DeviceBase* device, in ValidateExternalTextureDescriptor() argument
90 ExternalTextureBase::ExternalTextureBase(DeviceBase* device, in ExternalTextureBase() argument
97 ExternalTextureBase::ExternalTextureBase(DeviceBase* device) in ExternalTextureBase() argument
102 ExternalTextureBase::ExternalTextureBase(DeviceBase* device, ObjectBas argument
82 Create( DeviceBase* device, const ExternalTextureDescriptor* descriptor) Create() argument
130 MakeError(DeviceBase* device) MakeError() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DWireClient.cpp32 ReservedTexture WireClient::ReserveTexture(WGPUDevice device) { in ReserveTexture() argument
36 ReservedSwapChain WireClient::ReserveSwapChain(WGPUDevice device) { in ReserveSwapChain() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-detect.c73 unsigned device, subdevice; in detect_alsa() local
137 unsigned device; in detect_oss() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktSafetyCriticalApiTests.cpp69 vk::VkDevice device = context.getDevice(); in forbiddenCoreCommands() local
196 vk::VkDevice device = context.getDevice(); in forbiddenPromotedCommands() local
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
H A Danalog_headset_base.c45 static InputDevice *HdfInputDeviceInstance(void *hs, struct HdfDeviceObject *device) in HdfInputDeviceInstance() argument
91 int32_t CreateAndRegisterHdfInputDevice(void *hs, struct HdfDeviceObject *device) in CreateAndRegisterHdfInputDevice() argument
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_driver_bdh_register.c70 static struct HdfChipDriver *BuildBDH6Driver(struct HdfWlanDevice *device, uint8_t ifIndex) in BuildBDH6Driver() argument
149 static int32_t HdfWlanBDH6ChipDriverInit(struct HdfDeviceObject *device) in HdfWlanBDH6ChipDriverInit() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_common.c40 struct ump_dev device; variable
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_manager/
H A Ddevice_manager_test.cpp36 void DeviceManagerTest::MockInit(OHOS::sptr<V2_0::MockIDevice> device, const std::vector<int32_t>& typeVect, in MockInit() argument
121 OHOS::sptr<V2_0::MockIDevice> device = OHOS::sptr<V2_0::MockIDevice>(new (std::nothrow) V2_0::MockIDevice()); in HWTEST_F() local
157 OHOS::sptr<V2_0::MockIDevice> device = OHOS::sptr<V2_0::MockIDevice>(new (std::nothrow) V2_0::MockIDevice()); HWTEST_F() local
179 OHOS::sptr<V2_0::MockIDevice> device = OHOS::sptr<V2_0::MockIDevice>(new (std::nothrow) V2_0::MockIDevice()); HWTEST_F() local
201 OHOS::sptr<V2_0::MockIDevice> device = OHOS::sptr<V2_0::MockIDevice>(new (std::nothrow) V2_0::MockIDevice()); HWTEST_F() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
H A Ddevice_registrar_test.cpp84 explicit SimulationDevice(OHOS::sptr<IRegisterDevice> device) {}; in SimulationDevice() argument
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
H A Ddevice_registrar_test.cpp84 explicit SimulationDevice(OHOS::sptr<IRegisterDevice> device) {}; in SimulationDevice() argument
/foundation/CastEngine/castengine_cast_framework/service/src/
H A Dcast_session_manager_service_stub.cpp113 auto device = ReadCastLocalDevice(data); in DoSetLocalDeviceTask() local
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_sink_scene_test.cpp283 Wifi::WifiP2pDevice device; in HWTEST_F() local
304 Wifi::WifiP2pDevice device; in HWTEST_F() local
H A Dwfd_source_scene_test.cpp275 Wifi::WifiP2pDevice device; in HWTEST_F() local
297 Wifi::WifiP2pDevice device; in HWTEST_F() local
528 Wifi::WifiP2pDevice device; in HWTEST_F() local
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_sink_proxy.cpp23 int BluetoothA2dpSinkProxy::Connect(const RawAddress &device) in Connect() argument
39 int BluetoothA2dpSinkProxy::Disconnect(const RawAddress &device) in Disconnect() argument
102 int BluetoothA2dpSinkProxy::GetDeviceState(const RawAddress &device) in GetDeviceState() argument
118 int BluetoothA2dpSinkProxy::GetPlayingState(const RawAddress &device, in argument
138 SetConnectStrategy(const RawAddress &device, int32_t strategy) SetConnectStrategy() argument
155 GetConnectStrategy(const RawAddress &device) GetConnectStrategy() argument
171 SendDelay(const RawAddress &device, int32_t delayValue) SendDelay() argument
[all...]
H A Dbluetooth_audio_manager_proxy.cpp87 int32_t BluetoothAudioManagerProxy::IsDeviceWearing(const BluetoothRawAddress &device) in IsDeviceWearing() argument
104 int32_t BluetoothAudioManagerProxy::IsWearDetectionSupported(const BluetoothRawAddress &device, bool &isSupported) in IsWearDetectionSupported() argument
121 int32_t BluetoothAudioManagerProxy::SendDeviceSelection(const BluetoothRawAddress &device, in SendDeviceSelection() argument
[all...]
H A Dbluetooth_gatt_server_proxy.cpp53 int BluetoothGattServerProxy::Connect(int appId, const BluetoothGattDevice &device, bool isDirect) in Connect() argument
71 int BluetoothGattServerProxy::CancelConnection(int appId, const BluetoothGattDevice &device) in CancelConnection() argument
118 NotifyClient( const BluetoothGattDevice &device, BluetoothGattCharacteristic *characteristic, bool needConfirm) NotifyClient() argument
153 RespondCharacteristicRead( const BluetoothGattDevice &device, BluetoothGattCharacteristic *characteristic, int32_t ret) RespondCharacteristicRead() argument
172 RespondCharacteristicWrite( const BluetoothGattDevice &device, const BluetoothGattCharacteristic &characteristic, int32_t ret) RespondCharacteristicWrite() argument
191 RespondDescriptorRead( const BluetoothGattDevice &device, BluetoothGattDescriptor *descriptor, int32_t ret) RespondDescriptorRead() argument
209 RespondDescriptorWrite( const BluetoothGattDevice &device, const BluetoothGattDescriptor &descriptor, int32_t ret) RespondDescriptorWrite() argument
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_remote_device_observer.cpp37 void NapiBluetoothRemoteDeviceObserver::OnPairStatusChanged(const BluetoothRemoteDevice &device, int status, int cause) in OnPairStatusChanged() argument
33 OnAclStateChanged( const BluetoothRemoteDevice &device, int state, unsigned int reason) OnAclStateChanged() argument
47 OnRemoteUuidChanged( const BluetoothRemoteDevice &device, const std::vector<ParcelUuid> &uuids) OnRemoteUuidChanged() argument
53 OnRemoteNameChanged( const BluetoothRemoteDevice &device, const std::string &deviceName) OnRemoteNameChanged() argument
59 OnRemoteAliasChanged( const BluetoothRemoteDevice &device, const std::string &alias) OnRemoteAliasChanged() argument
65 OnRemoteCodChanged( const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) OnRemoteCodChanged() argument
71 OnRemoteBatteryLevelChanged( const BluetoothRemoteDevice &device, int batteryLevel) OnRemoteBatteryLevelChanged() argument
77 OnRemoteBatteryChanged( const BluetoothRemoteDevice &device, const DeviceBatteryInfo &batteryInfo) OnRemoteBatteryChanged() argument
84 OnReadRemoteRssiEvent( const BluetoothRemoteDevice &device, int rssi, int status) OnReadRemoteRssiEvent() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_callback_proxy.cpp21 OnCharacteristicReadRequest( const BluetoothGattDevice &device, const BluetoothGattCharacteristic &characteristic) OnCharacteristicReadRequest() argument
49 OnConnectionStateChanged( const BluetoothGattDevice &device, int32_t ret, int32_t state) OnConnectionStateChanged() argument
109 OnCharacteristicWriteRequest( const BluetoothGattDevice &device, const BluetoothGattCharacteristic &characteristic, bool needRespones) OnCharacteristicWriteRequest() argument
142 OnDescriptorReadRequest( const BluetoothGattDevice &device, const BluetoothGattDescriptor &descriptor) OnDescriptorReadRequest() argument
170 OnDescriptorWriteRequest( const BluetoothGattDevice &device, const BluetoothGattDescriptor &descriptor) OnDescriptorWriteRequest() argument
198 OnMtuChanged(const BluetoothGattDevice &device, int32_t mtu) OnMtuChanged() argument
225 OnNotifyConfirm( const BluetoothGattDevice &device, const BluetoothGattCharacteristic &characteristic, int result) OnNotifyConfirm() argument
257 OnConnectionParameterChanged( const BluetoothGattDevice &device, int32_t interval, int32_t latency, int32_t timeout, int32_t status) OnConnectionParameterChanged() argument
[all...]
H A Dbluetooth_ble_peripheral_observer_proxy.cpp31 void BluetoothBlePeripheralObserverProxy::OnReadRemoteRssiEvent(const BluetoothRawAddress &device, int rssi, int status) in OnReadRemoteRssiEvent() argument
102 void BluetoothBlePeripheralObserverProxy::OnAclStateChanged(const BluetoothRawAddress &device, in OnAclStateChanged() argument
63 OnPairStatusChanged( const int32_t transport, const BluetoothRawAddress &device, int status, int cause) OnPairStatusChanged() argument
H A Dbluetooth_hfp_hf_observer_proxy.cpp21 void BluetoothHfpHfObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
52 void BluetoothHfpHfObserverProxy::OnScoStateChanged(const BluetoothRawAddress &device, int state) { in OnScoStateChanged() argument
78 void BluetoothHfpHfObserverProxy::OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) { in OnCallChanged() argument
104 void BluetoothHfpHfObserverProxy::OnSignalStrengthChanged(const BluetoothRawAddress &device, int signal) { in OnSignalStrengthChanged() argument
130 void BluetoothHfpHfObserverProxy::OnRegistrationStatusChanged(const BluetoothRawAddress &device, in argument
156 OnRoamingStatusChanged(const BluetoothRawAddress &device, int status) OnRoamingStatusChanged() argument
182 OnOperatorSelectionChanged(const BluetoothRawAddress &device, const std::string &name) OnOperatorSelectionChanged() argument
209 OnSubscriberNumberChanged(const BluetoothRawAddress &device, const std::string &number) OnSubscriberNumberChanged() argument
236 OnVoiceRecognitionStatusChanged(const BluetoothRawAddress &device, int status) OnVoiceRecognitionStatusChanged() argument
262 OnInBandRingToneChanged(const BluetoothRawAddress &device, int status) OnInBandRingToneChanged() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h62 virtual void OnCharacteristicReadRequest(const GattDevice &device, const Characteristic &characteristic) {} in OnCharacteristicReadRequest() argument
64 virtual void OnCharacteristicReadByUuidRequest(const GattDevice &device, const Characteristic &characteristic) {} in OnCharacteristicReadByUuidRequest() argument
88 virtual void OnDescriptorReadRequest(const GattDevice &device, cons argument
76 OnCharacteristicWriteRequest( const GattDevice &device, const Characteristic &characteristic, bool needRespones) OnCharacteristicWriteRequest() argument
99 OnDescriptorWriteRequest(const GattDevice &device, const Descriptor &descriptor) OnDescriptorWriteRequest() argument
109 OnNotifyConfirm(const GattDevice &device, const Characteristic &characteristic, int result) OnNotifyConfirm() argument
128 OnMtuChanged(const GattDevice &device, int mtu) OnMtuChanged() argument
141 OnConnectionParameterChanged( const GattDevice &device, int interval, int latency, int timeout, int status) OnConnectionParameterChanged() argument
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...100