Home
last modified time | relevance | path

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

/aosp_15_r20/external/v4l2_codec2/components/
H A DDecodeComponent.cpp154 ALOGE("Could not start at %s state", ComponentStateToString(currentState)); in start()
218 ALOGE("Could not stop at %s state", ComponentStateToString(currentState)); in stop()
285 ALOGE("Could not set listener at %s state", ComponentStateToString(currentState)); in setListener_vb()
290 ComponentStateToString(currentState)); in setListener_vb()
321 ALOGE("Could not queue at state: %s", ComponentStateToString(currentState)); in queue_nb()
383 ALOGW("Could not pump C2Work at state: %s", ComponentStateToString(currentState)); in pumpPendingWorks()
687 ALOGE("Could not flush at state: %s", ComponentStateToString(currentState)); in flush_sm()
752 ALOGE("Could not drain at state: %s", ComponentStateToString(currentState)); in drain_nb()
837 const char* DecodeComponent::ComponentStateToString(ComponentState state) { in ComponentStateToString() function in android::DecodeComponent
/aosp_15_r20/external/v4l2_codec2/components/include/v4l2_codec2/components/
H A DDecodeComponent.h54 static const char* ComponentStateToString(ComponentState state);