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

  /bionic/libc/kernel/uapi/linux/
soundcard.h 608 #define EV_CHN_COMMON 0x92
649 #define _CHN_COMMON(dev,event,chn,p1,p2,w14) { _SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_COMMON; _seqbuf[_seqbufptr + 1] = (dev); _seqbuf[_seqbufptr + 2] = (event); _seqbuf[_seqbufptr + 3] = (chn); _seqbuf[_seqbufptr + 4] = (p1); _seqbuf[_seqbufptr + 5] = (p2); * (short *) & _seqbuf[_seqbufptr + 6] = (w14); _SEQ_ADVBUF(8); }
  /external/kernel-headers/original/uapi/linux/
soundcard.h     [all...]

Completed in 939 milliseconds