Searched refs:p_state (Results 1 – 2 of 2) sorted by relevance
301 static int clccStateToRILState(int state, RIL_CallState *p_state) in clccStateToRILState() argument305 case 0: *p_state = RIL_CALL_ACTIVE; return 0; in clccStateToRILState()306 case 1: *p_state = RIL_CALL_HOLDING; return 0; in clccStateToRILState()307 case 2: *p_state = RIL_CALL_DIALING; return 0; in clccStateToRILState()308 case 3: *p_state = RIL_CALL_ALERTING; return 0; in clccStateToRILState()309 case 4: *p_state = RIL_CALL_INCOMING; return 0; in clccStateToRILState()310 case 5: *p_state = RIL_CALL_WAITING; return 0; in clccStateToRILState()
413 static int clccStateToRILState(int state, RIL_CallState *p_state) in clccStateToRILState() argument416 case 0: *p_state = RIL_CALL_ACTIVE; return 0; in clccStateToRILState()417 case 1: *p_state = RIL_CALL_HOLDING; return 0; in clccStateToRILState()418 case 2: *p_state = RIL_CALL_DIALING; return 0; in clccStateToRILState()419 case 3: *p_state = RIL_CALL_ALERTING; return 0; in clccStateToRILState()420 case 4: *p_state = RIL_CALL_INCOMING; return 0; in clccStateToRILState()421 case 5: *p_state = RIL_CALL_WAITING; return 0; in clccStateToRILState()