Searched refs:counter (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCfgIE.c1057 TI_UINT32 counter; local
1074 for (counter = 0; counter < uIETableSize; counter++)
1076 TRACE1(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, "%2x ", pIETable[counter]);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
H A DOMX_AacEnc_Utils.h711 * to atomically increment some input or output buffer counter
714 * the counter
715 * @param counter the buffer counter to be changed
717 * @post the buffer counter's value will be incremented by one.
721 void AACENC_IncrementBufferCounterByOne(pthread_mutex_t* mutex, OMX_U32 *counter);
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
H A Dwl_iw.c3541 uint32 counter = 0; local
3629 counter += list_merge->count;
3635 WL_TRACE(("%s merged with total Bcast APs=%d\n", __FUNCTION__, counter));
3714 uint32 counter = 0; local
3775 counter += list->count;
3874 WL_TRACE(("%s return to WE %d bytes APs=%d\n", __FUNCTION__, dwrq->length, counter));
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c428 pComponentPrivate->lcml_nIpBuf = 0; /* Initializing counter */
3513 * to atomically increment some input or output buffer counter
3516 * the counter
3517 * @param counter the buffer counter to be incremented
3519 * @post the buffer counter's value will be incremented by one.
3523 void AACENC_IncrementBufferCounterByOne(pthread_mutex_t* mutex, OMX_U32 *counter) argument
3526 (*counter)++;

Completed in 170 milliseconds