Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DFileLookupResult.java29 public final String ioPath; field in FileLookupResult
32 boolean transformsComplete, boolean transformsSupported, String ioPath) { in FileLookupResult() argument
38 this.ioPath = ioPath; in FileLookupResult()
H A DTranscodeHelper.java39 public void onFileOpen(String path, String ioPath, int uid, int transformsReason); in onFileOpen() argument
H A DTranscodeHelperNoOp.java49 public void onFileOpen(String path, String ioPath, int uid, int transformsReason) {} in onFileOpen() argument
H A DMediaProvider.java1465 String ioPath = ""; in onFileLookupForFuse() local
1484 ioPath = mTranscodeHelper.getIoPath(path, uid); in onFileLookupForFuse()
1485 transformsComplete = mTranscodeHelper.isTranscodeFileCached(path, ioPath); in onFileLookupForFuse()
1491 transformsSupported, ioPath); in onFileLookupForFuse()
6688 private void notifyTranscodeHelperOnFileOpen(String path, String ioPath, int uid,
6693 mTranscodeHelper.onFileOpen(path, ioPath, uid, transformsReason);
7906 final File file = new File(ioPath);
8058 public FileOpenResult onFileOpenForFuse(String path, String ioPath, int uid, int tid,
8092 path = ioPath;
8172 redact ? getRedactionRangesForFuse(path, ioPath, originalUid, uid, tid,
[all …]
H A DTranscodeHelperImpl.java1002 public void onFileOpen(String path, String ioPath, int uid, int transformsReason) { in onFileOpen() argument
1038 } else if (isTranscodeFileCached(path, ioPath)) { in onFileOpen()