Home
last modified time | relevance | path

Searched defs:newPath (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/content/
DUriMatcher.java168 String newPath = path; in addURI() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiUtils.java258 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath()
289 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath()
DHdmiCecLocalDeviceTv.java418 int newPath = mService.portIdToPath(portId); in doManualPortSwitching() local
423 void startRoutingControl(int oldPath, int newPath, boolean queryDevicePowerStatus, in startRoutingControl()
645 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath() local
647 startRoutingControl(getActivePath(), newPath, false, null); in handleNewDeviceAtTheTailOfActivePath() local
690 int newPath = HdmiUtils.twoBytesToInt(params, 2); in handleRoutingChange() local
1478 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath() local
1479 startRoutingControl(getActivePath(), newPath, true, null); in handleRemoveActiveRoutingPath() local
1495 int newPath = mService.portIdToPath(getActivePortId()); in launchRoutingControl() local
1497 startRoutingControl(getActivePath(), newPath, routingForBootup, null); in launchRoutingControl() local
DHdmiCecLocalDevicePlayback.java270 int newPath = HdmiUtils.twoBytesToInt(message.getParams(), 2); in handleRoutingChange() local
DHdmiCecMessageBuilder.java305 static HdmiCecMessage buildRoutingChange(int src, int oldPath, int newPath) { in buildRoutingChange()
DHdmiCecLocalDevice.java836 int pathToPortId(int newPath) { in pathToPortId()
/frameworks/av/media/libstagefright/id3/
Dtestid3.cpp133 char newPath[MAXPATHLEN]; in scan() local
/frameworks/av/media/mtp/
DMtpUtils.cpp253 int renameTo(const char *oldPath, const char *newPath) { in renameTo()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp47 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(); in createEmptyFullPath() local
54 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(*srcFullPath); in createFullPath() local
59 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(); in createEmptyClipPath() local
66 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(*srcClipPath); in createClipPath() local
/frameworks/base/tools/aapt2/link/
DTableMerger.cpp288 std::string newPath = prefix.to_string() + mangled_entry + suffix.to_string(); in CloneAndMangleFile() local
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java863 GeneralPath newPath = new GeneralPath(); in offset() local
887 GeneralPath newPath = new GeneralPath(); in transform() local
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
DVectorDrawableCompat.java1333 VPath newPath = null; in VGroup() local
/frameworks/base/core/java/android/net/
DUri.java2209 String newPath; in appendEncodedSegment() local
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1313 final VPath newPath; in VGroup() local