Home
last modified time | relevance | path

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

/system/chre/platform/slpi/smgr/
Dplatform_sensor.cc119 DynamicVector<SensorMonitor> gSensorMonitors; variable
133 for (i = 0; i < gSensorMonitors.size(); i++) { in getSensorMonitorIndex()
134 if (gSensorMonitors[i].sensorId == sensorId) { in getSensorMonitorIndex()
771 } else if (index == gSensorMonitors.size()) { in onClientRequestInfoResponse()
775 if (gSensorMonitors[index].otherClientPresent != otherClientPresent) { in onClientRequestInfoResponse()
777 gSensorMonitors[index].otherClientPresent = otherClientPresent; in onClientRequestInfoResponse()
796 if (index == gSensorMonitors.size()) { in onStatusChange()
1023 if (index == gSensorMonitors.size()) { in addSensorMonitor()
1030 gSensorMonitors.push_back(monitor); in addSensorMonitor()
1228 if (index == gSensorMonitors.size()) { in isRequestAllowed()
[all …]