Home
last modified time | relevance | path

Searched defs:forFile (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/api/
H A DScanChannel.java45 public static ScanChannel forFile(int frequency, String filename) { in forFile() method in ScanChannel
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DTunerChannel.java223 public static TunerChannel forFile(PsipData.VctItem channel, List<PsiData.PmtItem> pmtItems) { in forFile() method in TunerChannel
/aosp12/system/tools/hidl/
H A Dmain.cpp255 const std::string forFile = outputFiles[0]; in writeDepFile() local