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

  /hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
ipc_wpa.h 37 THandle IpcWpa_Create(PS32 pRes, PS8 pSupplIfFile);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/
ipc_wpa.h 37 THandle IpcWpa_Create(PS32 pRes, PS8 pSupplIfFile);
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_wpa.c 96 THandle IpcWpa_Create(PS32 pRes, PS8 pSupplIfFile)
101 *pRes = OK;
106 *pRes = IpcWpa_Sockets_Open(pIpcWpa, pSupplIfFile);
107 if(*pRes)
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_wpa.c 96 THandle IpcWpa_Create(PS32 pRes, PS8 pSupplIfFile)
101 *pRes = OK;
106 *pRes = IpcWpa_Sockets_Open(pIpcWpa, pSupplIfFile);
107 if(*pRes)
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
wpa_core.h 43 THandle WpaCore_Create(PS32 pRes, PS8 pSupplIfFile);
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
wpa_core.h 43 THandle WpaCore_Create(PS32 pRes, PS8 pSupplIfFile);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 157 Resources pRes = pContext.getResources();
160 Resources res = new Resources(assmgr, pRes.getDisplayMetrics(), pRes.getConfiguration());
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 132 THandle WpaCore_Create(PS32 pRes, PS8 pSupplIfFile)
137 *pRes = OK;
142 pWpaCore->hIpcWpa = IpcWpa_Create(pRes, pSupplIfFile);
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 132 THandle WpaCore_Create(PS32 pRes, PS8 pSupplIfFile)
137 *pRes = OK;
142 pWpaCore->hIpcWpa = IpcWpa_Create(pRes, pSupplIfFile);
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 1765 milliseconds