HomeSort by relevance Sort by last modified time
    Searched full:device_table (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/other/
makedevs.c 14 usage: makedevs [-d device_table] rootdir
  /hardware/qcom/audio/hal/msm8960/
platform.c 115 static const char * const device_table[SND_DEVICE_MAX] = { variable
392 return device_table[snd_device];
716 ALOGV("%s: exit: snd_device(%s)", __func__, device_table[snd_device]);
    [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c 193 static const char * const device_table[SND_DEVICE_MAX] = { variable
613 const char *ret = device_table[snd_device];
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 211 static const char * const device_table[SND_DEVICE_MAX] = { variable
712 const char *ret = device_table[snd_device];
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 234 static const char * const device_table[SND_DEVICE_MAX] = { variable
369 name = device_table[snd_device];
511 ALOGV("%s: exit: snd_device(%s)", __func__, device_table[snd_device]);
652 ALOGV("%s: exit: in_snd_device(%s)", __func__, device_table[snd_device]);
    [all...]
  /external/toybox/generated/
help.h 211 #define HELP_makedevs "usage: makedevs [-d device_table] rootdir\n\nCreate a range of special files as specified in a device table.\n\n-d file containing device table (default reads from stdin)\n\nEach line of of the device table has the fields:\n<name> <type> <mode> <uid> <gid> <major> <minor> <start> <increment> <count>\nWhere name is the file name, and type is one of the following:\n\nb Block device\nc Character device\nd Directory\nf Regular file\np Named pipe (fifo)\n\nOther fields specify permissions, user and group id owning the file,\nand additional fields for device special files. Use '-' for blank entries,\nunspecified fields are treated as '-'.\n\n"
    [all...]

Completed in 617 milliseconds