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

  /hardware/invensense/60xx/libsensors/
MPLSensor.h 114 int update_delay();
MPLSensor.cpp 844 update_delay();
893 return update_delay();
896 int MPLSensor::update_delay() function in class:MPLSensor
    [all...]
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 182 virtual int update_delay();
MPLSensor.cpp 1562 int MPLSensor::update_delay() { function in class:MPLSensor
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 273 virtual int update_delay();
MPLSensor.cpp 3010 int MPLSensor::update_delay(void) function in class:MPLSensor
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 99 private static final int UPDATE_DELAY = 1000;
432 sendMessageDelayed(msg, (connected == 0) ? UPDATE_DELAY : 0);
    [all...]
  /external/speex/libspeex/
jitter.c 40 + warn if update_delay not called between get() and tick() or is called twice in a row

Completed in 400 milliseconds