Home
last modified time | relevance | path

Searched refs:playBufferLock_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/ex/variablespeed/jni/
Dvariablespeed.cc309 android::Mutex::Autolock autoLock(playBufferLock_); in ~AudioEngine()
442 android::Mutex::Autolock autoLock(playBufferLock_); in EnqueueNextBufferOfAudio()
462 android::Mutex::Autolock autoLock(playBufferLock_); in EnqueueNextBufferOfAudio()
743 android::Mutex::Autolock autoLock(playBufferLock_); in Finished()
755 android::Mutex::Autolock autoLock(playBufferLock_); in GetHasReachedPlayingBuffersLimit()
781 android::Mutex::Autolock autoLock(playBufferLock_); in PlayingBufferQueueCallback()
Dvariablespeed.h101 android::Mutex playBufferLock_; variable