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

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgentFactory.java28 * <p>The choice of framework API to use can be made automatically based on the
77 private static CameraApi validateApiChoice(CameraApi choice) { argument
86 if (choice == null) {
88 choice = CameraApi.AUTO;
90 if (choice == CameraApi.AUTO) {
91 choice = highestSupportedApi();
94 return choice;
/frameworks/rs/
H A Drsg_generator.c657 char choice = fgetc(input); local
660 if (choice < '0' || choice > '3') {
661 fprintf(stderr, "Uknown command: \'%c\'\n", choice);
671 switch (choice) {
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c273 unsigned choice = (rand() & 0x7FFFFFFF) % totalProbability; local
279 if (totalProbability <= choice)
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 950 milliseconds