Home
last modified time | relevance | path

Searched defs:deltaTimeUs (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp3210 const int64_t deltaTimeUs = timestampTimeUs - mStartFromZeroUs; in getTimestamp_l() local
/aosp12/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp4909 int64_t deltaTimeUs = mMinCttsOffsetTimeUs; in writeCttsBox() local
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2149 public void add(long deltaTimeUs, int deltaCount) { in add()
2156 public void add(long deltaTimeUs, int deltaCount, long elapsedRealtimeUs) { in add()