Home
last modified time | relevance | path

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

/aosp12/system/chre/core/
H A Dsensor_type_helpers.cc26 if (isVendorSensorType(sensorType)) { in getReportingMode()
45 if (isVendorSensorType(sensorType)) { in isCalibrated()
63 if (isVendorSensorType(sensorType)) { in getBiasEventType()
96 if (isVendorSensorType(sensorType)) { in getLastEventSize()
133 if (isVendorSensorType(sensorType)) { in getSensorTypeName()
204 if (isVendorSensorType(sensorType)) { in getLastSample()
/aosp12/system/chre/core/include/chre/core/
H A Dsensor_type_helpers.h61 static bool isVendorSensorType(uint8_t sensorType) { in isVendorSensorType() function