Searched refs:p_state (Results 1 – 3 of 3) sorted by relevance
427 extern int hw_set_audio_state(bt_vendor_op_audio_state_t *p_state);
1463 int hw_set_audio_state(bt_vendor_op_audio_state_t *p_state) in hw_set_audio_state() argument1470 ret_val = hw_set_SCO_codec(p_state->peer_codec); in hw_set_audio_state()1475 int hw_set_audio_state(bt_vendor_op_audio_state_t *p_state) in hw_set_audio_state() argument
255 static int clccStateToRILState(int state, RIL_CallState *p_state) in clccStateToRILState() argument259 case 0: *p_state = RIL_CALL_ACTIVE; return 0; in clccStateToRILState()260 case 1: *p_state = RIL_CALL_HOLDING; return 0; in clccStateToRILState()261 case 2: *p_state = RIL_CALL_DIALING; return 0; in clccStateToRILState()262 case 3: *p_state = RIL_CALL_ALERTING; return 0; in clccStateToRILState()263 case 4: *p_state = RIL_CALL_INCOMING; return 0; in clccStateToRILState()264 case 5: *p_state = RIL_CALL_WAITING; return 0; in clccStateToRILState()