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

  /external/opencore/oscl/oscl/osclproc/src/
oscl_timer.h 185 bool iRecurring;
272 entry->iRecurring = recurring;
350 if (!entry->iRecurring) expiredFound = 1;
351 if (entry->iRecurring) entry->iCounter = entry->iOrigCounter;
  /external/opencore/doc/oscl_html/
oscl__timer_8h-source.html 112 00168 <span class="keywordtype">bool</span> iRecurring;
199 00255 entry-&gt;iRecurring = recurring;
277 00333 <span class="keywordflow">if</span> (!entry-&gt;iRecurring) expiredFound = 1;
278 00334 <span class="keywordflow">if</span> (entry-&gt;iRecurring) entry-&gt;iCounter = entry-&gt;iOrigCounter;

Completed in 120 milliseconds