Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/libril/
Dril.cpp1011 case RIL_CALL_WAITING: return "WAITING"; in callStateToString()
Dril.h246 RIL_CALL_WAITING = 5 /* MT call only */ enumerator
/device/generic/goldfish/radio/libril/
Dril.cpp1007 case RIL_CALL_WAITING: return "WAITING"; in callStateToString()
/device/generic/goldfish/radio/ril/
Dril.h236 RIL_CALL_WAITING = 5 /* MT call only */ enumerator
Dreference-ril.c310 case 5: *p_state = RIL_CALL_WAITING; return 0; in clccStateToRILState()
1010 || p_calls[countValidCalls].state == RIL_CALL_WAITING
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp417 bool isWaiting() { return state == RIL_CALL_WAITING; } in isWaiting()
434 if (state == RIL_CALL_INCOMING || state == RIL_CALL_WAITING || in makeActive()