Home
last modified time | relevance | path

Searched refs:devices (Results 401 - 425 of 613) sorted by relevance

1...<<11121314151617181920>>...25

/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_castengine_utils.h81 napi_value ConvertDeviceListToJS(napi_env env, const std::vector<CastRemoteDevice> &devices);
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_impl.h201 * @Description Query the information about the found devices
203 * @param devices - Get result vector of WifiP2pDevice
206 ErrCode QueryP2pDevices(std::vector<WifiP2pDevice> &devices) override;
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_interface.h220 * @Description - Query the information about the found devices.
221 * @param devices - list of queryed device
224 virtual ErrCode QueryP2pDevices(std::vector<WifiP2pDevice> &devices) override;
H A Dwifi_p2p_service.h176 * @Description - Query the information about the found devices.
177 * @param devices - list of queryed device
180 virtual ErrCode QueryP2pDevices(std::vector<WifiP2pDevice> &devices) override;
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_p2p.h203 * @Description Query the information about the found devices.
205 * @param devices - Get result vector of WifiP2pDevice
208 virtual ErrCode QueryP2pDevices(std::vector<WifiP2pDevice> &devices) = 0;
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_c_p2p_test.cpp47 void P2pPeersCallback(WifiP2pDevice* devices, int len) in P2pPeersCallback() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.h211 * @Description Query the information about the found devices
213 * @param devices - Get result vector of WifiP2pDevice
216 ErrCode QueryP2pDevices(std::vector<WifiP2pDevice> &devices) override;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dauto_sync_timer.cpp110 syncInfo.devices.push_back(res.second); in ProcessTask()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h149 std::vector<std::string> devices; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.h44 void MakeRemoteQuery(const std::string &devices, const std::string &sql, DistributedData::Values &&args);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkvdb_service.h33 std::vector<std::string> devices; member
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h63 CArrStr VectorToCArrStr(const std::vector<std::string> &devices);
/third_party/backends/include/sane/
H A Dusb_manager.h295 /** For audio devices only: the rate at which synchronization feedback
299 /** For audio devices only: the address if the synch endpoint */
405 struct usb_manager_device *devices; member
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci_pci.c97 sc->sc_bus.devices = sc->sc_devices; in ehci_pci_attach()
/third_party/libwebsockets/lib/drivers/display/
H A Dili9341-spi.c26 #include <drivers/devices/display/ili9341.h>
/third_party/mesa3d/include/CL/
H A Dcl.hpp113 * std::vector<cl::Device> devices = context.getInfo<CL_CONTEXT_DEVICES>();
118 * program_.build(devices);
123 * cl::CommandQueue queue(context, devices[0], 0, &err);
1652 * OpenCL 1.2 devices do have retain/release.
1682 * OpenCL 1.1 devices do not have retain/release.
1816 cl_device_id *devices = (cl_device_id *) alloca(size); in getContextPlatformVersion()
1817 clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices, NULL); in getContextPlatformVersion()
1818 return getDevicePlatformVersion(devices[0]); in getContextPlatformVersion()
2148 VECTOR_CLASS<Device>* devices) in createSubDevices()
2162 devices in createSubDevices()
2146 createSubDevices( const cl_device_partition_property * properties, VECTOR_CLASS<Device>* devices) createSubDevices() argument
2172 createSubDevices( const cl_device_partition_property_ext * properties, VECTOR_CLASS<Device>* devices) createSubDevices() argument
2512 Context( const VECTOR_CLASS<Device>& devices, cl_context_properties* properties = NULL, void (CL_CALLBACK * notifyFptr)( const char *, const void *, ::size_t, void *) = NULL, void* data = NULL, cl_int* err = NULL) Context() argument
2604 VECTOR_CLASS<Device> devices; Context() local
5140 Program( const Context& context, const VECTOR_CLASS<Device>& devices, const Binaries& binaries, VECTOR_CLASS<cl_int>* binaryStatus = NULL, cl_int* err = NULL) Program() argument
5197 Program( const Context& context, const VECTOR_CLASS<Device>& devices, const STRING_CLASS& kernelNames, cl_int* err = NULL) Program() argument
5266 build( const VECTOR_CLASS<Device>& devices, const char* options = NULL, void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, void* data = NULL) const build() argument
5554 VECTOR_CLASS<cl::Device> devices; CommandQueue() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp806 std::vector<RawAddress> devices {}; in GetConnectedDevices()
808 devices = pimpl->service_->GetConnectedDevices(); in GetConnectedDevices()
814 return devices; in GetConnectedDevices()
820 std::vector<RawAddress> devices {}; in GetDevicesByStates()
823 return devices; in GetDevicesByStates()
831 devices = pimpl->service_->GetDevicesByStates(convertStates); in GetDevicesByStates()
836 return devices; in GetDevicesByStates()
H A Dbluetooth_hfp_hf_server.cpp212 std::vector<BluetoothRawAddress> &devices) { in GetDevicesByStates()
231 devices.push_back(BluetoothRawAddress(device)); in GetDevicesByStates()
211 GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) GetDevicesByStates() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp53 int CloudSyncer::Sync(const std::vector<DeviceID> &devices, SyncMode mode, in Sync() argument
61 taskInfo.devices = devices; in Sync()
72 int errCode = CloudSyncUtils::CheckParamValid(taskInfo.devices, taskInfo.mode); in Sync()
152 processNotifier->Init(info.table, info.devices, info.users); in StopAllTasks()
962 std::vector<std::string> devices = currentContext_.notifier->GetDevices(); in NotifyChangedData() local
963 if (devices.empty()) { in NotifyChangedData()
970 deviceName = devices[0]; in NotifyChangedData()
1519 currentContext_.notifier->Init(cloudTaskInfos_[taskId].table, cloudTaskInfos_[taskId].devices, in PrepareSync()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h719 * devices.
727 * devices.This method takes effect only for notifications published by calling
1070 * @brief Sets devices that support display.
1072 * @param devices Indicates the devices that support display.
1074 void SetDevicesSupportDisplay(const std::vector<std::string> &devices);
1077 * @brief Sets devices that support operate.
1079 * @param devices Indicates the devices that support operate.
1081 void SetDevicesSupportOperate(const std::vector<std::string> &devices);
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp53 int BluetoothHfpHfProxy::GetDevicesByStates(const std::vector<int> &states, std::vector<BluetoothRawAddress> &devices) in GetDevicesByStates() argument
72 devices.push_back(*dev); in GetDevicesByStates()
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_hf.cpp92 vector<BluetoothRemoteDevice> devices = profile->GetDevicesByStates(states); in GetConnectionDevices() local
94 for (auto &device: devices) { in GetConnectionDevices()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRoutingManager.cpp435 uint32_t size = microphoneBlockedInfo.devices.size(); in OnMicrophoneBlocked()
454 for (auto deviceDescriptor : microphoneBlockedInfo.devices) { in OnMicrophoneBlocked()
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_ffi.cpp167 auto devices = capturer->GetInputDevices(errorCode); in FfiMMAAudioCapturerGetInputDevices() local
168 return devices; in FfiMMAAudioCapturerGetInputDevices()
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Dmedialibrary_device.cpp208 std::vector<std::string> devices = { mldevInfo.networkId }; in DevOnlineProcess() local
209 MediaLibrarySyncOperation::SyncPullAllTableByNetworkId(syncOpts, devices); in DevOnlineProcess()

Completed in 48 milliseconds

1...<<11121314151617181920>>...25