Home
last modified time | relevance | path

Searched refs:p_state (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c428 static int clccStateToRILState(int state, RIL_CallState *p_state) in clccStateToRILState() argument
431 case 0: *p_state = RIL_CALL_ACTIVE; return 0; in clccStateToRILState()
432 case 1: *p_state = RIL_CALL_HOLDING; return 0; in clccStateToRILState()
433 case 2: *p_state = RIL_CALL_DIALING; return 0; in clccStateToRILState()
434 case 3: *p_state = RIL_CALL_ALERTING; return 0; in clccStateToRILState()
435 case 4: *p_state = RIL_CALL_INCOMING; return 0; in clccStateToRILState()
436 case 5: *p_state = RIL_CALL_WAITING; return 0; in clccStateToRILState()