Home
last modified time | relevance | path

Searched defs:patchx (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-9/include/linux/
Dsoundcard.h823 #define SEQ_WRPATCH(patchx, len) OSS_write_patch(seqfd, (char*)(patchx), len) argument
824 #define SEQ_WRPATCH2(patchx, len) OSS_write_patch2(seqfd, (char*)(patchx), len) argument
826 #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) SEQ_DUMPBUF(); if (write(seqfd, (char*)(patchx… argument
827 #define SEQ_WRPATCH2(patchx, len) (SEQ_DUMPBUF(), write(seqfd, (char*)(patchx), len)) argument
/development/ndk/platforms/android-21/include/linux/
Dsoundcard.h844 #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) SEQ_DUMPBUF(); if (write(seqfd, (char*)(patchx… argument
845 #define SEQ_WRPATCH2(patchx, len) (SEQ_DUMPBUF(), write(seqfd, (char*)(patchx), len)) argument