HomeSort by relevance Sort by last modified time
    Searched refs:devices (Results 1 - 25 of 531) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/android/scripts/
install.py 55 def installToDevices (devices, doParallel):
56 padLen = max([len(device.model) for device in devices])+1
58 common.parallelApply(installToDevice, [(device, ("(%s):%s" % (device.model, ' ' * (padLen - len(device.model))))) for device in devices]);
60 common.serialApply(installToDevice, [(device, ) for device in devices]);
63 devices = common.getDevices(common.ADB_BIN)
64 installToDevices(devices, doParallel)
70 parser.add_argument('-a', '--all', dest='all', action="store_true", help="Install to all devices.")
78 devices = common.getDevices(common.ADB_BIN) variable
79 if len(devices) == 0:
80 common.die('No devices connected'
91 devices = common.getDevices(common.ADB_BIN) variable
93 devices = [dev for dev in devices if dev.serial in args.serial] variable
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_lights_LightsService.cpp 47 struct Devices {
67 Devices* devices; local
69 devices = (Devices*)malloc(sizeof(Devices));
73 devices->lights[LIGHT_INDEX_BACKLIGHT]
75 devices->lights[LIGHT_INDEX_KEYBOARD]
77 devices->lights[LIGHT_INDEX_BUTTONS]
79 devices->lights[LIGHT_INDEX_BATTERY
98 Devices* devices = (Devices*)ptr; local
109 Devices* devices = (Devices*)ptr; local
    [all...]
  /frameworks/av/services/audiopolicy/
audio_policy.conf 7 # lists input and output devices always present on the device
9 # Devices are designated by a string that corresponds to the enum in audio.h
24 # other attributes (attached devices, default device) have to be included in the
36 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
42 # - Optionally a "devices" section:
43 # This section contains descriptors for audio devices with attributes like an address or a
44 # gain controller. The syntax for the devices section and device descriptor is as follows:
45 # devices {
71 # its name in their "devices" section instead of specifying a device type. e.g. :
77 # devices <device name
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
InputSource.cpp 42 * @param[in] devices selected for the given input source.
48 status_t Element<audio_source_t>::set(audio_devices_t devices)
50 if (!audio_is_input_device(devices) && devices != AUDIO_DEVICE_BIT_IN) {
52 __FUNCTION__, devices, getName().c_str());
55 ALOGD("%s: 0x%X for input source %s", __FUNCTION__, devices, getName().c_str());
56 mApplicableDevices = devices;
Strategy.cpp 42 * @param[in] devices selected for the given strategy.
47 status_t Element<routing_strategy>::set<audio_devices_t>(audio_devices_t devices)
49 if (!audio_is_output_devices(devices) && devices != AUDIO_DEVICE_NONE) {
51 __FUNCTION__, devices, getName().c_str());
54 ALOGD("%s: 0x%X for strategy %s", __FUNCTION__, devices, getName().c_str());
55 mApplicableDevices = devices;
  /device/asus/fugu/
audio_policy.conf 1 # Global configuration section: lists input and output devices always present on the device
3 # Devices are designated by a string that corresponds to the enum in audio.h
19 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
29 devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_AUX_DIGITAL
36 devices AUDIO_DEVICE_OUT_AUX_DIGITAL
45 devices AUDIO_DEVICE_IN_WIRED_HEADSET
55 devices AUDIO_DEVICE_OUT_USB_DEVICE
63 devices AUDIO_DEVICE_IN_USB_DEVICE
73 devices AUDIO_DEVICE_OUT_REMOTE_SUBMIX
81 devices AUDIO_DEVICE_IN_REMOTE_SUBMI
    [all...]
init.fugu.rc 80 chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
81 chmod 0660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
82 chown system system /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
83 chmod 0660 /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
84 chown system system /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
85 chmod 0660 /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
86 chown system system /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq
87 chmod 0660 /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq
88 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate
89 chown system system /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_loa
    [all...]
  /device/htc/flounder/
audio_policy.conf 5 # Global configuration section: lists input and output devices always present on the device
7 # Devices are designated by a string that corresponds to the enum in audio.h
24 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
34 devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_AUX_DIGITAL|AUDIO_DEVICE_OUT_ALL_SCO
43 devices AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET|AUDIO_DEVICE_IN_WIRED_HEADSET
53 devices AUDIO_DEVICE_OUT_ALL_A2DP
63 devices AUDIO_DEVICE_OUT_USB_ACCESSORY
69 devices AUDIO_DEVICE_OUT_USB_DEVICE
77 devices AUDIO_DEVICE_IN_USB_DEVICE
87 devices AUDIO_DEVICE_OUT_REMOTE_SUBMI
    [all...]
  /hardware/libhardware_legacy/audio/
audio_policy.conf 5 # Global configuration section: lists input and output devices always present on the device
7 # Devices are designated by a string that corresponds to the enum in audio.h
23 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
33 devices AUDIO_DEVICE_OUT_SPEAKER
42 devices AUDIO_DEVICE_IN_BUILTIN_MIC
52 devices AUDIO_DEVICE_OUT_REMOTE_SUBMIX
60 devices AUDIO_DEVICE_IN_REMOTE_SUBMIX
  /device/asus/flo/
audio_policy.conf 1 # Global configuration section: lists input and output devices always present on the device
3 # Devices are designated by a string that corresponds to the enum in audio.h
19 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
29 devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL
36 devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL
43 devices AUDIO_DEVICE_OUT_AUX_DIGITAL
52 devices AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_WIRED_HEADSET|AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET|AUDIO_DEVICE_IN_VOICE_CALL|AUDIO_DEVICE_IN_BACK_MIC
62 devices AUDIO_DEVICE_OUT_ALL_A2DP
72 devices AUDIO_DEVICE_OUT_USB_ACCESSORY
78 devices AUDIO_DEVICE_OUT_USB_DEVIC
    [all...]
init.flo.rc 56 chown radio radio /sys/devices/virtual/hsicctl/hsicctl0/modem_wait
62 chmod 0444 /sys/devices/platform/msm_hsusb/gadget/usb_state
68 chmod 0664 /sys/devices/virtual/graphics/fb1/hpd
69 chmod 0664 /sys/devices/virtual/graphics/fb1/video_mode
70 chmod 0664 /sys/devices/virtual/graphics/fb1/format_3d
73 chown system system /sys/devices/virtual/graphics/fb1/format_3d
74 chown system system /sys/devices/virtual/graphics/fb1/hpd
139 chmod 0664 /sys/devices/platform/msm_sdcc.1/polling
140 chmod 0664 /sys/devices/platform/msm_sdcc.2/polling
141 chmod 0664 /sys/devices/platform/msm_sdcc.3/pollin
    [all...]
  /external/openssh/
auth2-chall.c 65 KbdintDevice *devices[] = { variable
82 char *devices; member in struct:KbdintAuthctxt
94 for (i = 0; devices[i] != NULL; i++)
95 if (strcmp(devices[i]->name, devname) == 0) {
96 for (j = i; devices[j] != NULL; j++)
97 devices[j] = devices[j+1];
118 for (i = 0; devices[i]; i++) {
121 buffer_append(&b, devices[i]->name,
122 strlen(devices[i]->name))
    [all...]
  /device/lge/hammerhead/
audio_policy.conf 2 # - lists input and output devices always present on the device
4 # Devices are designated by a string that corresponds to the enum in audio.h
23 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
33 devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL
40 devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL
47 devices AUDIO_DEVICE_OUT_AUX_DIGITAL
54 devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE
61 devices AUDIO_DEVICE_OUT_TELEPHONY_TX
69 devices AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_WIRED_HEADSET|AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET|AUDIO_DEVICE_IN_VOICE_CALL|AUDIO_DEVICE_IN_BACK_MIC
75 devices AUDIO_DEVICE_IN_TELEPHONY_R
    [all...]
init.hammerhead.rc 57 chown bluetooth net_bt_stack /sys/devices/platform/msm_serial_hs.0/clock
58 chmod 0660 /sys/devices/platform/msm_serial_hs.0/clock
76 chown radio radio /sys/devices/virtual/hsicctl/hsicctl0/modem_wait
93 chmod 0664 /sys/devices/virtual/graphics/fb1/hpd
94 chmod 0664 /sys/devices/virtual/graphics/fb1/vendor_name
95 chmod 0664 /sys/devices/virtual/graphics/fb1/product_description
109 write /sys/bus/msm_subsys/devices/subsys0/restart_level "related"
111 write /sys/bus/msm_subsys/devices/subsys1/restart_level "related"
113 write /sys/bus/msm_subsys/devices/subsys2/restart_level "related"
171 write /sys/devices/system/cpu/cpu1/online
    [all...]
  /device/moto/shamu/
audio_policy.conf 2 # - lists input and output devices always present on the device
4 # Devices are designated by a string that corresponds to the enum in audio.h
22 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
32 devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_LINE|AUDIO_DEVICE_OUT_SPEAKER_SAFE
39 devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_LINE|AUDIO_DEVICE_OUT_SPEAKER_SAFE
46 devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_LINE|AUDIO_DEVICE_OUT_SPEAKER_SAFE
53 devices AUDIO_DEVICE_OUT_TELEPHONY_TX
61 devices AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_WIRED_HEADSET|AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET|AUDIO_DEVICE_IN_VOICE_CALL|AUDIO_DEVICE_IN_BACK_MIC
67 devices AUDIO_DEVICE_IN_TELEPHONY_RX
77 devices AUDIO_DEVICE_OUT_ALL_A2D
    [all...]
  /device/google/atv/sdk/
atv_sdk.atree 21 # devices.xml file with custom device definitions
22 device/google/atv/sdk/devices.xml system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/devices.xml
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 28 public boolean doLaunchAction(DelayedLaunchInfo info, Collection<IDevice> devices) {
29 for (IDevice d : devices) {
IAndroidLaunchAction.java 32 * @param devices Android devices on which the action will be performed
36 boolean doLaunchAction(DelayedLaunchInfo info, Collection<IDevice> devices);
  /cts/hostsidetests/theme/
generate_images.sh 54 adb devices
  /system/bt/stack/hid/
hidh_api.c 339 /* Find an entry for this device in hh_cb.devices array */
345 if((hh_cb.devices[i].in_use) &&
346 (!memcmp(addr, hh_cb.devices[i].addr, BD_ADDR_LEN)))
354 if( !hh_cb.devices[i].in_use)
362 if (!hh_cb.devices[i].in_use)
364 hh_cb.devices[i].in_use = TRUE;
365 memcpy( hh_cb.devices[i].addr, addr, sizeof( BD_ADDR ) ) ;
366 hh_cb.devices[i].state = HID_DEV_NO_CONN;
367 hh_cb.devices[i].conn_tries = 0 ;
371 hh_cb.devices[i].attr_mask = attr_mask
    [all...]
hidh_conn.c 113 hh_cb.devices[xx].in_use = FALSE ;
114 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED;
131 tHID_CONN *p_hcon = &hh_cb.devices[dhandle].conn;
141 L2CA_SetIdleTimeoutByBdAddr(hh_cb.devices[dhandle].addr, 0, BT_TRANSPORT_BR_EDR);
221 p_hcon = &hh_cb.devices[i].conn;
222 p_dev = &hh_cb.devices[i];
305 hh_cb.devices[p_tle->param].conn_tries++;
306 hh_cb.callback( (UINT8) p_tle->param, hh_cb.devices[p_tle->param].addr,
307 HID_HDEV_EVT_RETRYING, hh_cb.devices[p_tle->param].conn_tries, NULL ) ;
328 dhandle = ((UINT32)p_dev - (UINT32)&(hh_cb.devices[0]))/ sizeof(tHID_HOST_DEV_CTB)
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 197 static void switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode);
198 static char *getUCMDevice(uint32_t devices, int input, char *rxDevice);
392 void switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode)
401 ALOGD("%s: device %d mode:%d", __FUNCTION__, devices, mode);
404 if ((devices & AudioSystem::DEVICE_OUT_WIRED_HEADSET) ||
405 (devices & AudioSystem::DEVICE_IN_WIRED_HEADSET)) {
406 devices = devices | (AudioSystem::DEVICE_OUT_WIRED_HEADSET |
408 } else if (devices & AudioSystem::DEVICE_OUT_WIRED_HEADPHONE) {
409 devices = devices | (AudioSystem::DEVICE_OUT_WIRED_HEADPHONE
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 23 import com.android.sdklib.devices.Device;
24 import com.android.sdklib.devices.DeviceManager;
25 import com.android.sdklib.devices.Screen;
57 Collection<Device> devices = deviceManager.getDevices(DeviceManager.DeviceFilter.DEFAULT); local
58 assertNotNull(devices);
59 assertTrue(devices.size() > 0);
60 configuration.setDevice(devices.iterator().next(), false);
117 List<Device> devices = Lists.newArrayList(deviceManager.getDevices(DeviceManager.DeviceFilter.DEFAULT)); local
118 assertNotNull(devices);
119 assertTrue(devices.size() > 0)
    [all...]
  /device/asus/deb/
init.deb.rc 56 chown radio radio /sys/devices/virtual/hsicctl/hsicctl0/modem_wait
62 chmod 0444 /sys/devices/platform/msm_hsusb/gadget/usb_state
68 chmod 0664 /sys/devices/virtual/graphics/fb1/hpd
69 chmod 0664 /sys/devices/virtual/graphics/fb1/video_mode
70 chmod 0664 /sys/devices/virtual/graphics/fb1/format_3d
73 chown system system /sys/devices/virtual/graphics/fb1/format_3d
74 chown system system /sys/devices/virtual/graphics/fb1/hpd
139 chmod 0664 /sys/devices/platform/msm_sdcc.1/polling
140 chmod 0664 /sys/devices/platform/msm_sdcc.2/polling
141 chmod 0664 /sys/devices/platform/msm_sdcc.3/pollin
    [all...]
  /external/libusb-compat/examples/
lsusb.c 35 for (dev = bus->devices; dev; dev = dev->next) {

Completed in 613 milliseconds

1 2 3 4 5 6 7 8 91011>>