Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarDiagnosticService.java65 private final LiveFrameRecord mLiveFrameDiagnosticRecord = new LiveFrameRecord(mDiagnosticLock); field in CarDiagnosticService
125 return mLiveFrameDiagnosticRecord.update(event.checkLiveFrame()); in setRecentmostLiveFrame()
146 mLiveFrameDiagnosticRecord.disableIfNeeded(); in release()
290 if (mLiveFrameDiagnosticRecord.isEnabled()) { in startDiagnostic()
295 mLiveFrameDiagnosticRecord.enable(); in startDiagnostic()
378 if (mLiveFrameDiagnosticRecord.disableIfNeeded()) in stopDiagnostic()
426 mLiveFrameDiagnosticRecord.lock(); in getLatestLiveFrame()
427 CarDiagnosticEvent liveFrame = mLiveFrameDiagnosticRecord.getLastEvent(); in getLatestLiveFrame()
428 mLiveFrameDiagnosticRecord.unlock(); in getLatestLiveFrame()
670 if (null != mLiveFrameDiagnosticRecord.getLastEvent()) { in dump()
[all …]