Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp96 mProtectedState(format) { in SimpleDecodingSource()
107 Mutexed<ProtectedState>::Locked me(mProtectedState); in start()
128 Mutexed<ProtectedState>::Locked me(mProtectedState); in stop()
153 Mutexed<ProtectedState>::Locked me(mProtectedState); in getFormat()
174 Mutexed<ProtectedState>::Locked me(mProtectedState); in read()
/frameworks/av/include/media/stagefright/
DSimpleDecodingSource.h99 Mutexed<ProtectedState> mProtectedState; variable