Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp219 Mutexed<ExecState>::Locked state(mExecState); in setListener_vb()
236 Mutexed<ExecState>::Locked state(mExecState); in queue_nb()
267 Mutexed<ExecState>::Locked state(mExecState); in flush_sm()
296 Mutexed<ExecState>::Locked state(mExecState); in drain_nb()
315 Mutexed<ExecState>::Locked state(mExecState); in start()
341 Mutexed<ExecState>::Locked state(mExecState); in stop()
366 Mutexed<ExecState>::Locked state(mExecState); in reset()
418 mExecState.lock()->mListener; in finish()
444 mExecState.lock()->mListener; in cloneAndSend()
515 Mutexed<ExecState>::Locked state(mExecState); in processQueue()
[all …]
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Component.h202 Mutexed<ExecState> mExecState; variable