Home
last modified time | relevance | path

Searched refs:StateToString (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/components/
DV4L2Decoder.cpp228 ALOGE("Ignore due to wrong state: %s", StateToString(mState)); in drain()
361 event, StateToString(mState), (mInputQueue->isStreaming() ? "streamon" : "streamoff"), in serviceDeviceTask()
742 ALOGV("%s(%s)", __func__, StateToString(newState)); in setState()
763 ALOGI("Set state %s => %s", StateToString(mState), StateToString(newState)); in setState()
768 const char* V4L2Decoder::StateToString(State state) { in StateToString() function in android::V4L2Decoder
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient.h146 static absl::string_view StateToString(State state);
Dclient.cc55 /*static*/ absl::string_view DistributedRuntimeClient::StateToString( in StateToString() function in xla::DistributedRuntimeClient
74 StateToString(state_)); in Connect()
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2Decoder.h45 static const char* StateToString(State state);