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

  /development/ndk/platforms/android-3/include/linux/
soundcard.h 738 #define SEQ_DECLAREBUF() SEQ_USE_EXTBUF()
742 #define SEQ_USE_EXTBUF() extern unsigned char *_seqbuf; extern int _seqbuflen;extern int _seqbufptr
743 #define SEQ_DEFINEBUF(len) SEQ_USE_EXTBUF();static int _requested_seqbuflen=len
755 #define SEQ_USE_EXTBUF() extern unsigned char _seqbuf[]; extern int _seqbuflen;extern int _seqbufptr
  /bionic/libc/kernel/uapi/linux/
soundcard.h     [all...]
  /development/ndk/platforms/android-L/include/linux/
soundcard.h     [all...]
  /external/kernel-headers/original/uapi/linux/
soundcard.h     [all...]

Completed in 3731 milliseconds