Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp128 mProtectedState(format) { in SimpleDecodingSource()
139 Mutexed<ProtectedState>::Locked me(mProtectedState); in start()
160 Mutexed<ProtectedState>::Locked me(mProtectedState); in stop()
185 Mutexed<ProtectedState>::Locked me(mProtectedState); in getFormat()
206 Mutexed<ProtectedState>::Locked me(mProtectedState); in read()
/frameworks/av/media/libstagefright/include/media/stagefright/
DSimpleDecodingSource.h103 Mutexed<ProtectedState> mProtectedState; variable