Searched refs:ioPath (Results 1 – 5 of 5) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
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()
|
D | TranscodeHelper.java | 39 public void onFileOpen(String path, String ioPath, int uid, int transformsReason); in onFileOpen() argument
|
D | TranscodeHelperNoOp.java | 49 public void onFileOpen(String path, String ioPath, int uid, int transformsReason) {} in onFileOpen() argument
|
D | MediaProvider.java | 1497 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 …]
|
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()
|