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

  /hardware/ril/libril/
ril_unsol_commands.h 26 {RIL_UNSOL_SIGNAL_STRENGTH, responseRilSignalStrength, DONT_WAKE},
ril.cpp     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 277 int RIL_UNSOL_SIGNAL_STRENGTH = 1009;
RIL.java     [all...]
  /hardware/ril/mock-ril/src/js/
ril_vars.js 288 var RIL_UNSOL_SIGNAL_STRENGTH = 1009
simulated_radio.js 353 sendRilUnsolicitedResponse(RIL_UNSOL_SIGNAL_STRENGTH, response);
872 * Delay for RIL_UNSOL_SIGNAL_STRENGTH
892 sendRilUnsolicitedResponse(RIL_UNSOL_SIGNAL_STRENGTH, response);
    [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /hardware/ril/mock-ril/src/cpp/
responses.cpp 344 * Handle RIL_UNSOL_SIGNAL_STRENGTH response
531 unsolRilRspConversionMap[RIL_UNSOL_SIGNAL_STRENGTH] = UnsolRspSignalStrength; // 1009

Completed in 20 milliseconds