• Home
  • Raw
  • Download

Lines Matching refs:call_setup_state

117   bthf_call_state_t call_setup_state;  member
247 hf_cb->call_setup_state = BTHF_CALL_STATE_IDLE; in clear_phone_state_multihf()
639 int num_held, bthf_call_state_t call_setup_state) { in UpdateCallStates() argument
642 control_block->call_setup_state = call_setup_state; in UpdateCallStates()
658 if ((btif_hf_cb[i].call_setup_state != BTHF_CALL_STATE_IDLE) || in IsCallIdle()
688 bthf_call_state_t call_setup_state, int signal,
701 bthf_call_state_t call_setup_state,
922 bthf_call_state_t call_setup_state, in CindResponse() argument
942 callstate_to_callsetup(call_setup_state), /* Callsetup state */ in CindResponse()
1045 int num_active, int num_held, bthf_call_state_t call_setup_state, in PhoneStateChange() argument
1064 if (call_setup_state == BTHF_CALL_STATE_DISCONNECTED) { in PhoneStateChange()
1078 << ", call_state=" << dump_hf_call_state(call_setup_state) in PhoneStateChange()
1080 << dump_hf_call_state(control_block.call_setup_state); in PhoneStateChange()
1087 call_setup_state == BTHF_CALL_STATE_IDLE) { in PhoneStateChange()
1095 UpdateCallStates(&btif_hf_cb[idx], num_active, num_held, call_setup_state); in PhoneStateChange()
1112 (control_block.call_setup_state == BTHF_CALL_STATE_IDLE)) { in PhoneStateChange()
1123 if (call_setup_state != BTHF_CALL_STATE_IDLE) { in PhoneStateChange()
1133 if (call_setup_state != control_block.call_setup_state) { in PhoneStateChange()
1137 dump_hf_call_state(control_block.call_setup_state), in PhoneStateChange()
1138 dump_hf_call_state(call_setup_state)); in PhoneStateChange()
1139 switch (call_setup_state) { in PhoneStateChange()
1141 switch (control_block.call_setup_state) { in PhoneStateChange()
1162 __func__, control_block.call_setup_state, in PhoneStateChange()
1163 call_setup_state); in PhoneStateChange()
1237 if ((control_block.call_setup_state == BTHF_CALL_STATE_IDLE) && in PhoneStateChange()
1245 control_block.call_setup_state, call_setup_state); in PhoneStateChange()
1258 if (call_setup_state == BTHF_CALL_STATE_IDLE) { in PhoneStateChange()
1264 call_setup_state); in PhoneStateChange()
1298 if ((call_setup_state == control_block.call_setup_state) && in PhoneStateChange()
1319 UpdateCallStates(&btif_hf_cb[idx], num_active, num_held, call_setup_state); in PhoneStateChange()