Searched refs:FLOGV (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 46 #define FLOGV(fmt, ...) ALOGV("[fetcher-%d] " fmt, mFetcherID, ##__VA_ARGS__) macro 507 FLOGV("Need to refresh playlist in %lld", (long long)maxDelayUs); in postMonitorQueue() 611 FLOGV("resumeUntilAsync: params=%s", params->debugString().c_str()); in resumeUntilAsync() 907 FLOGV("monitoring, buffered=%lld < %lld", in onMonitorQueue() 925 FLOGV("pausing for %lld, buffered=%lld > %lld", in onMonitorQueue() 1024 FLOGV("%spausing now, thresholdUs %lld, remaining %lld", in shouldPauseDownload() 1104 FLOGV("Initial sequence number for time %lld is %d from (%d .. %d)", in initDownloadState() 1137 FLOGV("Initial sequence number is %d from (%d .. %d)", in initDownloadState() 1164 FLOGV("sequence number high: %d from (%d .. %d), " in initDownloadState() 1253 FLOGV("saw discontinuity: mStartup %d, mLastDiscontinuitySeq %d, " in initDownloadState() [all …]
|