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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
CmdQueue.c 167 CmdQueue_CmdNode_T* pHead ;
188 pHead = &pCmdQueue->CmdQueue[first];
190 if(pHead->CB_Func != NULL)
192 pRecoveryNode->CB_Func = pHead->CB_Func;
193 pRecoveryNode->CB_Arg = pHead->CB_Arg;
194 pRecoveryNode->interrogateParamsBuf = pHead->interrogateParamsBuf;
229 CmdQueue_RecoveryNode_T *pHead;
233 pHead = &pCmdQueue->RecoveryQueue[Cbindex];
235 if(pHead->interrogateParamsBuf)
237 ((CmdQueue_InterrogateCB_t)pHead->CB_Func)(pHead->CB_Arg, CMD_STATUS_FW_RESET,pHead->interrogateParamsBuf)
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.c 196 TCmdQueueNode *pHead;
209 pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head];
212 TRACE4(pCmdQueue->hReport, REPORT_SEVERITY_CONSOLE, "cmdQueue_SM: Send Cmd: CmdType = %d(%d) Len = %d, NumOfCmd = %d", pHead->cmdType, (pHead->aParamsBuf) ? *(TI_UINT16 *)pHead->aParamsBuf:0, pHead->uParamsLen, pCmdQueue->uNumberOfCommandInQueue);
216 cmdQueue_GetCmdString(pHead->cmdType),
217 (pHead->aParamsBuf) ? cmdQueue_GetIEString(pHead->cmdType,*(TI_UINT16 *)pHead->aParamsBuf):""
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdQueue.c 196 TCmdQueueNode *pHead;
209 pHead = &pCmdQueue->aCmdQueue[pCmdQueue->head];
212 TRACE4(pCmdQueue->hReport, REPORT_SEVERITY_CONSOLE, "cmdQueue_SM: Send Cmd: CmdType = %d(%d) Len = %d, NumOfCmd = %d", pHead->cmdType, (pHead->aParamsBuf) ? *(TI_UINT16 *)pHead->aParamsBuf:0, pHead->uParamsLen, pCmdQueue->uNumberOfCommandInQueue));
216 cmdQueue_GetCmdString(pHead->cmdType),
217 (pHead->aParamsBuf) ? cmdQueue_GetIEString(pHead->cmdType,*(TI_UINT16 *)pHead->aParamsBuf):""
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 71 uint8_t * pHead = pTmp;
76 pEnd = (uint8_t *)strstr((char *)pHead, "-");
81 year = atoi((char *)pHead);
82 pHead = pEnd + 1;
86 pEnd = (uint8_t *)strstr((char *)pHead, "-");
91 mon = atoi((char *)pHead);
92 pHead = pEnd + 1;
96 pEnd = (uint8_t *)strstr((char *)pHead, "T");
101 day = atoi((char *)pHead);
102 pHead = pEnd + 1
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 197 (_pPrivateData_)->sCircularBuffer.pHead = NULL; \
210 (_sCircular_).pTail = (_sCircular_).pHead; \
224 OMX_CONF_CIRCULAR_BUFFER_NODE* pTmp = (_sCircular_).pHead;\
225 VIDENC_MALLOC( (_sCircular_).pHead, \
232 (_sCircular_).pHead->pNext = (_sCircular_).pHead;\
233 (_sCircular_).pTail = (_sCircular_).pHead; \
236 (_sCircular_).pHead->pNext = pTmp; \
239 pTmp->pNext = (_sCircular_).pHead; \
266 if(((_sCircular_).pTail == (_sCircular_).pHead) &&
    [all...]
  /system/core/libacc/
acc.cpp 193 Type* pHead; // For a struct this is the prototype struct.
1026 Type* pReturnType = pDecl->pHead;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 447 milliseconds