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

  /external/deqp/framework/delibs/deutil/
deTimer.c 316 deInt64 lastCallback = (deInt64)deGetMicroseconds();
335 sleepTime = thread->interval - (int)(((deInt64)deGetMicroseconds()-lastCallback)/1000);
339 lastCallback = (deInt64)deGetMicroseconds();
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidDeviceTest.java 194 Integer lastCallback = queue.poll(timeoutMs, TimeUnit.MILLISECONDS);
195 Assert.assertNotNull(lastCallback);
196 int lastCallbackType = lastCallback;

Completed in 124 milliseconds