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

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
txResult.c 102 ETxResultState eState; /* Current eState of SM */
218 pTxResult->eState = TX_RESULT_STATE_IDLE;
265 if (pTxResult->eState != TX_RESULT_STATE_IDLE)
267 TRACE1(pTxResult->hReport, REPORT_SEVERITY_INFORMATION, ": called in eState %d, so exit\n", pTxResult->eState);
292 * The main SM of the module. Called in IDLE eState by txResult_TxCmpltIntrCb() on
314 TRACE2(pTxResult->hReport, REPORT_SEVERITY_INFORMATION, ": eState = %d, eTwifStatus = %d\n", pTxResult->eState, eTwifStatus);
316 switch(pTxResult->eState)
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
txResult.c 102 ETxResultState eState; /* Current eState of SM */
218 pTxResult->eState = TX_RESULT_STATE_IDLE;
265 if (pTxResult->eState != TX_RESULT_STATE_IDLE)
267 TRACE1(pTxResult->hReport, REPORT_SEVERITY_INFORMATION, ": called in eState %d, so exit\n", pTxResult->eState);
291 * The main SM of the module. Called in IDLE eState by txResult_TxCmpltIntrCb() on
313 TRACE2(pTxResult->hReport, REPORT_SEVERITY_INFORMATION, ": eState = %d, eTwifStatus = %d\n", pTxResult->eState, eTwifStatus);
315 switch(pTxResult->eState)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Thread.c 177 if (pComponentPrivate->eState != OMX_StateLoaded)
293 (pComponentPrivate->eState != OMX_StatePause &&
294 pComponentPrivate->eState != OMX_StateIdle &&
295 pComponentPrivate->eState != OMX_StateLoaded))
312 (pComponentPrivate->eState!= OMX_StatePause &&
313 pComponentPrivate->eState != OMX_StateIdle &&
314 pComponentPrivate->eState != OMX_StateLoaded))
OMX_VideoEnc_Utils.c 411 pComponentPrivate->eState = OMX_StateInvalid;
844 if (pComponentPrivate->eState != OMX_StateLoaded)
868 if (pComponentPrivate->eState != OMX_StateLoaded)
    [all...]
OMX_VideoEncoder.c     [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HeapSegment.java 165 int eState = (int)data.get() & 0x000000ff;
168 while ((eState & PARTIAL_MASK) != 0) {
174 if ((nextState & ~PARTIAL_MASK) != (eState & ~PARTIAL_MASK)) {
177 eState = nextState;
181 setSolidity(eState & 0x7);
182 setKind((eState >> 3) & 0x7);
HandleNativeHeap.java 221 int eState = (int)buffer.get() & 0x000000ff;
223 //Log.e("ddm-nativeheap", "solidity: " + (eState & 0x7) + " - kind: "
224 // + ((eState >> 3) & 0x7) + " - len: " + eLen);
  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.c 95 EFuncState eState; /* Function crrent state */
173 pTxnQ->aFuncInfo[i].eState = FUNC_STATE_NONE;
277 pTxnQ->aFuncInfo[uFuncId].eState = FUNC_STATE_STOPPED;
326 pTxnQ->aFuncInfo[uFuncId].eState = FUNC_STATE_NONE;
333 if (pTxnQ->aFuncInfo[i].eState != FUNC_STATE_NONE)
364 pTxnQ->aFuncInfo[uFuncId].eState = FUNC_STATE_RESTART;
390 if (pTxnQ->aFuncInfo[uFuncId].eState != FUNC_STATE_STOPPED)
392 TRACE2(pTxnQ->hReport, REPORT_SEVERITY_WARNING, "txnQ_Run(): Called while func %d state is %d!\n", uFuncId, pTxnQ->aFuncInfo[uFuncId].eState);
397 pTxnQ->aFuncInfo[uFuncId].eState = FUNC_STATE_RUNNING;
409 if (pTxnQ->aFuncInfo[uFuncId].eState != FUNC_STATE_RUNNING)
    [all...]
  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.c 95 EFuncState eState; /* Function crrent state */
167 pTxnQ->aFuncInfo[i].eState = FUNC_STATE_NONE;
266 pTxnQ->aFuncInfo[uFuncId].eState = FUNC_STATE_STOPPED;
315 pTxnQ->aFuncInfo[uFuncId].eState = FUNC_STATE_NONE;
322 if (pTxnQ->aFuncInfo[i].eState != FUNC_STATE_NONE)
353 pTxnQ->aFuncInfo[uFuncId].eState = FUNC_STATE_RESTART;
379 if (pTxnQ->aFuncInfo[uFuncId].eState != FUNC_STATE_STOPPED)
381 TRACE2(pTxnQ->hReport, REPORT_SEVERITY_WARNING, "txnQ_Run(): Called while func %d state is %d!\n", uFuncId, pTxnQ->aFuncInfo[uFuncId].eState);
386 pTxnQ->aFuncInfo[uFuncId].eState = FUNC_STATE_RUNNING;
398 if (pTxnQ->aFuncInfo[uFuncId].eState != FUNC_STATE_RUNNING)
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 146 ESmState eState; /* SM current state */
374 pTwIf->eState = SM_STATE_SLEEP;
797 ESmState eState = pTwIf->eState; /* The state before handling the event */
800 switch (eState)
806 pTwIf->eState = SM_STATE_SLEEP;
815 pTwIf->eState = SM_STATE_WAIT_HW;
821 pTwIf->eState = SM_STATE_AWAKE;
830 pTwIf->eState = SM_STATE_AWAKE;
836 TRACE3(pTwIf->hReport, REPORT_SEVERITY_INFORMATION, "twIf_HandleSmEvent: <currentState = %d, event = %d> --> nextState = %d\n", eState, eEvent, pTwIf->eState)
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TwIf/
TwIf.c 143 ESmState eState; /* SM current state */
342 pTwIf->eState = SM_STATE_SLEEP;
755 ESmState eState = pTwIf->eState; /* The state before handling the event */
758 switch (eState)
764 pTwIf->eState = SM_STATE_SLEEP;
773 pTwIf->eState = SM_STATE_WAIT_HW;
779 pTwIf->eState = SM_STATE_AWAKE;
788 pTwIf->eState = SM_STATE_AWAKE;
794 TRACE3(pTwIf->hReport, REPORT_SEVERITY_INFORMATION, "twIf_HandleSmEvent: <currentState = %d, event = %d> --> nextState = %d\n", eState, eEvent, pTwIf->eState)
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Other.h 251 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/
282 * On a SetConfig if eState is OMX_TIME_ClockStateRunning media time
293 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/
265 * On a SetConfig if eState is OMX_TIME_ClockStateRunning media time
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
OMX_VideoDecoder.c 528 pComponentPrivate->eState = OMX_StateLoaded;
625 if (pComponentPrivate->eState == OMX_StateInvalid) {
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 878 OMX_STATETYPE eState;
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 585 OMX_STATETYPE eState;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 310 OMX_STATETYPE eState;
    [all...]

Completed in 324 milliseconds