Home
last modified time | relevance | path

Searched refs:timeMicros (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Media/apex/framework/java/android/media/
DMediaParser.java259 public Pair<SeekPoint, SeekPoint> getSeekPoints(long timeMicros) { in getSeekPoints() argument
260 SeekPoints seekPoints = mExoPlayerSeekMap.getSeekPoints(timeMicros); in getSeekPoints()
290 public final long timeMicros; field in MediaParser.SeekPoint
299 private SeekPoint(long timeMicros, long position) { in SeekPoint() argument
300 this.timeMicros = timeMicros; in SeekPoint()
307 return "[timeMicros=" + timeMicros + ", position=" + position + "]"; in toString()
319 return timeMicros == other.timeMicros && position == other.position; in equals()
324 int result = (int) timeMicros; in hashCode()
431 long timeMicros, in onSampleCompleted() argument
1293 mPendingSeekTimeMicros = seekPoint.timeMicros; in seek()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DTimeHalServiceTest.java228 private HalPropValue newExternalCarTimeValue(long timeMicros) { in newExternalCarTimeValue() argument
230 timeMicros, VehiclePropertyStatus.AVAILABLE, timeMicros); in newExternalCarTimeValue()
/packages/modules/Media/apex/framework/api/
Dcurrent.txt145 field public final long timeMicros;