HomeSort by relevance Sort by last modified time
    Searched refs:isForDebug (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
SensorList.h 41 bool add(int handle, SensorInterface* si, bool isForDebug = false, bool isVirtual = false);
79 const bool isForDebug;
82 si(si_), isForDebug(debug_), isVirtual(virtual_) {
SensorList.cpp 30 int handle, SensorInterface* si, bool isForDebug, bool isVirtual) {
35 mHandleMap.emplace(handle, Entry(si, isForDebug, isVirtual));
74 if (!e.isForDebug && !e.si->getSensor().isDynamicSensor()) {
100 if (!e.isForDebug && e.si->getSensor().isDynamicSensor()) {

Completed in 113 milliseconds