Home
last modified time | relevance | path

Searched refs:chreSensorInfo (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/inc/chre/
Dsensor.h397 struct chreSensorInfo { struct
677 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c235 static bool osChreSensorGetInfo(uint32_t sensorHandle, struct chreSensorInfo *info) in osChreSensorGetInfo()
258 struct chreSensorInfo *info = va_arg(args, struct chreSensorInfo *); in osChreApiSensorGetInfo()
/device/google/contexthub/firmware/app/chre/common/
Dchre_app_syscalls.c93 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info) in chreGetSensorInfo()