HomeSort by relevance Sort by last modified time
    Searched defs:srcUrl (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libmedia/
IMediaMetadataRetriever.cpp 87 const char *srcUrl, const KeyedVector<String8, String8> *headers)
91 data.writeCString(srcUrl);
184 const char* srcUrl = data.readCString();
195 setDataSource(srcUrl, numHeaders > 0 ? &headers : NULL));
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Package.java 140 String srcUrl = getProperty(props, PkgProps.PKG_SOURCE_URL, null);
141 if (props != null && source == null && srcUrl != null) {
143 source = new SdkAddonSource(srcUrl, null /*uiName*/);
145 source = new SdkRepoSource(srcUrl, null /*uiName*/);

Completed in 72 milliseconds