Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dplatform_sensor.cc280 if (update.enabledValid) { in updateSamplingStatus()
313 bool sameStatus = status1.enabledValid == status2.enabledValid; in isSameStatusUpdate()
314 if (sameStatus && status1.enabledValid) { in isSameStatusUpdate()
Dsee_helper.cc950 statusData->enabledValid = true; in decodeSnsStdSensorPhysicalConfigEvent()
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h51 bool enabledValid; member