Searched refs:filepath (Results 1 - 6 of 6) sorted by relevance

/packages/services/Car/tools/
H A Dupdate-obd2-sensors.py233 def generateJava(filepath):
235 intfile = open(os.path.join(filepath, "IntegerSensorIndex.java"), "w")
236 floatfile = open(os.path.join(filepath, "FloatSensorIndex.java"), "w")
248 def generatePython(filepath):
250 destfile = open(filepath, "w")
271 def load(filepath):
273 ast = hidl_parser.parser.parse(filepath)
/packages/apps/TV/src/com/android/tv/tuner/source/
H A DFileTsStreamer.java135 String filepath = new File(FILE_DIR, channel.filename).getAbsolutePath();
136 mSource = new StreamProvider(filepath);
237 private StreamProvider(String filepath) { argument
238 mFilepath = filepath;
239 open(filepath);
242 private void open(String filepath) { argument
244 mInputStream = new BufferedInputStream(new FileInputStream(filepath));
/packages/apps/TV/src/com/android/tv/tuner/data/
H A DTunerChannel.java326 synchronized public void setFilepath(String filepath) { argument
327 mProto.filepath = filepath == null ? "" : filepath;
331 return mProto.filepath;
447 mProto.filepath, mProto.programNumber);
/packages/apps/TV/proto/
H A Dchannel.proto33 optional string filepath = 6;
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java249 public static int getExifOrientation(String filepath) { argument
253 exif = new ExifInterface(filepath);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java954 String filepath = Storage.generateFilepath(filename);
957 ExifInterface exif = new ExifInterface(filepath);
962 Log.e(TAG, "cannot set exif data: " + filepath);

Completed in 263 milliseconds