HomeSort by relevance Sort by last modified time
    Searched defs:device_index (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 75 int device_index; local
76 for (device_index = 0; device_index < num_devices; device_index++) {
77 ASSERT_EQ(0, hardware->GetPlayoutDeviceName(device_index, device_name,
85 ASSERT_EQ(0, hardware->SetPlayoutDevice(device_index));
  /external/chromium_org/chrome/browser/signin/
easy_unlock_service_signin_chromeos.cc 159 uint32 device_index = 0; local
160 if (!data || data->devices.size() <= device_index)
162 return data->devices[device_index].challenge;
168 uint32 device_index = 0; local
169 if (!data || data->devices.size() <= device_index)
171 return data->devices[device_index].wrapped_secret;
  /bootable/recovery/mtdutils/
mtdutils.c 32 int device_index; member in struct:MtdPartition
102 p->device_index = -1;
144 p->device_index = mtdnum;
182 if (p->device_index >= 0 && p->name != NULL) {
200 sprintf(devname, "/dev/block/mtdblock%d", partition->device_index);
242 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
269 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
385 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
  /external/chromium_org/third_party/webrtc/sound/
pulseaudiosoundsystem.cc 325 uint32_t device_index = symbol_table()->pa_stream_get_device_index()( local
330 device_index,
350 device_index,
    [all...]

Completed in 2249 milliseconds