/external/deqp/android/scripts/ |
D | install.py | 55 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/ |
D | devicemanager.cc | 94 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()
|
D | fakedevicemanager.h | 52 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()
|
D | devicemanager_unittest.cc | 125 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
|
D | win32devicemanager.cc | 146 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
|
D | dummydevicemanager.h | 41 std::vector<std::string> devices; in DummyDeviceManager() local
|
D | linuxdevicemanager.cc | 137 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/ |
D | soundsystemproxy.cc | 16 SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices() 21 SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
|
D | soundsysteminterface.cc | 18 SoundSystemInterface::SoundDeviceLocatorList *devices) { in ClearSoundDeviceLocatorList()
|
D | nullsoundsystem.cc | 109 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices() 118 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
|
/external/v8/build/android/buildbot/ |
D | bb_device_status_check.py | 101 def DeviceStatus(devices, blacklist): argument 200 def RecoverDevices(devices, blacklist): argument
|
/external/v8/build/android/pylib/utils/ |
D | test_environment.py | 33 def CleanupLeftoverProcesses(devices): argument
|
/external/vulkan-validation-layers/tests/ |
D | test_environment.h | 49 const std::vector<Device *> &devices() { return devs_; } in devices() function
|
/external/v8/build/android/pylib/linker/ |
D | setup.py | 20 def Setup(args, devices): argument
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | device_recovery.py | 105 def RecoverDevices(devices, blacklist, enable_usb_reset=False): argument
|
D | keyboard.py | 90 def __init__(self, devices): argument
|
/external/v8/build/android/pylib/base/ |
D | test_dispatcher.py | 217 def _CreateRunners(runner_factory, devices, timeout=None): argument 282 def RunTests(tests, runner_factory, devices, shard=True, argument
|
/external/libdrm/tests/ |
D | drmdevice.c | 67 drmDevicePtr *devices; in main() local
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | device.cpp | 32 cl_uint num_entries, cl_device_id *devices, in clGetDeviceIDs()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothFacade.java | 161 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/ |
D | btreplay.py | 33 def run_once(self, dev="", devices="", extra_args='', tmpdir=None): argument
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_blacklist.py | 53 def Extend(self, devices, reason='unknown'): argument
|
/external/openssh/ |
D | auth2-chall.c | 65 KbdintDevice *devices[] = { variable 82 char *devices; member
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_hardware_impl.cc | 126 int VoEHardwareImpl::GetNumOfRecordingDevices(int& devices) { in GetNumOfRecordingDevices() 137 int VoEHardwareImpl::GetNumOfPlayoutDevices(int& devices) { in GetNumOfPlayoutDevices()
|
/external/autotest/client/tests/kvm/tests/ |
D | physical_resources_check.py | 21 def check_num(devices, info_cmd, check_str): argument
|