Lines Matching refs:mDebugState

123     VDS_LOGW_IF(mDebugState != DebugState::Idle, "Unexpected %s in %s state", __func__,  in beginFrame()
124 ftl::enum_string(mDebugState).c_str()); in beginFrame()
125 mDebugState = DebugState::Begun; in beginFrame()
135 VDS_LOGW_IF(mDebugState != DebugState::Begun, "Unexpected %s in %s state", __func__, in prepareFrame()
136 ftl::enum_string(mDebugState).c_str()); in prepareFrame()
137 mDebugState = DebugState::Prepared; in prepareFrame()
184 VDS_LOGW_IF(mDebugState != DebugState::Prepared, "Unexpected %s in %s state on HWC frame", in advanceFrame()
185 __func__, ftl::enum_string(mDebugState).c_str()); in advanceFrame()
187 VDS_LOGW_IF(mDebugState != DebugState::GpuDone, in advanceFrame()
189 ftl::enum_string(mDebugState).c_str()); in advanceFrame()
191 mDebugState = DebugState::Hwc; in advanceFrame()
238 VDS_LOGW_IF(mDebugState != DebugState::Hwc, "Unexpected %s in %s state", __func__, in onFrameCommitted()
239 ftl::enum_string(mDebugState).c_str()); in onFrameCommitted()
240 mDebugState = DebugState::Idle; in onFrameCommitted()
301 VDS_LOGW_IF(mDebugState != DebugState::Gpu, "Unexpected %s pslot=%d in %s state", __func__, in requestBuffer()
302 pslot, ftl::enum_string(mDebugState).c_str()); in requestBuffer()
376 VDS_LOGW_IF(mDebugState != DebugState::Prepared, "Unexpected %s in %s state", __func__, in dequeueBuffer()
377 ftl::enum_string(mDebugState).c_str()); in dequeueBuffer()
378 mDebugState = DebugState::Gpu; in dequeueBuffer()
461 VDS_LOGW_IF(mDebugState != DebugState::Gpu, "Unexpected %s(pslot=%d) in %s state", __func__, in queueBuffer()
462 pslot, ftl::enum_string(mDebugState).c_str()); in queueBuffer()
463 mDebugState = DebugState::GpuDone; in queueBuffer()
492 ftl::enum_string(mDebugState).c_str(), toString(mCompositionType).c_str()); in queueBuffer()
519 VDS_LOGW_IF(mDebugState != DebugState::Gpu, "Unexpected %s(pslot=%d) in %s state", __func__, in cancelBuffer()
520 pslot, ftl::enum_string(mDebugState).c_str()); in cancelBuffer()