Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaMuxer.cpp72 Mutex::Autolock autoLock(mMuxerLock); in ~MediaMuxer()
81 Mutex::Autolock autoLock(mMuxerLock); in addTrack()
105 Mutex::Autolock autoLock(mMuxerLock); in setOrientationHint()
121 Mutex::Autolock autoLock(mMuxerLock); in setLocation()
136 Mutex::Autolock autoLock(mMuxerLock); in start()
148 Mutex::Autolock autoLock(mMuxerLock); in stop()
166 Mutex::Autolock autoLock(mMuxerLock); in writeSampleData()
/frameworks/av/include/media/stagefright/
DMediaMuxer.h124 Mutex mMuxerLock; member