Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp129 mProtectedState(format) { in SimpleDecodingSource()
140 Mutexed<ProtectedState>::Locked me(mProtectedState); in start()
161 Mutexed<ProtectedState>::Locked me(mProtectedState); in stop()
186 Mutexed<ProtectedState>::Locked me(mProtectedState); in getFormat()
207 Mutexed<ProtectedState>::Locked me(mProtectedState); in read()
/frameworks/av/media/libstagefright/include/media/stagefright/
DSimpleDecodingSource.h103 Mutexed<ProtectedState> mProtectedState; variable