Home
last modified time | relevance | path

Searched refs:mIsDirectReportSupported (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorDevice.h240 bool mIsDirectReportSupported; variable
DSensorDevice.cpp78 mIsDirectReportSupported = (mHalWrapper->unregisterDirectChannel(-1) != INVALID_OPERATION); in SensorDevice()
917 return mIsDirectReportSupported; in isDirectReportSupported()