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

  /bionic/libc/kernel/uapi/linux/
soundcard.h 606 #define EV_SEQ_LOCAL 0x80
672 #define _LOCAL_EVENT(ev,parm) { _SEQ_NEEDBUF(8); _seqbuf[_seqbufptr + 0] = EV_SEQ_LOCAL; _seqbuf[_seqbufptr + 1] = (ev); _seqbuf[_seqbufptr + 2] = 0; _seqbuf[_seqbufptr + 3] = 0; * (unsigned int *) & _seqbuf[_seqbufptr + 4] = (parm); _SEQ_ADVBUF(8); }
  /external/kernel-headers/original/uapi/linux/
soundcard.h     [all...]

Completed in 84 milliseconds