Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h85 status_t flushSensor(const sp<SensorEventConnection>& connection,
DSensorEventConnection.cpp546 return mService->flushSensor(this, mOpPackageName); in flush()
DSensorService.cpp1406 status_t SensorService::flushSensor(const sp<SensorEventConnection>& connection, in flushSensor() function in android::SensorService