Searched refs:getLatencyMethod (Results 1 – 1 of 1) sorted by relevance
147 @Nullable private Method getLatencyMethod; field in AudioTrackPositionTracker172 getLatencyMethod = AudioTrack.class.getMethod("getLatency", (Class<?>[]) null); in AudioTrackPositionTracker()427 && getLatencyMethod != null in maybeUpdateLatency()433 castNonNull((Integer) getLatencyMethod.invoke(Assertions.checkNotNull(audioTrack))) in maybeUpdateLatency()445 getLatencyMethod = null; in maybeUpdateLatency()