HomeSort by relevance Sort by last modified time
    Searched refs:U8 (Results 1 - 25 of 39) sorted by null

1 2

  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_ostypes.h 9 typedef unsigned char U8,*PU8;
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_ostypes.h 9 typedef unsigned char U8,*PU8;
  /external/skia/include/xml/
SkBML_WXMLParser.h 49 // important that these are U8, so we get automatic wrap-around
50 U8 fNextElem, fNextAttrName, fNextAttrValue;
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c 97 U8 chan;
413 mac[i] = (U8) os_strtoul(str, &str, 16);
420 static U8 CuCmd_Freq2Chan(U32 freq)
432 static U8 CuCmd_atox(U8 c)
449 static void CuCmd_atox_string (U8* srcString, U8* dstBuffer)
471 static void CuCmd_xtoa_string (U8* srcBuffer, U32 srcBufferLength, U8* dstString)
483 U8 i,j
    [all...]
wpa_core.c 67 U8 pass_phrase[WPACORE_MAX_PSK_STRING_LENGTH];
68 U8 wep_key[4][32];
69 U8 default_wep_key;
70 U8 wep_key_length;
72 U8 WscMode;
76 U8 Identity[WPACORE_MAX_CERT_PASSWORD_LENGTH];
77 U8 private_key_passwd[WPACORE_MAX_CERT_PASSWORD_LENGTH];
78 U8 private_key[WPACORE_MAX_CERT_PASSWORD_LENGTH];
79 U8 client_cert[WPACORE_MAX_CERT_FILE_NAME_LENGTH];
80 U8 password[WPACORE_MAX_CERT_PASSWORD_LENGTH]
    [all...]
cu_common.c 72 CuCommon_t* pCuCommon = (CuCommon_t*)os_MemoryCAlloc(sizeof(CuCommon_t), sizeof(U8));
142 S32 CuCommon_SetU8(THandle hCuCommon, U32 PrivateIoctlId, U8 Data)
147 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U8),
163 pData, sizeof(U8));
404 U8 buf[260]; /* no more then 256 + func id */
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
cu_common.h 44 U8 snr; /* The current average SNR in db - For Data Packets*/
45 U8 snrBeacon; /* The current average SNR in db - For Beacon Packets*/
58 S32 CuCommon_SetU8(THandle hCuCommon, U32 PrivateIoctlId, U8 Data);
console.h 64 U8 flags; /* Combination of CON_PARM_??? flags */
wpa_core.h 57 S32 WpaCore_SetAnyWpaMode(THandle hWpaCore, U8 anyWpaMode);
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
cu_common.h 44 U8 snr; /* The current average SNR in db - For Data Packets*/
45 U8 snrBeacon; /* The current average SNR in db - For Beacon Packets*/
58 S32 CuCommon_SetU8(THandle hCuCommon, U32 PrivateIoctlId, U8 Data);
console.h 64 U8 flags; /* Combination of CON_PARM_??? flags */
wpa_core.h 57 S32 WpaCore_SetAnyWpaMode(THandle hWpaCore, U8 anyWpaMode);
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
console.h 46 typedef unsigned char U8;
72 U8 flags; /* Combination of CON_PARM_??? flags */
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 97 U8 chan;
430 mac[i] = (U8) os_strtoul(str, &str, 16);
437 static U8 CuCmd_Freq2Chan(U32 freq)
449 static U8 CuCmd_atox(U8 c)
466 static void CuCmd_atox_string (U8* srcString, U8* dstBuffer)
488 static void CuCmd_xtoa_string (U8* srcBuffer, U32 srcBufferLength, U8* dstString)
500 U8 i,j
    [all...]
wpa_core.c 67 U8 pass_phrase[WPACORE_MAX_PSK_STRING_LENGTH];
68 U8 wep_key[4][32];
69 U8 default_wep_key;
70 U8 wep_key_length;
72 U8 WscMode;
76 U8 Identity[WPACORE_MAX_CERT_PASSWORD_LENGTH];
77 U8 private_key_passwd[WPACORE_MAX_CERT_PASSWORD_LENGTH];
78 U8 private_key[WPACORE_MAX_CERT_PASSWORD_LENGTH];
79 U8 client_cert[WPACORE_MAX_CERT_FILE_NAME_LENGTH];
80 U8 password[WPACORE_MAX_CERT_PASSWORD_LENGTH]
    [all...]
cu_common.c 72 CuCommon_t* pCuCommon = (CuCommon_t*)os_MemoryCAlloc(sizeof(CuCommon_t), sizeof(U8));
142 S32 CuCommon_SetU8(THandle hCuCommon, U32 PrivateIoctlId, U8 Data)
147 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, PrivateIoctlId, &Data, sizeof(U8),
163 pData, sizeof(U8));
404 U8 buf[260]; /* no more then 256 + func id */
  /external/skia/src/views/
SkWidget.cpp 46 U8 alpha = paint.getAlpha();
55 paint.setAlpha((U8)SkScalarMul(alpha, SK_Scalar1 - SkScalarAbs(scale)));
58 paint.setAlpha((U8)SkScalarMul(alpha, SkScalarAbs(scale)));
SkOSSound.cpp 115 static U8 gVolume;
195 U8 SkOSSound::GetVolume()
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 65 fGamma = new U8[256];
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 620 typedef unsigned char U8;
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
cu_wext.c 159 TCuWext* pCuWext = (TCuWext*)os_MemoryCAlloc(sizeof(TCuWext), sizeof(U8));
250 S32 CuOs_Start_Scan(THandle hCuWext, OS_802_11_SSID* ssid, U8 scanType)
296 U8* buffer = os_MemoryCAlloc(IW_SCAN_MAX_DATA, sizeof(U8));
ipc_event.c 90 VOID g_tester_send_event(U8 event_index);
377 g_tester_send_event((U8) EventId);
566 IpcEvent_t* pIpcEvent = (IpcEvent_t*)os_MemoryCAlloc(sizeof(IpcEvent_t), sizeof(U8));
596 IpcEvent_Child_t* pIpcEventChild = (IpcEvent_Child_t*)os_MemoryCAlloc(sizeof(IpcEvent_Child_t), sizeof(U8));
ipc_wpa.c 98 TIpcWpa* pIpcWpa = (TIpcWpa*)os_MemoryCAlloc(sizeof(TIpcWpa), sizeof(U8));
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_event.c 90 VOID g_tester_send_event(U8 event_index);
364 g_tester_send_event((U8) EventId);
553 IpcEvent_t* pIpcEvent = (IpcEvent_t*)os_MemoryCAlloc(sizeof(IpcEvent_t), sizeof(U8));
583 IpcEvent_Child_t* pIpcEventChild = (IpcEvent_Child_t*)os_MemoryCAlloc(sizeof(IpcEvent_Child_t), sizeof(U8));
ipc_wpa.c 98 TIpcWpa* pIpcWpa = (TIpcWpa*)os_MemoryCAlloc(sizeof(TIpcWpa), sizeof(U8));

Completed in 601 milliseconds

1 2