Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaMuxer.cpp73 Mutex::Autolock autoLock(mMuxerLock); in ~MediaMuxer()
82 Mutex::Autolock autoLock(mMuxerLock); in addTrack()
114 Mutex::Autolock autoLock(mMuxerLock); in setOrientationHint()
130 Mutex::Autolock autoLock(mMuxerLock); in setLocation()
145 Mutex::Autolock autoLock(mMuxerLock); in start()
157 Mutex::Autolock autoLock(mMuxerLock); in stop()
175 Mutex::Autolock autoLock(mMuxerLock); in writeSampleData()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaMuxer.h126 Mutex mMuxerLock; member