Home
last modified time | relevance | path

Searched refs:readOptions (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp483 MediaSource::ReadOptions readOptions; in onDecode() local
486 readOptions.setSeekTo(mSeekTimeMsec * 1000); in onDecode()
501 err = mAudioSource->read(&mDecodeBuffer, &readOptions); in onDecode()
/aosp12/art/tools/dexfuzz/src/dexfuzz/
H A DDexFuzz.java51 if (!Options.readOptions(args)) { in main()
H A DOptions.java303 public static boolean readOptions(String[] args) { in readOptions() method in Options