Home
last modified time | relevance | path

Searched defs:ExecState (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h192 struct ExecState { struct
193 ExecState() : mState(UNINITIALIZED) {} in ExecState() function
198 Mutexed<ExecState> mExecState; argument