HomeSort by relevance Sort by last modified time
    Searched refs:CALL_ACTIVE (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/audio/hal/
voice.h 31 #define CALL_ACTIVE (BASE_CALL_STATE + 1)
voice.c 227 session->state.current = CALL_ACTIVE;
245 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 176 case CALL_ACTIVE:
206 ALOGV("%s: CALL_ACTIVE cannot be handled in state=%d vsid:%x",
215 case CALL_ACTIVE:
238 case CALL_ACTIVE:
239 ALOGD("%s: CALL_ACTIVE -> HOLD vsid:%x", __func__, session->vsid);
263 case CALL_ACTIVE:
332 *session_id = get_session_id_with_state(adev, CALL_ACTIVE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
TelephonyMetrics.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 242 assertEquals(CallState.CALL_ACTIVE, log.callSessions[0].events[1].callState);

Completed in 192 milliseconds