Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dreference-ril.c301 static int clccStateToRILState(int state, RIL_CallState *p_state) in clccStateToRILState() argument
305 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()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c413 static int clccStateToRILState(int state, RIL_CallState *p_state) in clccStateToRILState() argument
416 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()