Home
last modified time | relevance | path

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

/external/v4l2_codec2/components/
DV4L2DecodeComponent.cpp189 ALOGE("Could not start at %s state", ComponentStateToString(currentState)); in start()
286 ALOGE("Could not stop at %s state", ComponentStateToString(currentState)); in stop()
326 ALOGE("Could not set listener at %s state", ComponentStateToString(currentState)); in setListener_vb()
331 ComponentStateToString(currentState)); in setListener_vb()
362 ALOGE("Could not queue at state: %s", ComponentStateToString(currentState)); in queue_nb()
416 ALOGW("Could not pump C2Work at state: %s", ComponentStateToString(currentState)); in pumpPendingWorks()
667 ALOGE("Could not flush at state: %s", ComponentStateToString(currentState)); in flush_sm()
726 ALOGE("Could not drain at state: %s", ComponentStateToString(currentState)); in drain_nb()
824 const char* V4L2DecodeComponent::ComponentStateToString(ComponentState state) { in ComponentStateToString() function in android::V4L2DecodeComponent
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2DecodeComponent.h59 static const char* ComponentStateToString(ComponentState state);