Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java468 int newPath = mService.portIdToPath(portId); in doManualPortSwitching() local
473 void startRoutingControl(int oldPath, int newPath, IHdmiControlCallback callback) { in startRoutingControl()
694 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath() local
696 startRoutingControl(getActivePath(), newPath, null); in handleNewDeviceAtTheTailOfActivePath() local
740 int newPath = HdmiUtils.twoBytesToInt(params, 2); in handleRoutingChange() local
1395 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath() local
1396 startRoutingControl(getActivePath(), newPath, null); in handleRemoveActiveRoutingPath() local
1413 int newPath = mService.portIdToPath(getActivePortId()); in launchRoutingControl() local
1415 startRoutingControl(getActivePath(), newPath, null); in launchRoutingControl() local
DHdmiUtils.java320 static boolean isAffectingActiveRoutingPath(int activePath, int newPath) { in isAffectingActiveRoutingPath()
351 static boolean isInActiveRoutingPath(int activePath, int newPath) { in isInActiveRoutingPath()
DHdmiCecMessageBuilder.java359 static HdmiCecMessage buildRoutingChange(int src, int oldPath, int newPath) { in buildRoutingChange()
DHdmiCecLocalDeviceAudioSystem.java1074 int newPath = mService.portIdToPath(portId); in doManualPortSwitching() local
DHdmiCecLocalDevice.java1292 int pathToPortId(int newPath) { in pathToPortId()
/frameworks/base/core/java/android/content/
DUriMatcher.java170 String newPath = path; in addURI() local
/frameworks/av/media/module/id3/
Dtestid3.cpp135 char newPath[MAXPATHLEN]; in scan() local
/frameworks/av/media/mtp/
DMtpUtils.cpp254 int renameTo(const char *oldPath, const char *newPath) { in renameTo()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp45 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(); in createEmptyFullPath() local
52 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(*srcFullPath); in createFullPath() local
57 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(); in createEmptyClipPath() local
64 VectorDrawable::ClipPath* newPath = new VectorDrawable::ClipPath(*srcClipPath); in createClipPath() local
/frameworks/base/tools/aapt2/link/
DTableMerger.cpp359 std::string newPath = (std::string(prefix) += mangled_entry) += suffix; in CloneAndMangleFile() local
/frameworks/base/core/java/android/net/
DUri.java1209 final PathPart newPath = hasSchemeOrAuthority ? PathPart.makeAbsolute(originalPath) in generatePath() local
2253 String newPath; in appendEncodedSegment() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java1542 @NonNull File newPath, in linkFilesToOldDirs()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1328 final VPath newPath; in VGroup() local
/frameworks/base/services/incremental/
DIncrementalService.cpp1256 StorageId destStorageId, std::string_view newPath) { in link()
/frameworks/base/core/java/android/app/
DActivityThread.java8990 public void rename(String oldPath, String newPath) throws ErrnoException { in rename()