Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c176 case CALL_ACTIVE: in update_calls()
215 case CALL_ACTIVE: in update_calls()
238 case CALL_ACTIVE: in update_calls()
263 case CALL_ACTIVE: in update_calls()
332 *session_id = get_session_id_with_state(adev, CALL_ACTIVE); in voice_extn_get_active_session_id()
579 uint32_t session_id = get_session_id_with_state(adev, CALL_ACTIVE); in voice_extn_check_and_set_incall_music_usecase()
/aosp12/hardware/qcom/audio/hal/
H A Dvoice.h31 #define CALL_ACTIVE (BASE_CALL_STATE + 1) macro
H A Dvoice.c237 session->state.current = CALL_ACTIVE; in voice_start_usecase()
255 … call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false; in voice_is_call_state_active()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java402 assertEquals(CallState.CALL_ACTIVE, log.callSessions[0].events[1].callState); in testWriteImsCallState()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java1630 call.state = CallState.CALL_ACTIVE; in convertConnectionToRilCall()
2078 state = TelephonyCallSession.Event.CallState.CALL_ACTIVE; break; in writeImsCallState()
/aosp12/frameworks/opt/telephony/proto/src/
H A Dtelephony.proto2083 CALL_ACTIVE = 2; enumerator