Home
last modified time | relevance | path

Searched refs:Locked (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DMutexed.h103 class Locked {
105 inline Locked(Mutexed<T> &mParent);
106 inline Locked(Locked &&from) noexcept : in Locked() function
110 inline ~Locked();
142 Locked(const Locked&) = delete;
143 void operator=(const Locked&) = delete;
156 inline Locked lock() { in lock()
157 return Locked(*this); in lock()
161 friend class Locked;
171 inline Mutexed<T>::Locked::Locked(Mutexed<T> &mParent) in Locked() function
[all …]
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp215 Mutexed<ExecState>::Locked state(mExecState); in setListener_vb()
231 Mutexed<ExecState>::Locked state(mExecState); in queue_nb()
238 Mutexed<WorkQueue>::Locked queue(mWorkQueue); in queue_nb()
260 Mutexed<ExecState>::Locked state(mExecState); in flush_sm()
266 Mutexed<WorkQueue>::Locked queue(mWorkQueue); in flush_sm()
289 Mutexed<ExecState>::Locked state(mExecState); in drain_nb()
296 Mutexed<WorkQueue>::Locked queue(mWorkQueue); in drain_nb()
308 Mutexed<ExecState>::Locked state(mExecState); in start()
333 Mutexed<ExecState>::Locked state(mExecState); in stop()
340 Mutexed<WorkQueue>::Locked queue(mWorkQueue); in stop()
[all …]
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp83 Mutexed<std::set<wp<CCodec>>>::Locked codecs(mCodecsToWatch); in watch()
99 Mutexed<std::set<wp<CCodec>>>::Locked codecs(mCodecsToWatch); in onMessageReceived()
584 Mutexed<State>::Locked state(mState); in initiateAllocateComponent()
630 Mutexed<State>::Locked state(mState); in allocate()
640 Mutexed<State>::Locked state(mState); in allocate()
655 Mutexed<Config>::Locked config(mConfig); in allocate()
668 Mutexed<State>::Locked state(mState); in initiateConfigureComponent()
683 Mutexed<State>::Locked state(mState); in configure()
729 Mutexed<Config>::Locked config(mConfig); in configure()
1045 Mutexed<Config>::Locked config(mConfig); in configure()
[all …]
DCCodecBufferChannel.cpp77 Mutexed<CCodecBufferChannel::QueueSync::Counter>::Locked count(mSync.mCount); in QueueGuard()
90 Mutexed<CCodecBufferChannel::QueueSync::Counter>::Locked count(mSync.mCount); in ~QueueGuard()
99 Mutexed<Counter>::Locked count(mCount); in start()
107 Mutexed<Counter>::Locked count(mCount); in stop()
230 Mutexed<Input>::Locked input(mInput); in CCodecBufferChannel()
239 Mutexed<Output>::Locked output(mOutput); in CCodecBufferChannel()
307 Mutexed<Input>::Locked input(mInput); in queueInputBufferInternal()
378 Mutexed<Input>::Locked input(mInput); in queueInputBufferInternal()
533 Mutexed<Output>::Locked output(mOutput); in feedInputBufferIfAvailableInternal()
543 Mutexed<Input>::Locked input(mInput); in feedInputBufferIfAvailableInternal()
[all …]
DC2OMXNode.cpp64 Mutexed<Jobs>::Locked jobs(mJobs); in queue()
76 Mutexed<Jobs>::Locked jobs(mJobs); in threadLoop()
457 decltype(mBufferIdsInUse)::Locked bufferIds(mBufferIdsInUse); in onInputBufferDone()
/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp140 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()
225 Mutexed<ProtectedState>::Locked &me, MediaBufferBase **buffer, const ReadOptions *options) { in doRead()
DMediaCodecSource.cpp150 Mutexed<Queue>::Locked queue(mQueue); in readBuffer()
195 Mutexed<Queue>::Locked queue(mQueue); in stop()
218 Mutexed<Queue>::Locked queue(mQueue); in pause()
223 Mutexed<Queue>::Locked queue(mQueue); in resume()
246 Mutexed<Queue>::Locked queue(mQueue); in onMessageReceived()
294 Mutexed<Queue>::Locked queue(mQueue); in onMessageReceived()
407 Mutexed<sp<MetaData>>::Locked meta(mMeta); in getFormat()
418 Mutexed<Output>::Locked output(mOutput); in read()
599 Mutexed<Output>::Locked output(mOutput); in initEncoder()
635 Mutexed<Output>::Locked output(mOutput); in signalEOS()
[all …]
/frameworks/base/core/proto/android/telephony/
Denums.proto133 /** SIM card state: Locked: requires the user's SIM PIN to unlock */
135 /** SIM card state: Locked: requires the user's SIM PUK to unlock */
137 /** SIM card state: Locked: requires a network PIN to unlock */
/frameworks/base/libs/input/
DSpriteController.h224 struct Locked { struct
251 struct Locked { struct
DPointerController.h169 struct Locked { struct
/frameworks/av/media/libstagefright/include/media/stagefright/
DSimpleDecodingSource.h107 Mutexed<ProtectedState>::Locked &me, MediaBufferBase **buffer,
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp313 Mutexed<ConversionQueue>::Locked queue(*mQueue); in threadLoop()
839 Mutexed<ConversionQueue>::Locked queue(*mQueue); in outputBuffer()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp286 struct Locked { struct in android::NativeInputManager