Searched refs:isForDebug (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | SensorList.h | 41 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);
|
D | SensorList.cpp | 32 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()
|