Searched refs:ioPath (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/ |
H A D | FileLookupResult.java | 29 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 D | TranscodeHelper.java | 39 public void onFileOpen(String path, String ioPath, int uid, int transformsReason); in onFileOpen() argument
|
H A D | TranscodeHelperNoOp.java | 49 public void onFileOpen(String path, String ioPath, int uid, int transformsReason) {} in onFileOpen() argument
|
H A D | MediaProvider.java | 1465 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 D | TranscodeHelperImpl.java | 1002 public void onFileOpen(String path, String ioPath, int uid, int transformsReason) { in onFileOpen() argument 1038 } else if (isTranscodeFileCached(path, ioPath)) { in onFileOpen()
|