Home
last modified time | relevance | path

Searched defs:device (Results 1 - 25 of 608) sorted by relevance

12345678910>>...25

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_vk.cpp25 bool CanDevicePresent(VkInstance instance, VkPhysicalDevice device, uint32_t queuefamily) in CanDevicePresent() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_vk.cpp23 bool CanDevicePresent(VkInstance instance, VkPhysicalDevice device, uint32_t queuefamily) in CanDevicePresent() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_vk.cpp30 bool CanDevicePresent(VkInstance instance, VkPhysicalDevice device, uint32_t queuefamily) in CanDevicePresent() argument
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device.cpp33 std::shared_ptr<WifiDeviceImpl> device = std::make_shared<WifiDeviceImpl>(); in GetInstance() local
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag_observer.cpp28 void NapiHandsFreeAudioGatewayObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, in OnConnectionStateChanged() argument
37 void NapiHandsFreeAudioGatewayObserver::OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason) in OnScoStateChanged() argument
H A Dnapi_bluetooth_hfp_hf_observer.cpp29 void NapiHandsFreeUnitObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
37 void NapiHandsFreeUnitObserver::OnScoStateChanged(const BluetoothRemoteDevice &device, int state) in OnScoStateChanged() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host_observer.cpp31 void NapiBluetoothHidHostObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan_observer.cpp30 void NapiBluetoothPanObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse_observer.cpp28 void NapiPbapPseObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) in OnConnectionStateChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_a2dp_sink_observer_proxy.cpp21 void BluetoothA2dpSinkObserverProxy::OnConnectionStateChanged(const RawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
H A Dbluetooth_hid_host_observer_proxy.cpp20 ErrCode BluetoothHidHostObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
H A Dbluetooth_pan_observer_proxy.cpp20 ErrCode BluetoothPanObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, int state, int cause) in OnConnectionStateChanged() argument
H A Dbluetooth_avrcp_tg_observer_proxy.cpp21 void BluetoothAvrcpTgObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, in OnConnectionStateChanged() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src_observer.cpp26 void NapiA2dpSourceObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse_observer.cpp27 void NapiMapMseObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) in OnConnectionStateChanged() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_avrcp_ct_observer.cpp27 void NapiAvrcpControllerObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
H A Dnapi_bluetooth_avrcp_tg_observer.cpp27 void NapiAvrcpTargetObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
H A Dnapi_bluetooth_a2dp_snk_observer.cpp27 void NapiA2dpSinkObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_snk.h56 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
[all...]
H A Dbluetooth_pbap_pse.h48 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) in OnConnectionStateChanged() argument
[all...]
H A Dbluetooth_map_mse.h48 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t cause) in OnConnectionStateChanged() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp23 const auto &device = other.GetPeripheralDevice(); in ScanResult() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_vk.h49 inline bool CanDevicePresent(VkInstance instance, VkPhysicalDevice device, uint32_t queuefamily) in CanDevicePresent() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_semaphore_gles.cpp25 GpuSemaphoreGles::GpuSemaphoreGles(Device& device) : device_((DeviceGLES&)device) in GpuSemaphoreGles() argument
30 GpuSemaphoreGles::GpuSemaphoreGles(Device& device, const uint64_t handle) in GpuSemaphoreGles() argument
H A Dgpu_query_gles.cpp27 GpuQueryGLES::GpuQueryGLES(Device& device, const GpuQueryDesc& desc) : desc_(desc) in GpuQueryGLES() argument

Completed in 5 milliseconds

12345678910>>...25