HomeSort by relevance Sort by last modified time
    Searched defs:pTimer (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
recvfrom.c 63 EFI_EVENT pTimer;
114 pTimer = NULL;
120 &pTimer );
126 if ( NULL != pTimer ) {
127 Status = gBS->SetTimer ( pTimer,
142 if ( NULL != pTimer ) {
143 Status = gBS->CheckEvent ( pTimer );
178 if ( NULL != pTimer ) {
179 gBS->SetTimer ( pTimer,
188 if ( NULL != pTimer ) {
    [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cxfa_fwladaptertimermgr.cpp 22 : CFWL_TimerInfo(mgr), idEvent(event), pTimer(timer) {}
25 CFWL_Timer* pTimer;
38 void CXFA_FWLAdapterTimerMgr::Start(CFWL_Timer* pTimer,
49 *pTimerInfo = new CFWL_FWLAdapterTimerInfo(this, id_event, pTimer);
79 pInfo->pTimer->Run(pInfo);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 54 EFI_EVENT pTimer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 77 EFI_EVENT pTimer;
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]

Completed in 317 milliseconds