HomeSort by relevance Sort by last modified time
    Searched defs:pData (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyTypes.h 67 char *pData; /**< Pointer to the material to derive the key from */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
keyTypes.h 68 char *pData; /**< Pointer to the material to derive the key from */
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
keyTypes.h 67 char *pData; /**< Pointer to the material to derive the key from */
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 64 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
90 (void *)&pData->EqualiserBiquadTaps, /* Destination Cast to void:\
92 (LVM_UINT16)(sizeof(pData->EqualiserBiquadTaps)/sizeof(LVM_INT16))); /* Number of words */
95 &pData->EqualiserBiquadTaps,
LVCS_ReverbGenerator.c 69 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
108 (void *)&pData->ReverbBiquadTaps, /* Destination Cast to void: no dereferencing in function*/
109 (LVM_UINT16)(sizeof(pData->ReverbBiquadTaps)/sizeof(LVM_INT16))); /* Number of words */
112 &pData->ReverbBiquadTaps,
LVCS_StereoEnhancer.c 60 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
85 (void *)&pData->SEBiquadTapsMid, /* Destination Cast to void:\
87 (LVM_UINT16)(sizeof(pData->SEBiquadTapsMid)/sizeof(LVM_UINT16))); /* Number of words */
90 &pData->SEBiquadTapsMid,
112 (void *)&pData->SEBiquadTapsSide, /* Destination Cast to void:\
114 (LVM_UINT16)(sizeof(pData->SEBiquadTapsSide)/sizeof(LVM_UINT16))); /* Number of words */
122 &pData->SEBiquadTapsSide,
129 &pData->SEBiquadTapsSide,
  /external/chromium/third_party/icu/source/tools/genbrk/
genbrk.cpp 181 UNewDataMemory *pData;
189 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
190 udata_writeBlock(pData, msg, strlen(msg));
191 udata_finish(pData, &status);
311 UNewDataMemory *pData;
312 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
321 udata_writeBlock(pData, outData, outDataSize);
323 bytesWritten = udata_finish(pData, &status);
  /external/chromium/third_party/icu/source/tools/genctd/
genctd.cpp 182 UNewDataMemory *pData;
190 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
191 udata_writeBlock(pData, msg, strlen(msg));
192 udata_finish(pData, &status);
209 UNewDataMemory *pData;
409 UNewDataMemory *pData;
410 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
419 udata_writeBlock(pData, outData, outDataSize);
421 bytesWritten = udata_finish(pData, &status);
  /external/icu4c/samples/udata/
writer.c 61 UNewDataMemory *pData;
74 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo,
90 udata_write16(pData, intValue);
92 udata_writeString(pData, stringValue, sizeof(stringValue));
95 dataLength=udata_finish(pData, &errorCode);
  /external/icu4c/tools/genbrk/
genbrk.cpp 174 UNewDataMemory *pData;
182 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
183 udata_writeBlock(pData, msg, strlen(msg));
184 udata_finish(pData, &status);
312 UNewDataMemory *pData;
313 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
322 udata_writeBlock(pData, outData, outDataSize);
324 bytesWritten = udata_finish(pData, &status);
  /external/icu4c/tools/genctd/
genctd.cpp 172 UNewDataMemory *pData;
180 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
181 udata_writeBlock(pData, msg, strlen(msg));
182 udata_finish(pData, &status);
363 UNewDataMemory *pData;
364 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
373 udata_writeBlock(pData, outData, outDataSize);
375 bytesWritten = udata_finish(pData, &status);
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dcf.c 50 uint8_t *pHeader, *pData;
80 pData = tmpBuf;
84 while (pStart < pData) {
86 while ('\r' != *pEnd && pEnd < pData)
122 *ppEncryptedData = pData;
  /external/chromium/third_party/icu/source/tools/gencfu/
gencfu.cpp 189 UNewDataMemory *pData;
197 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
198 udata_writeBlock(pData, msg, strlen(msg));
199 udata_finish(pData, &status);
264 UNewDataMemory *pData;
265 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
274 udata_writeBlock(pData, outData, outDataSize);
276 bytesWritten = udata_finish(pData, &status);
  /external/chromium/third_party/icu/source/tools/gentest/
gentest.c 104 UNewDataMemory *pData;
111 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo,
120 udata_write16(pData, intValue);
121 udata_writeString(pData, stringValue, sizeof(stringValue));
124 dataLength=udata_finish(pData, errorCode);
  /external/icu4c/tools/gencfu/
gencfu.cpp 182 UNewDataMemory *pData;
190 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
191 udata_writeBlock(pData, msg, strlen(msg));
192 udata_finish(pData, &status);
265 UNewDataMemory *pData;
266 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status);
275 udata_writeBlock(pData, outData, outDataSize);
277 bytesWritten = udata_finish(pData, &status);
  /external/icu4c/tools/gentest/
gentest.c 104 UNewDataMemory *pData;
111 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo,
120 udata_write16(pData, intValue);
121 udata_writeString(pData, stringValue, sizeof(stringValue));
124 dataLength=udata_finish(pData, errorCode);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalTrace.c 179 TRACER_DATA *pData;
187 pData = &pEvt->Info.TrcData;
202 pData->MpduLen = local_TxDesc.length;
203 pData->Ctl = local_TxDesc.ctl;
204 pData->Rate = (UINT16)local_TxDesc.rate;
206 pData->Status[0] = 0;
207 pData->Status[1] = 0;
208 pData->Status[3] = 0;
211 pData->Status[0] = local_TxDesc.ctrl2;
212 pData->Status[1] = local_TxDesc.ackFailures
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
unewdata.c 37 UNewDataMemory *pData;
51 pData=(UNewDataMemory *)uprv_malloc(sizeof(UNewDataMemory));
52 if(pData==NULL) {
79 uprv_free(pData);
99 pData->file=T_FileStream_open(filename, "wb");
100 if(pData->file==NULL) {
101 uprv_free(pData);
116 pData->headerSize=(uint16_t)((headerSize+15)&~0xf);
117 pData->magic1=0xda;
118 pData->magic2=0x27
    [all...]
  /external/icu4c/tools/toolutil/
unewdata.c 38 UNewDataMemory *pData;
52 pData=(UNewDataMemory *)uprv_malloc(sizeof(UNewDataMemory));
53 if(pData==NULL) {
80 uprv_free(pData);
100 pData->file=T_FileStream_open(filename, "wb");
101 if(pData->file==NULL) {
102 uprv_free(pData);
117 pData->headerSize=(uint16_t)((headerSize+15)&~0xf);
118 pData->magic1=0xda;
119 pData->magic2=0x27
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h 111 LVDBE_Data_t *pData; /* Instance data */
  /hardware/ti/wlan/wl1271/utils/
GenSM.h 47 typedef void (*TGenSM_action) (void *pData);
77 void *pData; /**< Last event data */
92 void genSM_Event (TI_HANDLE hGenSM, TI_UINT32 uEvent, void *pData);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
nrfsm.c 74 void *pData; /**< Last event data */
259 * I - pData - data for activation function \n
267 TI_STATUS nrfsm_Event (TI_HANDLE hFsm, UINT32 event, void *pData)
286 pFsm->pData = pData;
311 (*pFsm->matrix[uIndex].fAction) (pFsm->pData);
422 /*TI_STATUS action_nop(void *pData)
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
SdioAdapter.c 174 unsigned char *pData = pHostAddr;
181 *pData = (unsigned char)sdio_f0_readb(tiwlan_func, uHwAddr, &rc);
183 *pData = (unsigned char)sdio_readb(tiwlan_func, uHwAddr, &rc);
187 sdio_f0_writeb(tiwlan_func, *pData, uHwAddr, &rc);
189 sdio_writeb(tiwlan_func, *pData, uHwAddr, &rc);
195 printk(KERN_INFO "%c52: [0x%x](%u) %c 0x%x\n", (bDirection ? 'R' : 'W'), uHwAddr, uLength, (bDirection ? '=' : '<'), (unsigned)*pData);
198 pData++;
  /system/wlan/ti/wilink_6_1/utils/
GenSM.h 47 typedef void (*TGenSM_action) (void *pData);
77 void *pData; /**< Last event data */
92 void genSM_Event (TI_HANDLE hGenSM, TI_UINT32 uEvent, void *pData);
  /bootable/recovery/minui/
resources.c 113 unsigned char* pData = (unsigned char*) (surface + 1);
118 surface->data = pData;
129 unsigned char* pRow = pData + y * stride;
148 unsigned char* pRow = pData + y * stride;

Completed in 1476 milliseconds

1 2 3 4