Home
last modified time | relevance | path

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

/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Component.h196 struct ExecState { struct
197 ExecState() : mState(UNINITIALIZED) {} in ExecState() function
202 Mutexed<ExecState> mExecState; argument
/aosp_15_r20/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Component.h277 struct ExecState { struct
278 ExecState() : mState(UNINITIALIZED) {} in ExecState() function
283 Mutexed<ExecState> mExecState; argument