Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DUriMatcher.java169 String newPath = path; in addURI() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiUtils.java232 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath()
263 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath()
DHdmiCecLocalDeviceTv.java395 int newPath = mService.portIdToPath(portId); in doManualPortSwitching() local
400 void startRoutingControl(int oldPath, int newPath, boolean queryDevicePowerStatus, in startRoutingControl()
652 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath() local
654 startRoutingControl(getActivePath(), newPath, false, null); in handleNewDeviceAtTheTailOfActivePath() local
697 int newPath = HdmiUtils.twoBytesToInt(params, 2); in handleRoutingChange() local
1429 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath() local
1430 startRoutingControl(getActivePath(), newPath, true, null); in handleRemoveActiveRoutingPath() local
1446 int newPath = mService.portIdToPath(getActivePortId()); in launchRoutingControl() local
1448 startRoutingControl(getActivePath(), newPath, routingForBootup, null); in launchRoutingControl() local
DHdmiCecLocalDevicePlayback.java207 int newPath = HdmiUtils.twoBytesToInt(message.getParams(), 2); in handleRoutingChange() local
DHdmiCecMessageBuilder.java305 static HdmiCecMessage buildRoutingChange(int src, int oldPath, int newPath) { in buildRoutingChange()
DHdmiCecLocalDevice.java818 int pathToPortId(int newPath) { in pathToPortId()
/frameworks/av/media/libstagefright/id3/
Dtestid3.cpp133 char newPath[MAXPATHLEN]; in scan() local
/frameworks/base/rs/java/android/renderscript/
DPath.java68 Path newPath = new Path(id, rs, p, null, null, quality); in createStaticPath() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java793 GeneralPath newPath = new GeneralPath(); in offset() local
822 GeneralPath newPath = new GeneralPath(); in transform() local
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java777 String newPath = path.substring(0, lastSlash + 1) + newName; in renameFile() local
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1067 VPath newPath = null; in VGroup() local
/frameworks/base/core/java/android/net/
DUri.java2180 String newPath; in appendEncodedSegment() local