Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp1051 case RIL_CALL_ALERTING: return "ALERTING"; in callStateToString()
Dril.h268 RIL_CALL_ALERTING = 3, /* MO call only */ enumerator
/device/generic/goldfish/radio/include/telephony/
Dril.h234 RIL_CALL_ALERTING = 3, /* MO call only */ enumerator
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c434 case 3: *p_state = RIL_CALL_ALERTING; return 0; in clccStateToRILState()