Home | History | Annotate | Download | only in media

Lines Matching refs:cblk

150     Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, bool isOut,
181 ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
270 AudioTrackClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
272 : ClientProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/,
308 StaticAudioTrackClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
336 AudioRecordClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
338 : ClientProxy(cblk, buffers, frameCount, frameSize,
348 ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
388 int32_t mFlush; // our copy of cblk->u.mStreaming.mFlush, for streaming output only
394 AudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
396 : ServerProxy(cblk, buffers, frameCount, frameSize, true /*isOut*/, clientInServer) { }
433 StaticAudioTrackServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
458 AudioRecordServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
460 : ServerProxy(cblk, buffers, frameCount, frameSize, false /*isOut*/,