Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
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()
DTranscodeHelper.java39 public void onFileOpen(String path, String ioPath, int uid, int transformsReason); in onFileOpen() argument
DTranscodeHelperNoOp.java49 public void onFileOpen(String path, String ioPath, int uid, int transformsReason) {} in onFileOpen() argument
DMediaProvider.java1497 String ioPath = ""; in onFileLookupForFuse() local
1516 ioPath = mTranscodeHelper.getIoPath(path, uid); in onFileLookupForFuse()
1517 transformsComplete = mTranscodeHelper.isTranscodeFileCached(path, ioPath); in onFileLookupForFuse()
1523 transformsSupported, ioPath); in onFileLookupForFuse()
6693 private void notifyTranscodeHelperOnFileOpen(String path, String ioPath, int uid,
6698 mTranscodeHelper.onFileOpen(path, ioPath, uid, transformsReason);
7905 private long[] getRedactionRangesForFuse(String path, String ioPath, int original_uid, int uid,
7911 final File file = new File(ioPath);
8063 public FileOpenResult onFileOpenForFuse(String path, String ioPath, int uid, int tid,
8097 path = ioPath;
[all …]
DTranscodeHelperImpl.java1002 public void onFileOpen(String path, String ioPath, int uid, int transformsReason) { in onFileOpen() argument
1038 } else if (isTranscodeFileCached(path, ioPath)) { in onFileOpen()