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

  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
SensorsTestFragment.java 123 private void initSensors() {
135 Log.e(TAG, "initSensors() exception caught: ", e);
144 initSensors();
178 initSensors();
  /device/google/contexthub/firmware/os/core/
hostIntf.c 664 static bool initSensors()
681 osLog(LOG_ERROR, "initSensors: %s not ready - skipping!\n", si->sensorName);
684 osLog(LOG_INFO, "initSensors: %s not ready!\n", si->sensorName);
735 osLog(LOG_INFO, "initSensors: totalBlocks of %ld exceeds maximum of %d\n", totalBlocks, MAX_NUM_BLOCKS);
774 osLog(LOG_INFO, "initSensors: %s: minSamples of %d exceeded max of %d\n", si->sensorName, si->minSamples, MAX_MIN_SAMPLES);
    [all...]

Completed in 1191 milliseconds