Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp411 bool isActive() { return state == RIL_CALL_ACTIVE; } in isActive()
425 if (state == RIL_CALL_ACTIVE) { in makeBackground()
436 state = RIL_CALL_ACTIVE; in makeActive()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.cpp1006 case RIL_CALL_ACTIVE : return "ACTIVE"; in callStateToString()
Dril.h241 RIL_CALL_ACTIVE = 0, enumerator
/device/generic/goldfish/radio/libril/
Dril.cpp1002 case RIL_CALL_ACTIVE : return "ACTIVE"; in callStateToString()
/device/generic/goldfish/radio/ril/
Dril.h231 RIL_CALL_ACTIVE = 0, enumerator
Dreference-ril.c305 case 0: *p_state = RIL_CALL_ACTIVE; return 0; in clccStateToRILState()
1016 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
1040 && p_calls[i].state == RIL_CALL_ACTIVE