Searched defs:choice (Results 1 - 3 of 3) 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.c654 char choice = fgetc(input); local
657 if (choice < '0' || choice > '3') {
658 fprintf(stderr, "Uknown command: \'%c\'\n", choice);
668 switch (choice) {
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c273 unsigned choice = (rand() & 0x7FFFFFFF) % totalProbability; local
279 if (totalProbability <= choice)

Completed in 100 milliseconds