OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pByte
(Results
1 - 2
of
2
) sorted by null
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
CTI_Adapter.cpp
770
tiUINT8*
pByte
= new tiUINT8[uSize];
771
if (
pByte
== NULL )
774
tiUINT8* pBufferTmp =
pByte
;
776
memset(
pByte
, 0, uSize);
781
dwRetValue = tiIoCtrl(TIWLN_802_11_CERT_PARAMS_SHA1_SET,
pByte
, uSize,NULL, 0,&dwRetSize);
783
delete []
pByte
;
805
tiUINT8*
pByte
= new tiUINT8[dwSize];
807
if (
pByte
== NULL )
810
tiUINT8* pBufferTmp =
pByte
;
812
memset(
pByte
, 0, dwSize)
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp
[
all
...]
Completed in 186 milliseconds