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

  /hardware/qcom/audio/hal/
voice.h 45 struct call_state { struct
53 struct call_state state;
voice.c 240 bool call_state = false; local
243 ret = voice_extn_is_call_state_active(adev, &call_state);
245 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
248 return call_state;
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.c 36 #define AUDIO_PARAMETER_KEY_CALL_STATE "call_state"
77 static bool is_valid_call_state(int call_state)
79 if (call_state < CALL_INACTIVE || call_state > CALL_LOCAL_HOLD)
140 int call_state)
148 if(session->state.current == call_state){
291 const uint32_t vsid, const int call_state)
305 session->state.new = call_state;
469 int call_state = -1; local
472 call_state = value
    [all...]
  /system/bt/btif/include/
btif_util.h 55 const char* dump_hf_call_state(bthf_call_state_t call_state);
  /tools/test/connectivity/acts/framework/acts/test_utils/car/
tel_telecom_utils.py 100 call_state = event['data']['Event']
108 return call_state
car_telecom_utils.py 120 call_state = event['data']['Event']
121 if call_state == state:
127 ad.serial, call_id, call_state))
  /external/autotest/client/cros/cellular/
base_station_8960.py 57 call_state = self.c.Query('CALL:STATus?')
59 return call_state == 'IDLE' and data_state in ['IDLE', 'OFF']
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveVoiceConfTest.py     [all...]
  /system/bt/btif/src/
btif_util.cc 384 const char* dump_hf_call_state(bthf_call_state_t call_state) {
385 switch (call_state) {
btif_hf.cc 208 static uint8_t callstate_to_callsetup(bthf_call_state_t call_state) {
210 if (call_state == BTHF_CALL_STATE_INCOMING) call_setup = 1;
211 if (call_state == BTHF_CALL_STATE_DIALING) call_setup = 2;
212 if (call_state == BTHF_CALL_STATE_ALERTING) call_setup = 3;
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 648 jint call_state, jint signal, jint roam,
662 service, num_active, num_held, (bthf_call_state_t)call_state, signal,
772 jint call_state, jstring number_str,
780 num_active, num_held, (bthf_call_state_t)call_state, number,
  /packages/apps/Car/Overview/src/com/android/car/overview/
CurrentCallStreamViewHolder.java 57 mCallStateTextView = (TextView) itemView.findViewById(R.id.call_state);
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_video_utils.py 453 field=CallStateContainer.CALL_STATE,
    [all...]
tel_test_utils.py 688 field=CallStateContainer.CALL_STATE,
801 field=CallStateContainer.CALL_STATE,
    [all...]

Completed in 542 milliseconds