Home
last modified time | relevance | path

Searched refs:RIL_CALL_WAITING (Results 1 – 10 of 10) 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/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp1053 case RIL_CALL_WAITING: return "WAITING"; in callStateToString()
Dril.h247 RIL_CALL_WAITING = 5 /* MT call only */ enumerator
/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/generic/goldfish/radio/include/telephony/
Dril.h236 RIL_CALL_WAITING = 5 /* MT call only */ enumerator
/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()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c421 case 5: *p_state = RIL_CALL_WAITING; return 0; in clccStateToRILState()
1057 || p_calls[countValidCalls].state == RIL_CALL_WAITING