Lines Matching refs:DebugState
123 VDS_LOGW_IF(mDebugState != DebugState::Idle, "Unexpected %s in %s state", __func__, in beginFrame()
125 mDebugState = DebugState::Begun; in beginFrame()
135 VDS_LOGW_IF(mDebugState != DebugState::Begun, "Unexpected %s in %s state", __func__, 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()
187 VDS_LOGW_IF(mDebugState != DebugState::GpuDone, in advanceFrame()
191 mDebugState = DebugState::Hwc; in advanceFrame()
238 VDS_LOGW_IF(mDebugState != DebugState::Hwc, "Unexpected %s in %s state", __func__, 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()
376 VDS_LOGW_IF(mDebugState != DebugState::Prepared, "Unexpected %s in %s state", __func__, 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()
463 mDebugState = DebugState::GpuDone; in queueBuffer()
519 VDS_LOGW_IF(mDebugState != DebugState::Gpu, "Unexpected %s(pslot=%d) in %s state", __func__, in cancelBuffer()