Home | History | Annotate | Download | only in pipes

Lines Matching defs:queueBuffer

56     bool queueBuffer(int fd, uint32_t offset);
86 bool queueBuffer(int fd, uint32_t offset);
116 bool queueBuffer(int fd, uint32_t offset);
146 bool queueBuffer(int fd, uint32_t offset);
187 inline bool M3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) {
188 return mM3d.queueBuffer(fd, offset);
256 inline bool M3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) {
257 return mM3d.queueBuffer(fd, offset);
314 inline bool S3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) {
315 return mS3d.queueBuffer(fd, offset);
389 inline bool S3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) {
390 return mS3d.queueBuffer(fd, offset);