Searched defs:TIMEBASE_MONOTONIC (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioTimestamp.java42 public static final int TIMEBASE_MONOTONIC = 0; field in class:AudioTimestamp
52 TIMEBASE_MONOTONIC,
79 * {@link #TIMEBASE_MONOTONIC} or {@link #TIMEBASE_BOOTTIME}, depending
86 * with a timebase of {@link #TIMEBASE_MONOTONIC}.
/frameworks/av/include/media/
H A DAudioTimestamp.h55 TIMEBASE_MONOTONIC, // Clock monotonic offset (generally 0) enumerator in enum:android::Timebase
129 if (getBestTimestamp(&position, &time, TIMEBASE_MONOTONIC, location) == OK) {

Completed in 417 milliseconds