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

  /hardware/qcom/audio/hal/
voice.h 30 #define CALL_INACTIVE (BASE_CALL_STATE)
voice.c 118 session->state.current = CALL_INACTIVE;
515 adev->voice.session[i].state.current = CALL_INACTIVE;
516 adev->voice.session[i].state.new = CALL_INACTIVE;
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 79 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD)
179 case CALL_INACTIVE:
212 case CALL_INACTIVE:
229 ALOGV("%s: CALL_INACTIVE cannot be handled in state=%d vsid:%x",
344 if(session->state.current != CALL_INACTIVE){
445 adev->voice.session[i].state.new = CALL_INACTIVE;

Completed in 59 milliseconds