Home
last modified time | relevance | path

Searched refs:updateFile (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/audio/7.0/config/
H A Dupdate_audio_policy_config.sh119 updateFile() { function
132 updateFile ${F} "channelMasks" ","
133 updateFile ${F} "samplingRates" ","
134 updateFile ${F} "flags" "|"
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DSaveImage.java433 uri = updateFile(mContext, savedUri, mDestinationFile, time); in processAndSaveImage()
689 public static Uri updateFile(Context context, Uri sourceUri, File file, long time) { in updateFile() method in SaveImage