Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DSimpleDecodingSource.h93 struct ProtectedState { struct
94 ProtectedState(const sp<AMessage> &format);
103 Mutexed<ProtectedState> mProtectedState; argument
107 Mutexed<ProtectedState>::Locked &me, MediaBufferBase **buffer,
/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp139 Mutexed<ProtectedState>::Locked me(mProtectedState); in start()
160 Mutexed<ProtectedState>::Locked me(mProtectedState); in stop()
185 Mutexed<ProtectedState>::Locked me(mProtectedState); in getFormat()
194 SimpleDecodingSource::ProtectedState::ProtectedState(const sp<AMessage> &format) in ProtectedState() function in SimpleDecodingSource::ProtectedState
206 Mutexed<ProtectedState>::Locked me(mProtectedState); in read()
224 Mutexed<ProtectedState>::Locked &me, MediaBufferBase **buffer, const ReadOptions *options) { in doRead()