Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A 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()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DSimpleDecodingSource.h103 Mutexed<ProtectedState> mProtectedState; variable