HomeSort by relevance Sort by last modified time
    Searched full:functype (Results 1 - 25 of 54) sorted by null

1 2 3

  /hardware/ti/wlan/wl1271/Test/
scanCncnDbg.c 54 * \param funcType - the specific debug function.\n
57 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hTWD, TI_UINT32 funcType, void *pParam )
59 switch (funcType)
70 WLAN_OS_REPORT(("Invalid function type in scan concentrator debug function: %d\n", funcType));
SoftGeminiDbg.c 53 * \param funcType - the specific debug function.\n
56 void SoftGeminiDebugFunction( TI_HANDLE hSoftGemini,TI_UINT32 funcType, void *pParam )
58 switch (funcType)
77 WLAN_OS_REPORT(("Invalid function type in soft gemini debug function: %d\n", funcType));
connDebug.c 87 TI_UINT32 funcType,
93 switch (funcType)
104 WLAN_OS_REPORT(("Invalid function type in Debug Connection Function Command: %d\n\n", funcType));
ctrlDbg.c 65 void ctrlDebugFunction(TI_HANDLE hCtrlData, TI_UINT32 funcType, void *pParam)
70 switch ((ECtrlDbgFunc)funcType)
94 WLAN_OS_REPORT(("Invalid function type in Debug Ctrl Function Command: %d\n\n", funcType));
rsnDbg.c 69 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam)
75 switch (funcType)
152 WLAN_OS_REPORT(("Invalid function type in RSN Function Command: %d\n", funcType));
debug.c 119 extern void measurementDebugFunction(TI_HANDLE hMeasurementMgr, TI_HANDLE hSwitchChannel, TI_HANDLE hRegulatoryDomain, TI_UINT32 funcType, void *pParam);
121 static void utilsDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam);
304 * \param funcType - the specific debug function.\n
307 static void utilsDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam)
309 switch (funcType)
328 WLAN_OS_REPORT(("utilsDebugFunction(): Invalid function type: %d\n", funcType));
HealthMonitorDbg.h 100 * \param funcType - the specific debug function.\n
103 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam);
SoftGeminiDbg.h 92 * \param funcType - the specific debug function.\n
95 void SoftGeminiDebugFunction( TI_HANDLE hSoftGemini, TI_UINT32 funcType, void *pParam );
dataCtrlDbg.h 82 void rxTxDebugFunction (TI_HANDLE hRxTxHandle, TI_UINT32 funcType, void *pParam);
83 void ctrlDebugFunction (TI_HANDLE hCtrlData, TI_UINT32 funcType, void *pParam);
smeDebug.h 95 * \param funcType - the specific debug function.\n
98 void smeDebugFunction( TI_HANDLE hSmeSm, TI_UINT32 funcType, void *pParam );
HealthMonitorDbg.c 69 * \param funcType - the specific debug function.\n
72 void healthMonitorDebugFunction (TStadHandlesList *pStadHandles, TI_UINT32 funcType, void *pParam)
81 switch (funcType)
142 WLAN_OS_REPORT(("Invalid function type in health monitor debug function: %d\n", funcType));
ScanMngrDbg.c 56 * \param funcType - the specific debug function.\n
61 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData )
63 switch (funcType)
110 WLAN_OS_REPORT(("Invalid function type in scan manager debug function: %d\n", funcType));
ScanMngrDbg.h 99 * \param funcType - the specific debug function.\n
104 void scanMngrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam, TI_HANDLE hSiteMgr, TI_HANDLE hCtrlData );
scanCncnDbg.h 90 * \param funcType - the specific debug function.\n
93 void scanConcentratorDebugFunction( TI_HANDLE hScanCncn, TI_HANDLE hScanSrv, TI_UINT32 funcType, void *pParam );
scrDbg.h 98 * \param funcType - the specific debug function.\n
101 void scrDebugFunction( TI_HANDLE hScanMngr, TI_UINT32 funcType, void *pParam );
MibDbg.h 63 void MibDebugFunction(TI_HANDLE hTWD ,TI_UINT32 funcType, void* pParam);
connDebug.h 46 TI_UINT32 funcType,
qosMngrDbg.h 41 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam);
roamingMgrDebug.h 64 TI_UINT32 funcType,
rsnDbg.h 54 void rsnDebugFunction(TI_HANDLE hRsn, TI_UINT32 funcType, void *pParam);
  /external/freetype/include/freetype/internal/
sfnt.h 33 /* <FuncType> */
76 /* <FuncType> */
112 /* <FuncType> */
132 /* <FuncType> */
170 /* <FuncType> */
201 /* <FuncType> */
249 /* <FuncType> */
286 /* <FuncType> */
319 /* <FuncType> */
370 /* <FuncType> */
    [all...]
pshints.h 122 * @functype:
144 * @functype:
186 * @functype:
220 * @functype:
243 * @functype:
272 * @functype:
409 * @functype:
431 * @functype:
474 * @functype:
516 * @functype
    [all...]
autohint.h 85 /* <FuncType> */
113 /* <FuncType> */
133 /* <FuncType> */
153 /* <FuncType> */
  /external/freetype/include/freetype/
ftsystem.h 71 * @functype:
95 * @functype:
116 * @functype:
219 * @functype:
256 * @functype:
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 83 typedef int functype(int, int); typedef in struct:InstantiateFunctionTypedef::X
84 functype func;

Completed in 286 milliseconds

1 2 3