Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorList.h41 const bool isForDebug; member
44 si(si_), isForDebug(debug_), isVirtual(virtual_) { in Entry()
50 bool add(int handle, SensorInterface* si, bool isForDebug = false, bool isVirtual = false);
DSensorList.cpp32 int handle, SensorInterface* si, bool isForDebug, bool isVirtual) { in add() argument
37 mHandleMap.emplace(handle, Entry(si, isForDebug, isVirtual)); in add()
82 if (!e.isForDebug && !e.si->getSensor().isDynamicSensor()) { in getUserSensors()
108 if (!e.isForDebug && e.si->getSensor().isDynamicSensor()) { in getDynamicSensors()