Home
last modified time | relevance | path

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

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