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

  /hardware/ril/reference-ril/
reference-ril.c 261 case 0: *p_state = RIL_CALL_ACTIVE; return 0;
751 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
775 && p_calls[i].state == RIL_CALL_ACTIVE
    [all...]
  /hardware/ril/include/telephony/
ril.h 222 RIL_CALL_ACTIVE = 0,
    [all...]
  /hardware/ril/libril/
ril.cpp 1012 case RIL_CALL_ACTIVE : return "ACTIVE";
    [all...]

Completed in 1480 milliseconds