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

  /device/google/contexthub/firmware/os/drivers/tilt_detection/
tilt_detection.c 233 sensorFind(SENS_TYPE_ANY_MOTION, 0, &mTask.anyMotionHandle);
234 sensorFind(SENS_TYPE_NO_MOTION, 0, &mTask.noMotionHandle);
235 sensorFind(SENS_TYPE_ACCEL, 0, &mTask.accelHandle);
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 592 for (i = 0; sensorFind(SENS_TYPE_ACCEL, i, &mTask.accelHandle) != NULL; i++) {
613 for (i = 0; sensorFind(SENS_TYPE_GYRO, i, &mTask.gyroHandle) != NULL; i++) {
634 for (i = 0; sensorFind(SENS_TYPE_MAG, i, &mTask.magHandle) != NULL; i++) {
789 if (!sensorFind(SENS_TYPE_GYRO, 0, &mTask.gyroHandle)) {
794 if (!sensorFind(SENS_TYPE_MAG, 0, &mTask.magHandle)) {
  /device/google/contexthub/firmware/os/inc/
sensors.h 272 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP); //enumerate all sensors of a type
  /device/google/contexthub/firmware/os/core/
hostIntf.c 677 for (j = 0, present = 0, error = 0; (si = sensorFind(i, j, &handle)) != NULL; j++) {
750 && (si = sensorFind(i, 0, &handle)) != NULL
    [all...]
nanohub_chre.c 223 const struct SensorInfo *info = sensorFind(sensorType, 0, pHandle);
osApi.c 138 *retValP = (uintptr_t)sensorFind(sensorType, idx, handleP);
sensors.c 558 const struct SensorInfo* sensorFind(uint32_t sensorType, uint32_t idx, uint32_t *handleP)
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 520 sensorFind(SENS_TYPE_PROX, 0, &mTask.proxHandle);
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 576 for (i = 0; sensorFind(SENS_TYPE_ACCEL, i, &mTask.accelHandle) != NULL; i++) {

Completed in 4176 milliseconds