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

  /hardware/ti/wlan/wl1271/Test/
fwdriverdebug.c 70 static TI_HANDLE dTimer;
280 os_timerStop(hOs, dTimer);
282 os_timerDestroy(hOs, dTimer);
286 os_timerStart(hOs, dTimer, 1000);
311 dTimer = os_timerCreate(hOs, fSendPkt, hDrvMain);
312 os_timerStart(hOs, dTimer, 1000);
322 dTimer = os_timerCreate(hOs, sendMgmtPacket, hDrvMain);
323 os_timerStart(hOs, dTimer, 1000);
  /system/wlan/ti/wilink_6_1/Test/
fwdriverdebug.c 70 static TI_HANDLE dTimer;
280 os_timerStop(hOs, dTimer);
282 os_timerDestroy(hOs, dTimer);
286 os_timerStart(hOs, dTimer, 1000);
311 dTimer = os_timerCreate(hOs, fSendPkt, hDrvMain);
312 os_timerStart(hOs, dTimer, 1000);
322 dTimer = os_timerCreate(hOs, sendMgmtPacket, hDrvMain);
323 os_timerStart(hOs, dTimer, 1000);

Completed in 23 milliseconds