Searched defs:Options (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aidl/
H A Doptions.h16 struct Options struct
30 // takes the inputs from the command line and fills in the Options struct
33 int parse_options(int argc, const char* const* argv, Options *options);
/frameworks/base/include/media/stagefright/
H A DMediaSource.h61 // Options that modify read() behaviour. The default is to
94 enum Options { enum in struct:android::MediaSource::ReadOptions
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java38 public static class Options { class in class:OperationScheduler
57 "OperationScheduler.Options[backoff=%.1f+%.1f max=%.1f min=%.1f period=%.1f]",
95 public static Options parseOptions(String spec, Options options)
135 public long getNextTimeMillis(Options options) {
223 * Limited by {@link #Options.maxMoratoriumMillis}.
237 * Limited by {@link #Options.maxMoratoriumMillis}.
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java36 public static class Options { class in class:BitmapFactory
38 * Create a default Options object, which if left unchanged will give
41 public Options() { method in class:BitmapFactory.Options
94 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
115 * {@link BitmapFactory#decodeResource(Resources, int, android.graphics.BitmapFactory.Options)},
273 * @param opts null-ok; Options that control downsampling and whether the
279 public static Bitmap decodeFile(String pathName, Options opts) {
317 InputStream is, Rect pad, Options opts) {
320 opts = new Options();
345 * @param opts null-ok; Options tha
[all...]

Completed in 2498 milliseconds