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

  /frameworks/base/telephony/java/android/telephony/
CellSignalStrengthLte.java 52 public CellSignalStrengthLte(int signalStrength, int rsrp, int rsrq, int rssnr, int cqi,
54 initialize(signalStrength, rsrp, rsrq, rssnr, cqi, timingAdvance);
72 * @param rsrp
79 public void initialize(int lteSignalStrength, int rsrp, int rsrq, int rssnr, int cqi,
82 mRsrp = rsrp;
165 if (DBG) log("Lte rsrp level: " + levelRsrp
180 * Asu is calculated based on 3GPP RSRP. Refer to 3GPP 27.007 (Ver 10.3.0) Sec 8.69
238 + " rsrp=" + mRsrp
250 // Need to multiply rsrp and rsrq by -1
265 // rsrp and rsrq are written into the parcel as positive values
    [all...]
  /hardware/ril/include/telephony/
ril.h 904 int rsrp; \/* The current Reference Signal Receive Power in dBm multipled by -1. member in struct:__anon42557
924 int rsrp; \/* The current Reference Signal Receive Power in dBm multipled by -1. member in struct:__anon42558
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 465 milliseconds