Home
last modified time | relevance | path

Searched defs:devices (Results 1 – 25 of 87) sorted by relevance

1234

/external/deqp/android/scripts/
Dinstall.py55 def installToDevices (devices, doParallel): argument
78 devices = common.getDevices(common.ADB_BIN) variable
91 devices = common.getDevices(common.ADB_BIN) variable
93 devices = [dev for dev in devices if dev.serial in args.serial] variable
/external/webrtc/talk/media/devices/
Ddevicemanager.cc94 std::vector<Device> devices; in GetCapabilities() local
108 bool DeviceManager::GetAudioInputDevices(std::vector<Device>* devices) { in GetAudioInputDevices()
112 bool DeviceManager::GetAudioOutputDevices(std::vector<Device>* devices) { in GetAudioOutputDevices()
124 bool DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { in GetVideoCaptureDevices()
144 std::vector<Device> devices; in GetVideoCaptureDevice() local
287 std::vector<Device> devices; in GetAudioDevice() local
306 std::vector<Device> devices; in GetDefaultVideoCaptureDevice() local
354 bool DeviceManager::FilterDevices(std::vector<Device>* devices, in FilterDevices()
Dfakedevicemanager.h52 std::vector<Device> devices; in GetCapabilities() local
167 void SetAudioInputDevices(const std::vector<std::string>& devices) { in SetAudioInputDevices()
175 void SetAudioOutputDevices(const std::vector<std::string>& devices) { in SetAudioOutputDevices()
183 void SetVideoCaptureDevices(const std::vector<std::string>& devices) { in SetVideoCaptureDevices()
215 static bool FindDeviceByName(const std::vector<Device>& devices, in FindDeviceByName()
Ddevicemanager_unittest.cc125 std::vector<Device> devices; in TEST() local
237 static bool CompareDeviceList(std::vector<Device>& devices, in CompareDeviceList()
272 std::vector<Device> devices; in TEST() local
305 std::vector<std::string> devices; in TEST() local
332 std::vector<std::string> devices; in TEST() local
361 std::vector<std::string> devices; in TEST() local
Dwin32devicemanager.cc146 std::vector<Device> devices; in GetDefaultVideoCaptureDevice() local
175 bool Win32DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { in GetVideoCaptureDevices()
183 bool GetDevices(const CLSID& catid, std::vector<Device>* devices) { in GetDevices()
278 CComPtr<IMMDeviceCollection> devices; in GetCoreAudioDevices() local
Ddummydevicemanager.h41 std::vector<std::string> devices; in DummyDeviceManager() local
Dlinuxdevicemanager.cc137 std::vector<Device>* devices) { in ScanDeviceDirectory()
241 static void ScanV4L2Devices(std::vector<Device>* devices) { in ScanV4L2Devices()
288 bool LinuxDeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { in GetVideoCaptureDevices()
/external/webrtc/webrtc/sound/
Dsoundsystemproxy.cc16 SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()
21 SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
Dsoundsysteminterface.cc18 SoundSystemInterface::SoundDeviceLocatorList *devices) { in ClearSoundDeviceLocatorList()
Dnullsoundsystem.cc109 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()
118 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
/external/v8/build/android/buildbot/
Dbb_device_status_check.py101 def DeviceStatus(devices, blacklist): argument
200 def RecoverDevices(devices, blacklist): argument
/external/v8/build/android/pylib/utils/
Dtest_environment.py33 def CleanupLeftoverProcesses(devices): argument
/external/vulkan-validation-layers/tests/
Dtest_environment.h49 const std::vector<Device *> &devices() { return devs_; } in devices() function
/external/v8/build/android/pylib/linker/
Dsetup.py20 def Setup(args, devices): argument
/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_recovery.py105 def RecoverDevices(devices, blacklist, enable_usb_reset=False): argument
Dkeyboard.py90 def __init__(self, devices): argument
/external/v8/build/android/pylib/base/
Dtest_dispatcher.py217 def _CreateRunners(runner_factory, devices, timeout=None): argument
282 def RunTests(tests, runner_factory, devices, shard=True, argument
/external/libdrm/tests/
Ddrmdevice.c67 drmDevicePtr *devices; in main() local
/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddevice.cpp32 cl_uint num_entries, cl_device_id *devices, in clGetDeviceIDs()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothFacade.java161 public static <T> BluetoothDevice getDevice(ConcurrentHashMap<String, T> devices, String device) in getDevice()
170 public static BluetoothDevice getDevice(Collection<BluetoothDevice> devices, String deviceID) in getDevice()
183 public static boolean deviceExists(Collection<BluetoothDevice> devices, String deviceID) { in deviceExists()
/external/autotest/client/tests/btreplay/
Dbtreplay.py33 def run_once(self, dev="", devices="", extra_args='', tmpdir=None): argument
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_blacklist.py53 def Extend(self, devices, reason='unknown'): argument
/external/openssh/
Dauth2-chall.c65 KbdintDevice *devices[] = { variable
82 char *devices; member
/external/webrtc/webrtc/voice_engine/
Dvoe_hardware_impl.cc126 int VoEHardwareImpl::GetNumOfRecordingDevices(int& devices) { in GetNumOfRecordingDevices()
137 int VoEHardwareImpl::GetNumOfPlayoutDevices(int& devices) { in GetNumOfPlayoutDevices()
/external/autotest/client/tests/kvm/tests/
Dphysical_resources_check.py21 def check_num(devices, info_cmd, check_str): argument

1234