HomeSort by relevance Sort by last modified time
    Searched refs:uriDebugString (Results 1 - 10 of 10) sorted by null

  /frameworks/av/include/media/stagefright/
Utils.h 66 AString uriDebugString(const AString &uri, bool incognito = false);
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 93 ALOGV("onLoad %s", uriDebugString(url, mFlags & kFlagIncognito).c_str());
ARTSPConnection.cpp 242 ALOGE("Malformed rtsp url %s", uriDebugString(url).c_str());
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 82 ALOGV("setDataSource(%p) url(%s)", this, uriDebugString(url, false).c_str());
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 680 ALOGI("onConnect %s", uriDebugString(url).c_str());
688 ALOGE("unable to fetch master playlist %s.", uriDebugString(url).c_str());
    [all...]
M3UParser.cpp 872 uriDebugString(baseURI).c_str());
    [all...]
PlaylistFetcher.cpp 709 ALOGE("failed to load playlist at url '%s'", uriDebugString(mURI).c_str());
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 768 AString uriDebugString(const AString &uri, bool incognito) {
AwesomePlayer.cpp 323 ALOGI("setDataSource_l(%s)", uriDebugString(mUri, mFlags & INCOGNITO).c_str());
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 741 uriDebugString(mDataSource->getUri()).c_str());

Completed in 144 milliseconds