Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.cpp294 mLastWriteTime = systemTime(); in write()
319 if ((uint32_t)ns2us(now - mLastWriteTime) < (mBufferDurationUs >> 2)) { in write()
321 usleep(mBufferDurationUs - (uint32_t)ns2us(now - mLastWriteTime)); in write()
323 mLastWriteTime = now; in write()
H A DA2dpAudioInterface.h121 nsecs_t mLastWriteTime; variable
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java113 long mLastWriteTime; field in ProcessStatsService
235 if (now > (mLastWriteTime+WRITE_PERIOD)) { in shouldWriteNowLocked()
298 mLastWriteTime = SystemClock.uptimeMillis(); in writeStateLocked()
332 mLastWriteTime = SystemClock.uptimeMillis(); in updateFileLocked()
H A DAppProfiler.java315 private volatile long mLastWriteTime = 0; field in AppProfiler
1886 if (mLastWriteTime < (now - BATTERY_STATS_TIME)) { in updateCpuStatsNow()
1887 mLastWriteTime = now; in updateCpuStatsNow()
1932 long nextWriteDelay = (mLastWriteTime + BATTERY_STATS_TIME) - now; in run()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt77695 Lcom/android/internal/os/BatteryStatsImpl;->mLastWriteTime:J