Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h127 bool incrementPendingFlushCountIfHasAccess(int32_t handle);
DSensorEventConnection.cpp277 bool SensorService::SensorEventConnection::incrementPendingFlushCountIfHasAccess(int32_t handle) { in incrementPendingFlushCountIfHasAccess() function in android::SensorService::SensorEventConnection
DSensorService.cpp2257 if (!connection->incrementPendingFlushCountIfHasAccess(handle)) { in flushSensor()