Searched refs:copr_debug_buf (Results 1 – 2 of 2) sorted by relevance
/development/ndk/platforms/android-21/include/linux/ |
D | soundcard.h | 545 typedef struct copr_debug_buf { struct 552 } copr_debug_buf; argument 561 #define SNDCTL_COPR_RDATA _SIOWR('C', 2, copr_debug_buf) 562 #define SNDCTL_COPR_RCODE _SIOWR('C', 3, copr_debug_buf) 564 #define SNDCTL_COPR_WDATA _SIOW ('C', 4, copr_debug_buf) 565 #define SNDCTL_COPR_WCODE _SIOW ('C', 5, copr_debug_buf) 566 #define SNDCTL_COPR_RUN _SIOWR('C', 6, copr_debug_buf) 567 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf)
|
/development/ndk/platforms/android-9/include/linux/ |
D | soundcard.h | 507 typedef struct copr_debug_buf { struct 513 } copr_debug_buf; argument 522 #define SNDCTL_COPR_RDATA _SIOWR('C', 2, copr_debug_buf) 523 #define SNDCTL_COPR_RCODE _SIOWR('C', 3, copr_debug_buf) 524 #define SNDCTL_COPR_WDATA _SIOW ('C', 4, copr_debug_buf) 525 #define SNDCTL_COPR_WCODE _SIOW ('C', 5, copr_debug_buf) 526 #define SNDCTL_COPR_RUN _SIOWR('C', 6, copr_debug_buf) 527 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf)
|