Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h122 void incrementPendingFlushCount(int32_t handle);
DSensorEventConnection.cpp220 void SensorService::SensorEventConnection::incrementPendingFlushCount(int32_t handle) { in incrementPendingFlushCount() function in android::SensorService::SensorEventConnection
DSensorService.cpp1626 connection->incrementPendingFlushCount(handle); in flushSensor()