Home
last modified time | relevance | path

Searched refs:sourceName (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterGraph.java104 public void connect(String sourceName, in connect() argument
108 Filter source = getFilter(sourceName); in connect()
112 "Attempting to connect unknown source filter '" + sourceName + "'!"); in connect()
/frameworks/base/libs/androidfw/
DAssetManager.cpp840 String8 sourceName("zip:"); in createZipSourceNameLocked() local
841 sourceName.append(zipFileName); in createZipSourceNameLocked()
842 sourceName.append(":"); in createZipSourceNameLocked()
844 sourceName.appendPath(dirName); in createZipSourceNameLocked()
846 sourceName.appendPath(fileName); in createZipSourceNameLocked()
847 return sourceName; in createZipSourceNameLocked()
1211 String8 sourceName, zipName, dirName; in scanAndMergeZipLocked() local
/frameworks/base/core/java/android/app/
DFragmentTransition.java163 String sourceName = sources.get(i); in calculateNameOverrides() local
167 nameOverrides.put(sourceName, previousTarget); in calculateNameOverrides()
169 nameOverrides.put(sourceName, targetName); in calculateNameOverrides()
861 final String sourceName = outIsPop in setOutEpicenter() local
864 final View outEpicenterView = outSharedElements.get(sourceName); in setOutEpicenter()
/frameworks/base/core/java/android/view/
DInputDevice.java1042 String sourceName) { in appendSourceDescriptionIfApplicable() argument
1045 description.append(sourceName); in appendSourceDescriptionIfApplicable()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java1462 final String sourceName = addedFile.getName(); in validateApexInstallLocked() local
1463 final String targetName = sourceName.endsWith(APEX_FILE_EXTENSION) in validateApexInstallLocked()
1464 ? sourceName in validateApexInstallLocked()
1465 : sourceName + APEX_FILE_EXTENSION; in validateApexInstallLocked()