Home
last modified time | relevance | path

Searched refs:onProgress (Results 1 – 10 of 10) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCacheUtil.java51 void onProgress(long requestLength, long bytesCached, long newBytesCached); in onProgress() method
396 listener.onProgress(requestLength, bytesCached, /* newBytesCached= */ 0); in init()
402 listener.onProgress(requestLength, bytesCached, /* newBytesCached= */ 0); in onRequestLengthResolved()
408 listener.onProgress(requestLength, bytesCached, newBytesCached); in onBytesCached()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DProgressiveDownloader.java116 public void onProgress(long contentLength, long bytesCached, long newBytesCached) { in onProgress() method in ProgressiveDownloader.ProgressForwarder
121 progessListener.onProgress(contentLength, bytesCached, percentDownloaded); in onProgress()
DSegmentDownloader.java300 public void onProgress(long requestLength, long bytesCached, long newBytesCached) { in onProgress() method in SegmentDownloader.ProgressNotifier
302 progressListener.onProgress(contentLength, bytesDownloaded, getPercentDownloaded()); in onProgress()
307 progressListener.onProgress(contentLength, bytesDownloaded, getPercentDownloaded()); in onSegmentDownloaded()
DDownloader.java41 void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded); in onProgress() method
DDownloadManager.java1320 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress() method in DownloadManager.Task
/external/exoplayer/tree/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/offline/
DHlsDownloaderTest.java238 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress() method in HlsDownloaderTest.ProgressListener
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/
DCacheUtilTest.java359 public void onProgress(long contentLength, long bytesCached, long newBytesCached) { in onProgress() method in CacheUtilTest.CachingCounters
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/offline/
DDashDownloaderTest.java354 public void onProgress(long contentLength, long bytesDownloaded, float percentDownloaded) { in onProgress() method in DashDownloaderTest.ProgressListener
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDownloadManagerTest.java778 listener.onProgress(C.LENGTH_UNSET, bytesDownloaded, C.PERCENTAGE_UNSET); in download()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java2165 public void onProgress(int code) { in onProgress() method in WifiManagerFacade.EasyConnectCallback