Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioTimestamp.java44 public static final int TIMEBASE_MONOTONIC = 0; field in AudioTimestamp
54 TIMEBASE_MONOTONIC,
DAudioRecord.java1374 && timebase != AudioTimestamp.TIMEBASE_MONOTONIC)) { in getTimestamp()
/frameworks/av/media/libaudioclient/include/media/
DAudioTimestamp.h55 TIMEBASE_MONOTONIC, // Clock monotonic offset (generally 0) enumerator
129 if (getBestTimestamp(&position, &time, TIMEBASE_MONOTONIC, location) == OK) {
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp238 timebase = ExtendedTimestamp::TIMEBASE_MONOTONIC; in getBestTimestamp()
/frameworks/av/media/libstagefright/
DAudioSource.cpp356 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, in onMoreData()
/frameworks/av/media/libaudioclient/tests/
Daudio_test_utils.cpp272 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, &location) == in onMoreData()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp3700 + ets.mTimebaseOffset[ExtendedTimestamp::TIMEBASE_MONOTONIC] in pendingDuration()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt21850 field public static final int TIMEBASE_MONOTONIC = 0; // 0x0