Home
last modified time | relevance | path

Searched refs:CHRE_SENSOR_CONFIGURE_RAW_POWER_ON (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/inc/chre/
Dsensor.h309 #define CHRE_SENSOR_CONFIGURE_RAW_POWER_ON (1 << 0) macro
336 (CHRE_SENSOR_CONFIGURE_RAW_POWER_ON |
349 (CHRE_SENSOR_CONFIGURE_RAW_POWER_ON |
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c310 if (mode & CHRE_SENSOR_CONFIGURE_RAW_POWER_ON) { in osChreSensorConfigure()