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

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
FwEvent_api.h 120 void fwEvent_HandlerCompleted (TI_HANDLE hFwEvent);
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
FwEvent.c 614 void fwEvent_HandlerCompleted (TI_HANDLE hFwEvent)
619 TRACE2(pFwEvent->hReport, REPORT_SEVERITY_INFORMATION, "fwEvent_HandlerCompleted: state=%d, NumPendHndlrs=%d\n", pFwEvent->eSmState, pFwEvent->uNumPendHndlrs);
623 TRACE0(pFwEvent->hReport, REPORT_SEVERITY_ERROR, "fwEvent_HandlerCompleted: Called while no handlers are pending\n");
629 TRACE1(pFwEvent->hReport, REPORT_SEVERITY_ERROR, "fwEvent_HandlerCompleted: Called while not in WAIT_HANDLE_COMPLT state (state=%d)\n", pFwEvent->eSmState);

Completed in 267 milliseconds