Home
last modified time | relevance | path

Searched refs:device_type (Results 1 – 4 of 4) sorted by relevance

/system/uapp/midiecho/
A Dmidiecho.c38 int device_type; in open_devices() local
39 int ret = ioctl_midi_get_device_type(fd, &device_type); in open_devices()
40 if (ret != sizeof(device_type)) { in open_devices()
45 if (device_type == MIDI_TYPE_SOURCE) { in open_devices()
51 } else if (device_type == MIDI_TYPE_SINK) { in open_devices()
/system/dev/block/sdmmc/
A Dmmc.c187 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; in mmc_supports_hs() local
188 return (device_type & (1 << 1)); in mmc_supports_hs()
192 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; in mmc_supports_hsddr() local
194 return (device_type & (1 << 2)); in mmc_supports_hsddr()
198 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; in mmc_supports_hs200() local
200 return (device_type & (1 << 4)); in mmc_supports_hs200()
204 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; in mmc_supports_hs400() local
206 return (device_type & (1 << 6)); in mmc_supports_hs400()
/system/ulib/intel-hda/include/intel-hda/utils/
A Dnhlt.h75 uint8_t device_type; member
/system/dev/audio/intel-hda/dsp/
A Ddebug.cpp62 LOG(INFO, " device_type: %u\n", desc->device_type); in DumpNhlt()

Completed in 5 milliseconds