Searched refs:TIMEBASE_MONOTONIC (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | AudioTimestamp.java | 44 public static final int TIMEBASE_MONOTONIC = 0; field in AudioTimestamp 54 TIMEBASE_MONOTONIC,
|
D | AudioRecord.java | 1374 && timebase != AudioTimestamp.TIMEBASE_MONOTONIC)) { in getTimestamp()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioTimestamp.h | 55 TIMEBASE_MONOTONIC, // Clock monotonic offset (generally 0) enumerator 129 if (getBestTimestamp(&position, &time, TIMEBASE_MONOTONIC, location) == OK) {
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamLegacy.cpp | 238 timebase = ExtendedTimestamp::TIMEBASE_MONOTONIC; in getBestTimestamp()
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 356 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, in onMoreData()
|
/frameworks/av/media/libaudioclient/tests/ |
D | audio_test_utils.cpp | 272 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, &location) == in onMoreData()
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrack.cpp | 3700 + ets.mTimebaseOffset[ExtendedTimestamp::TIMEBASE_MONOTONIC] in pendingDuration()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 21850 field public static final int TIMEBASE_MONOTONIC = 0; // 0x0
|