Searched refs:mMonitorThread (Results 1 – 3 of 3) sorted by relevance
114 private Thread mMonitorThread = null; field in SecurityLogMonitor198 if (mMonitorThread == null) { in start()213 if (mMonitorThread != null) { in stop()229 if (mMonitorThread == null && (legacyLogEnabled || auditLogEnabled)) { in setLoggingParams()231 } else if (mMonitorThread != null && !legacyLogEnabled && !auditLogEnabled) { in setLoggingParams()254 mMonitorThread = new Thread(this); in startMonitorThreadLocked()255 mMonitorThread.start(); in startMonitorThreadLocked()262 mMonitorThread.interrupt(); in stopMonitorThreadLocked()264 mMonitorThread.join(TimeUnit.SECONDS.toMillis(5)); in stopMonitorThreadLocked()268 mMonitorThread = null; in stopMonitorThreadLocked()
45 return mMonitorThread.add(std::move(request), std::move(func), timeoutDuration); in scheduleTask()57 mNoTimeoutMap.remove(handle) : mMonitorThread.remove(handle); in cancelTask()152 analysis.secondChanceCount = mMonitorThread.getSecondChanceCount(); in getSnapshotAnalysis()237 mMonitorThread.copyRequests(pendingRequests); in getPendingRequests()
390 MonitorThread mMonitorThread{mTimeoutQueue}; // This should be initialized last because