HomeSort by relevance Sort by last modified time
    Searched refs:devices (Results 226 - 250 of 1444) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/talk/media/devices/
macdevicemanager.cc 28 #include "talk/media/devices/macdevicemanager.h"
85 bool MacDeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) {
86 devices->clear();
87 if (!GetAVFoundationVideoDevices(devices)) {
90 return FilterDevices(devices, kFilteredVideoDevicesName);
  /frameworks/av/services/audiopolicy/engineconfigurable/interface/
AudioPolicyPluginInterface.h 32 * - keep up to date the attributes of these policy members ( i.e. devices to be used for a
94 * @param[in] devices; mask of devices to be used for the given strategy.
96 * @return true if the devices were set correclty for this strategy, false otherwise.
98 virtual bool setDeviceForStrategy(const routing_strategy &strategy, audio_devices_t devices) = 0;
135 * @param[in] devices; mask of devices to be used for the given input source.
137 * @return true if the devices were set correclty for this input source, false otherwise.
  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 111 * Get connected devices for the specified profile.
113 * <p> Return the set of devices which are in state {@link BluetoothProfile#STATE_CONNECTED}
121 * @return List of devices. The list will be empty on error.
147 * Get a list of devices that match any of the given connection
150 * <p> If none of the devices match any of the given states,
162 * @return List of devices. The list will be empty on error.
172 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); local
177 if (iGatt == null) return devices;
178 devices = iGatt.getDevicesMatchingConnectionStates(states);
183 return devices;
    [all...]
  /frameworks/rs/tests/java_api/
Android.mk 12 # Tests that run on older devices
29 # Tests that run on older devices (API 19 and below)
  /hardware/libhardware_legacy/audio/
AudioDumpInterface.h 39 uint32_t devices,
81 uint32_t devices,
122 uint32_t devices,
151 virtual AudioStreamIn* openInputStream(uint32_t devices, int *format, uint32_t *channels,
AudioHardwareGeneric.h 45 uint32_t devices,
78 uint32_t devices,
121 uint32_t devices,
129 uint32_t devices,
AudioHardwareInterface.cpp 152 AudioStreamOut* AudioHardwareInterface::openOutputStreamWithFlags(uint32_t devices,
159 return openOutputStream(devices, format, channels, sampleRate, status);
  /hardware/qcom/audio/hal/msm8960/
platform.c 114 /* Array to store sound devices */
117 /* Playback sound devices */
142 /* Capture sound devices */
628 snd_device_t platform_get_output_snd_device(void *platform, audio_devices_t devices)
635 ALOGV("%s: enter: output devices(%#x)", __func__, devices);
636 if (devices == AUDIO_DEVICE_NONE ||
637 devices & AUDIO_DEVICE_BIT_IN) {
638 ALOGV("%s: Invalid output devices (%#x)", __func__, devices);
    [all...]
  /system/bt/bta/hearing_aid/
hearing_aid.cc 122 * not simulteanously, to ensure start of connection events for both devices
188 devices.push_back(device);
192 for (auto it = devices.begin(); it != devices.end();) {
198 it = devices.erase(it);
204 auto iter = std::find_if(devices.begin(), devices.end(),
209 return (iter == devices.end()) ? nullptr : &(*iter);
213 auto iter = std::find_if(devices.begin(), devices.end()
240 std::vector<HearingDevice> devices; member in class:__anon1347::HearingDevices
    [all...]
  /system/bt/stack/hid/
hidh_int.h 49 tHID_HOST_DEV_CTB devices[HID_HOST_MAX_DEVICES]; member in struct:host_ctb
  /test/vts/utils/python/controllers/
customflasher.py 28 serial: string containing devices serial.
34 >> fb.devices() # will return the console output of "devices".
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
relay_rig.py 33 """A group of relay boards and their connected devices.
36 boards, as well as the devices and relays associated with them.
42 The relay devices are stored in a dict of (device_name: device). These
61 # Similar to the dict above, except for devices.
77 self.devices = dict()
89 # Note: 'boards' is a necessary value, 'devices' is not.
90 if 'devices' in config:
91 for elem in config['devices']:
93 if relay_device.name in self.devices:
97 self.devices[relay_device.name] = relay_devic
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 101 status_t ConfigParsingUtils::loadHwModuleDevice(cnode *root, DeviceVector &devices)
145 devices.add(deviceDesc);
177 DeviceVector devices; local
178 loadDevicesFromTag(node->value, devices, module->getDeclaredDevices());
179 profile->setSupportedDevices(devices);
209 ALOGW_IF(!profile->hasSupportedDevices(), "load%s() invalid supported devices",
212 ALOGV("load%s() adding Supported Devices %04x, mFlags %04x",
228 DeviceVector devices; local
231 status_t tmpStatus = loadHwModuleDevice(node, devices);
237 module->setDeclaredDevices(devices);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 93 * The tests are run concurrently on all devices. The overall structure is as follows:
98 * <li> Once all the devices have finished collecting the test tree data, the tree info is
116 List<IDevice> devices = new ArrayList<IDevice>(mLaunchInfo.getDevices()); local
118 new ArrayList<RemoteAndroidTestRunner>(devices.size());
120 for (IDevice device : devices) {
146 new ArrayList<TestTreeCollectorJob>(devices.size());
147 List<TestCollector> perDeviceCollectors = new ArrayList<TestCollector>(devices.size());
148 for (int i = 0; i < devices.size(); i++) {
150 String deviceName = devices.get(i).getName();
193 new ArrayList<TestRunnerJob>(devices.size())
    [all...]
  /compatibility/cdd/5_multimedia/
5_9_midi.md 16 (virtual MIDI devices)
  /external/autotest/server/site_tests/firmware_TypeCProbeUSB3/
firmware_TypeCProbeUSB3.py 25 """Gets set from the list of USB devices and buses."""
40 # Enumerate USB devices when charging.
43 logging.info('number of devices while charging: %d',
45 # Enumerate USB devices when switching to DP.
51 logging.info('number of devices when switch to dp: %d',
53 # Enumerate USB devices when switching to USB3
66 logging.info('number of devices when switch to usb: %d',
74 'Number of USB devices changed on switching to DP')
  /external/lisa/tools/scripts/
cpuidle_sampling.sh 11 cd /sys/devices/system/cpu
  /frameworks/av/services/audioflinger/
SpdifStreamOut.cpp 48 audio_devices_t devices,
95 devices,
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothInstrumentation.java 108 Set<BluetoothDevice> devices = getBluetoothAdapter().getBondedDevices(); local
110 for (BluetoothDevice device : devices) {
  /frameworks/base/libs/hwui/tests/scripts/
prep_fugu.sh 3 cpubase=/sys/devices/system/cpu
  /hardware/interfaces/camera/common/
README.md 12 [source.android.com](http://source.android.com/devices/camera/index.html).
  /hardware/qcom/audio/
Android.mk 1 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
  /hardware/qcom/bt/
Android.mk 2 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
  /hardware/qcom/keymaster/
Android.mk 1 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ActivityLaunchAction.java 101 * @param devices list of Android devices on which the activity will be launched
104 public boolean doLaunchAction(DelayedLaunchInfo info, Collection<IDevice> devices) {
106 for (IDevice d : devices) {
108 // on a device, it should still be performed on all other devices.

Completed in 682 milliseconds

1 2 3 4 5 6 7 8 91011>>