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

  /device/asus/fugu/kernel-headers/linux/sound/
intel_sst_ioctl.h 34 __u32 max_streams; member in struct:snd_sst_driver_info
  /device/asus/fugu/original-kernel-headers/linux/sound/
intel_sst_ioctl.h 46 __u32 max_streams; member in struct:snd_sst_driver_info
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 873 static void set_max_streams(uint32_t max_streams) {
874 max_streams_ = max_streams;
876 static uint32_t max_streams() { return max_streams_; } function in class:google_breakpad::Minidump
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
intel_sst_ioctl.h 60 __u16 max_streams; member in struct:snd_sst_mix_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch9.h 613 int max_streams; local
618 max_streams = comp->bmAttributes & 0x1f;
620 if (!max_streams)
623 max_streams = 1 << max_streams;
625 return max_streams;
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 632 int max_streams; local
637 max_streams = comp->bmAttributes & 0x1f;
639 if (!max_streams)
642 max_streams = 1 << max_streams;
644 return max_streams;

Completed in 2768 milliseconds