Home
last modified time | relevance | path

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

/hardware/ril/include/telephony/
Dril.h109 RIL_CALL_ALERTING = 3, /* MO call only */ enumerator
/hardware/ril/reference-ril/
Dril.h109 RIL_CALL_ALERTING = 3, /* MO call only */ enumerator
Dreference-ril.c259 case 3: *p_state = RIL_CALL_ALERTING; return 0; in clccStateToRILState()
/hardware/ril/libril/
Dril.cpp4531 case RIL_CALL_ALERTING: return "ALERTING"; in callStateToString()