Home
last modified time | relevance | path

Searched refs:error_state (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/sm8150/vr/
H A Dvr.c42 static int error_state = 0; //global error state - don't do anything if set! variable
238 if (error_state) { in disable_config()
272 if (error_state) { in enable_config()
317 error_state = 1; in error_cleanup()
326 if (error_state) { in set_vr_thermal_configuration()
364 if (error_state) { in unset_vr_thermal_configuration()
400 error_state = 1; in vr_init()
405 error_state = 1; in vr_init()
/aosp12/hardware/qcom/sdm845/vr/
H A Dvr.c42 static int error_state = 0; //global error state - don't do anything if set! variable
238 if (error_state) { in disable_config()
272 if (error_state) { in enable_config()
317 error_state = 1; in error_cleanup()
326 if (error_state) { in set_vr_thermal_configuration()
364 if (error_state) { in unset_vr_thermal_configuration()
400 error_state = 1; in vr_init()
405 error_state = 1; in vr_init()
/aosp12/frameworks/av/services/mediametrics/
H A Dstatsd_nuplayer.cpp127 std::string error_state; in statsd_nuplayer() local
128 if (item->getString("android.media.mediaplayer.errstate", &error_state)) { in statsd_nuplayer()
129 metrics_proto.set_error_state(error_state); in statsd_nuplayer()
186 << " error_state:" << error_state in statsd_nuplayer()
H A Dstatsd_codec.cpp154 std::string error_state; in statsd_codec() local
155 if ( item->getString("android.media.mediacodec.errstate", &error_state)) { in statsd_codec()
156 metrics_proto.set_error_state(error_state); in statsd_codec()
158 AStatsEvent_writeString(event, error_state.c_str()); in statsd_codec()
434 << " error_state:" << error_state in statsd_codec()
/aosp12/frameworks/proto_logging/stats/message/
H A Dmediametrics_message.proto151 optional string error_state = 15; field
245 optional string error_state = 15; field
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto9372 optional string error_state = 19; field