Home
last modified time | relevance | path

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

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