Lines Matching refs:mSync
120 CCodecBufferChannel::QueueSync &sync) : mSync(sync) { in QueueGuard()
121 Mutex::Autolock l(mSync.mGuardLock); in QueueGuard()
125 Mutexed<CCodecBufferChannel::QueueSync::Counter>::Locked count(mSync.mCount); in QueueGuard()
138 Mutexed<CCodecBufferChannel::QueueSync::Counter>::Locked count(mSync.mCount); in ~QueueGuard()
451 QueueGuard guard(mSync); in setParameters()
762 QueueGuard guard(mSync); in queueInputBuffer()
775 QueueGuard guard(mSync); in queueSecureInputBuffer()
921 QueueGuard guard(mSync); in queueSecureInputBuffers()
1052 QueueGuard guard(mSync); in feedInputBufferIfAvailable()
1969 mSync.start(); in start()
2075 mSync.stop(); in stop()