Searched refs:error_state (Results 1 – 6 of 6) sorted by relevance
42 static int error_state = 0; //global error state - don't do anything if set! variable238 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()
127 std::string error_state; in statsd_nuplayer() local128 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()
154 std::string error_state; in statsd_codec() local155 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()
151 optional string error_state = 15; field245 optional string error_state = 15; field
9372 optional string error_state = 19; field