Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterGraph.java105 public void connect(String sourceName, in connect() argument
109 Filter source = getFilter(sourceName); in connect()
113 "Attempting to connect unknown source filter '" + sourceName + "'!"); in connect()
/frameworks/base/core/java/android/view/
DInputDevice.java925 String sourceName) { in appendSourceDescriptionIfApplicable() argument
928 description.append(sourceName); in appendSourceDescriptionIfApplicable()
/frameworks/base/libs/androidfw/
DAssetManager.cpp1051 String8 sourceName("zip:"); in createZipSourceNameLocked() local
1052 sourceName.append(zipFileName); in createZipSourceNameLocked()
1053 sourceName.append(":"); in createZipSourceNameLocked()
1055 sourceName.appendPath(dirName); in createZipSourceNameLocked()
1057 sourceName.appendPath(fileName); in createZipSourceNameLocked()
1058 return sourceName; in createZipSourceNameLocked()
1502 String8 sourceName, zipName, dirName; in scanAndMergeZipLocked() local