Home
last modified time | relevance | path

Searched defs:chrePalSensorApi (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/chre/pal/include/chre/pal/
H A Dsensor.h143 struct chrePalSensorApi { struct
150 uint32_t moduleVersion;
166 bool (*open)(const struct chrePalSystemApi *systemApi,
177 void (*close)(void);
211 bool (*getSensors)(const struct chreSensorInfo **sensors,
254 bool (*configureSensor)(uint32_t sensorInfoIndex,
289 bool (*flush)(uint32_t sensorInfoIndex, uint32_t *flushRequestId);
322 bool (*configureBiasEvents)(uint32_t sensorInfoIndex, bool enable,
338 bool (*getThreeAxisBias)(uint32_t sensorInfoIndex,
347 void (*releaseSensorDataEvent)(void *data);
[all …]