Searched refs:p_state (Results 1 – 1 of 1) sorted by relevance
287 static int clccStateToRILState(int state, RIL_CallState *p_state) in clccStateToRILState() argument291 case 0: *p_state = RIL_CALL_ACTIVE; return 0; in clccStateToRILState()292 case 1: *p_state = RIL_CALL_HOLDING; return 0; in clccStateToRILState()293 case 2: *p_state = RIL_CALL_DIALING; return 0; in clccStateToRILState()294 case 3: *p_state = RIL_CALL_ALERTING; return 0; in clccStateToRILState()295 case 4: *p_state = RIL_CALL_INCOMING; return 0; in clccStateToRILState()296 case 5: *p_state = RIL_CALL_WAITING; return 0; in clccStateToRILState()