Searched refs:notifyRtpReceptionStats (Results 1 – 6 of 6) sorted by relevance
207 public void notifyRtpReceptionStats(final RtpReceptionStats stats) { in notifyRtpReceptionStats() method in AudioSessionCallback.CallbackBinder212 mExecutor.execute(() -> mLocalCallback.notifyRtpReceptionStats(stats)); in notifyRtpReceptionStats()327 public void notifyRtpReceptionStats(RtpReceptionStats stats) { in notifyRtpReceptionStats() method in AudioSessionCallback
44 void notifyRtpReceptionStats(in RtpReceptionStats stats); in notifyRtpReceptionStats() method
250 times(1)).notifyRtpReceptionStats(eq(stats)); in testEventNotifyReceptionStats()
367 verify(callback, times(1)).notifyRtpReceptionStats(eq(stats)); in testNotifyRtpReceptionStats()
593 mCallback.notifyRtpReceptionStats(stats); in handleNotifyReceptionStats()
824 public void notifyRtpReceptionStats(final RtpReceptionStats stats) { in notifyRtpReceptionStats() method in MainActivity.RtpAudioSessionCallback