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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalRadio.c 96 switch(pWhalCtrl->pWhalParams->WlanParams.radioType)
144 UINT32 RadioType;
146 *outRadioNumber = pWlanParams->radioType;
148 switch (pWlanParams->radioType)
151 RadioType = RADIA_BG;
157 RadioType = RADIA_ABG;
163 RadioType = RADIA_BG;
169 RadioType = RADIA_ABG;
176 RadioType = RADIA_ABG;
182 RadioType = UNKNOWN_RADIO_TYPE
    [all...]
whalParams.h 184 UINT32 radioType;
whalParams.c     [all...]
whalCtrl.c     [all...]
  /frameworks/base/telephony/java/android/telephony/
NeighboringCellInfo.java 104 * Initialize the object from rssi, location string, and radioType
105 * radioType is one of following
113 public NeighboringCellInfo(int rssi, String location, int radioType) {
131 try {// set LAC/CID or PSC based on radioType
132 switch (radioType) {
135 mNetworkType = radioType;
146 mNetworkType = radioType;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
whalBus_Api.h 92 UINT32 radioType;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalHwEeprom.c 497 UINT32 radioType;
551 TNETWIF_ReadRegSync(pHwEeprom->hTNETWIF,EE_DATA,&radioType);
553 return(int)radioType;
shmFwCtrl.c 246 * Start EEPROM/NVS burst (get RadioType)
341 pBootAttr->radioType = (pWhalBus->uBootData & 0x0000FF00) >> 8;
359 if (pBootAttr->radioType == 0xffffffff)
362 ("whalBus_FwCtrl_Boot: error in RadioType\n"));
367 WLAN_OS_REPORT(("Radio type is 0x%X.\n", pBootAttr->radioType));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwCtrl.c 799 pWlanParams->radioType = pBootAttr->radioType;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
whalCtrl_api.h 152 radioType_e radioType;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
configMgr.c     [all...]
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 505 milliseconds