HomeSort by relevance Sort by last modified time
    Searched refs:RIL_CALL_ACTIVE (Results 1 - 4 of 4) sorted by null

  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 421 bool isActive() { return state == RIL_CALL_ACTIVE; }
435 if (state == RIL_CALL_ACTIVE) {
446 state = RIL_CALL_ACTIVE;
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 274 case 0: *p_state = RIL_CALL_ACTIVE; return 0;
890 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
914 && p_calls[i].state == RIL_CALL_ACTIVE
    [all...]
  /hardware/ril/include/telephony/
ril.h 230 RIL_CALL_ACTIVE = 0,
    [all...]
  /hardware/ril/libril/
ril.cpp 1002 case RIL_CALL_ACTIVE : return "ACTIVE";
    [all...]

Completed in 678 milliseconds