/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
NeighboringCellInfoTest.java | 31 int rssi = 31; local 34 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE); 36 assertEquals(rssi, nc.getRssi()); 41 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS); 43 assertEquals(rssi, nc.getRssi()); 48 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UNKNOWN); 50 assertEquals(rssi, nc.getRssi()); 58 int rssi = 20; local 60 NeighboringCellInfo nc = new NeighboringCellInfo(rssi, "12345678", NETWORK_TYPE_GPRS); 62 assertEquals(rssi, nc.getRssi()) [all...] |
/cts/tests/tests/telephony/src/android/telephony/cts/ |
NeighboringCellInfoTest.java | 35 private static final int RSSI = 20; 101 int rssi = 31; local 106 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE); 108 assertEquals(rssi, nc.getRssi()); 113 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS); 115 assertEquals(rssi, nc.getRssi()); 120 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UNKNOWN); 122 assertEquals(rssi, nc.getRssi()); 128 nc = new NeighboringCellInfo(rssi, "12345678", NETWORK_TYPE_GPRS); 130 assertEquals(rssi, nc.getRssi()) [all...] |
/frameworks/base/telephony/java/android/telephony/ |
NeighboringCellInfo.java | 47 * In GSM, mRssi is the Received RSSI; 71 * Empty constructor. Initializes the RSSI and CID. 89 * Initialize the object from rssi and cid. 98 public NeighboringCellInfo(int rssi, int cid) { 99 mRssi = rssi; 104 * Initialize the object from rssi, location string, and radioType 113 public NeighboringCellInfo(int rssi, String location, int radioType) { 115 mRssi = rssi; 248 * @deprecated initial rssi value passed as parameter to constructor 252 public void setRssi(int rssi) { [all...] |
SignalStrength.java | 34 private int mCdmaDbm; // This value is the RSSI value 36 private int mEvdoDbm; // This value is the EVDO RSSI value 186 * Get the CDMA RSSI value in dBm 200 * Get the EVDO RSSI value in dBm
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngrTypes.h | 86 TI_INT8 apQualityThreshold; /**< Quality indicator (RSSI) to be used when comparing AP List matching quality 111 TI_INT8 lowRssiThreshold; /**< When the low RSSI threshold is crossed, the low RSSI roaming event is initiated in dBm; 151 TI_UINT8 uMetric; /**< 0 - RSSI Beacon, 1 - RSSI Packet, 2 - SNR Beacon, 3 - SNR Packet */
|
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
roamingMngrTypes.h | 86 TI_INT8 apQualityThreshold; /**< Quality indicator (RSSI) to be used when comparing AP List matching quality 111 TI_INT8 lowRssiThreshold; /**< When the low RSSI threshold is crossed, the low RSSI roaming event is initiated in dBm; 151 TI_UINT8 uMetric; /**< 0 - RSSI Beacon, 1 - RSSI Packet, 2 - SNR Beacon, 3 - SNR Packet */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
roamingMngrTypes.h | 67 INT8 apQualityThreshold; /* Quality indicator (RSSI) to be used when comparing AP List matching quality */ 80 INT8 lowRssiThreshold; /* low RSSI threshold */ 84 UINT8 rssiFilterWeight; /* last RSSI weight in the AVG calculation */
|
bssTypes.h | 94 INT8 RSSI; /**< average RSSI */ 95 INT8 lastRSSI; /** last given RSSI */
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/ |
cu_common.h | 46 S8 rssi; /* The current average RSSI - For Data Packets*/ member in struct:__anon8106
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/ |
cu_common.h | 46 S8 rssi; /* The current average RSSI - For Data Packets*/ member in struct:__anon13948
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/ |
currBss.c | 63 * 'Low RSSI' from FW. Third type of roaming event reported by FW is 121 BOOLEAN rssiBelowThrReported; /**< Set to TRUE whem low RSSI threshold crossed */ 122 BOOLEAN rssiAboveThrReported; /**< Set to TRUE whem high RSSI threshold crossed */ 123 INT8 averageRssi; /**< Average value of RSSI of management packets received form the current AP */ 126 UINT8 rssiFilterWeight; /**< The weigh for average RSSI value of management packets received form the current AP */ 289 pCurrBSS->currAPInfo.RSSI = 0; 306 /* Configure and enable the Low RSSI, the Low SNR and the Missed beacon events */ 382 /* Configure HAL with RSSI parameters */ 554 * Called when switch channel process is complete in order to reset RSSI calculations 571 pCurrBSS->currAPInfo.RSSI = 0 [all...] |
currBss.h | 66 CURR_BSS_LOW_RSSI_SCAN_COND,/**< Set by AP Connection when Roaming Manager configures low RSSI threshold for BG scan */ 67 CURR_BSS_HI_RSSI_SCAN_COND, /**< Set by AP Connection when Roaming Manager configures normal RSSI threshold for BG scan */ 68 CURR_BSS_QUALITY_THRESHOLD, /**< Set by AP Connection when Roaming Manager configures event of type 'Low RSSI' */
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
currBss.h | 67 CURR_BSS_LOW_RSSI_SCAN_COND,/**< Set by AP Connection when Roaming Manager configures low RSSI threshold for BG scan */ 68 CURR_BSS_HI_RSSI_SCAN_COND, /**< Set by AP Connection when Roaming Manager configures normal RSSI threshold for BG scan */ 69 CURR_BSS_QUALITY_THRESHOLD, /**< Set by AP Connection when Roaming Manager configures event of type 'Low RSSI' */ 110 TI_INT8 lowRssiThreshold; /**< Last configured threshold for Low-RSSI */
|
scanResultTable.c | 112 #define UPDATE_RSSI(pSite, pFrame) (pSite)->rssi = (pFrame)->rssi; 136 TI_UINT32 uSraThreshold; /**< Rssi threshold for frame filtering */ 324 if (TI_NOK != scanResultTable_CheckRxSignalValidity(pScanResultTable, pSite, pFrame->rssi, pFrame->channel)) [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
currBss.h | 67 CURR_BSS_LOW_RSSI_SCAN_COND,/**< Set by AP Connection when Roaming Manager configures low RSSI threshold for BG scan */ 68 CURR_BSS_HI_RSSI_SCAN_COND, /**< Set by AP Connection when Roaming Manager configures normal RSSI threshold for BG scan */ 69 CURR_BSS_QUALITY_THRESHOLD, /**< Set by AP Connection when Roaming Manager configures event of type 'Low RSSI' */ 111 TI_INT8 lowRssiThreshold; /**< Last configured threshold for Low-RSSI */
|
scanResultTable.c | 119 #define UPDATE_RSSI(pSite, pFrame) (pSite)->rssi = (pFrame)->rssi; 278 if (TI_NOK != scanResultTable_CheckRxSignalValidity(pScanResultTable, pSite, pFrame->rssi, pFrame->channel)) [all...] |
/frameworks/base/core/jni/ |
android_net_wifi_Wifi.cpp | 319 int rssi = -200; local 325 // reply comes back in the form "<SSID> rssi XX" where XX is the 337 // lastSpace should be preceded by "rssi" and followed by the value 338 if (lastSpace && !strncmp(lastSpace - 4, "rssi", 4)) { 339 sscanf(lastSpace + 1, "%d", &rssi); 342 return (jint)rssi; 347 return android_net_wifi_getRssiHelper("DRIVER RSSI"); 352 return android_net_wifi_getRssiHelper("DRIVER RSSI-APPROX");
|
/external/bluetooth/bluez/src/ |
dbus-hci.h | 26 void hcid_dbus_inquiry_result(bdaddr_t *local, bdaddr_t *peer, uint32_t class, int8_t rssi, uint8_t *data);
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiInfo.java | 113 * @return the RSSI, in the range ??? to ??? 119 void setRssi(int rssi) { 120 mRssi = rssi; 237 append(", RSSI: ").append(mRssi).
|
/system/core/nexus/ |
TiwlanEventListener.cpp | 52 LOGW("Low RSSI");
|
/external/bluetooth/bluez/compat/ |
fakehid.txt | 18 <park state> <RSSI> <channel quality> <SCO link> <HV2 packets> 57 <sniff mode> <RSSI> <channel quality> <CVSD> <paging scheme> 100 <park state> <RSSI> <channel quality> <SCO link> <HV2 packets>
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
wifi.h | 104 * <td>DRIVER RSSI<BR> Return received signal strength indicator in -db for current AP</td> 105 * <td><ssid> Rssi xx</td> 106 * <td>%*s %*s %d", &rssi</td>
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
bssTypes.h | 109 TI_INT8 RSSI; /**< average RSSI */ 110 TI_INT8 lastRSSI; /** last given RSSI */
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
bssTypes.h | 109 TI_INT8 RSSI; /**< average RSSI */ 110 TI_INT8 lastRSSI; /** last given RSSI */
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
smeSelect.c | 66 * RSSI level from all matching sites, and connection was not attempted to it in this SME cycle 76 TI_INT8 iSelectedSiteRssi = -127; /* minimum RSSI */ 204 /* if this site RSSI is higher than current maximum, select it */ 205 if (pCurrentSite->rssi > iSelectedSiteRssi) 207 TRACE6(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_Select: BSSID: %02x:%02x:%02x:%02x:%02x:%02x match and has highest RSSI so far!\n", pCurrentSite->bssid[ 0 ], pCurrentSite->bssid[ 1 ], pCurrentSite->bssid[ 2 ], pCurrentSite->bssid[ 3 ], pCurrentSite->bssid[ 4 ], pCurrentSite->bssid[ 5 ]); 209 iSelectedSiteRssi = pCurrentSite->rssi;
|