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

  /device/google/contexthub/firmware/os/inc/
sensors_priv.h 27 uint32_t currentRate; /* here 0 means off */
  /frameworks/wilhelm/tests/sandbox/
playbq.cpp 446 SLpermille currentRate = 0;
465 currentRate = defaultRate;
481 currentRate = initialRate;
585 SLpermille nextRate = currentRate + deltaRate;
594 currentRate = nextRate;
595 if (currentRate >= max(initialRate, finalRate)) {
596 currentRate = max(initialRate, finalRate);
598 } else if (currentRate <= min(initialRate, finalRate)) {
599 currentRate = min(initialRate, finalRate);

Completed in 589 milliseconds