Searched refs:timeMicros (Results 1 – 3 of 3) sorted by relevance
259 public Pair<SeekPoint, SeekPoint> getSeekPoints(long timeMicros) { in getSeekPoints() argument260 SeekPoints seekPoints = mExoPlayerSeekMap.getSeekPoints(timeMicros); in getSeekPoints()290 public final long timeMicros; field in MediaParser.SeekPoint299 private SeekPoint(long timeMicros, long position) { in SeekPoint() argument300 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() argument1293 mPendingSeekTimeMicros = seekPoint.timeMicros; in seek()[all …]
228 private HalPropValue newExternalCarTimeValue(long timeMicros) { in newExternalCarTimeValue() argument230 timeMicros, VehiclePropertyStatus.AVAILABLE, timeMicros); in newExternalCarTimeValue()
145 field public final long timeMicros;