/frameworks/av/services/audiopolicy/fuzzer/ |
D | README.md | 27 | `AudioFormat` | 77 values of type `audio_format_t` | Value chosen from valid values by obtaining … 28 | `AudioChannelMask` | 83 values of type `audio_channel_mask_t` | Value chosen from valid values by… 29 | `AudioOutputFlag` | 16 values of type `audio_output_flags_t` | Value chosen from valid values by … 30 …ICE_CALL`, `AUDIO_DEVICE_IN_AUX_DIGITAL`, `AUDIO_DEVICE_IN_STUB` | Value chosen from valid values … 31 | `MixType` | `MIX_TYPE_PLAYERS`, `MIX_TYPE_RECORDERS` | Value chosen from valid values by obtain… 32 …CK`, `MIX_ROUTE_FLAG_LOOP_BACK_AND_RENDER`, `MIX_ROUTE_FLAG_ALL` | Value chosen from valid values … 34 …ICATION_COMMUNICATION_DELAYED`, `AUDIO_USAGE_NOTIFICATION_EVENT` | Value chosen from valid values … 35 …`, `AUDIO_CONTENT_TYPE_MOVIE`, `AUDIO_CONTENT_TYPE_SONIFICATION` | Value chosen from valid values … 36 | `AudioSource` | 14 values of type `audio_source_t` | Value chosen from valid values by obtaining … 37 | `AudioFlagMask` | 15 values of type `audio_flags_mask_t` | Value chosen from valid values by obta… [all …]
|
/frameworks/av/media/libaudioclient/fuzzer/ |
D | README.md | 38 | `streamType` | 15 values of type `audio_stream_type_t` | Value chosen from valid values by obtain… 39 | `format` | 77 values of type `audio_format_t` | Value chosen from valid values by obtaining index… 40 | `channelMask` | 83 values of type `audio_channel_mask_t` | Value chosen from valid values by obta… 41 | `usage` | 22 values of type `audio_usage_t` | Value chosen from valid values by obtaining index f… 42 | `contentType` | 5 values of type `audio_content_type_t` | Value chosen from valid values by obtai… 43 | `inputSource` | 14 values of type `audio_source_t` | Value chosen from valid values by obtaining … 44 | `inputFlags` | 9 values of type `audio_input_flags_t` | Value chosen from valid values by obtaini… 45 | `outputFlags` | 16 values of type `audio_output_flags_t` | Value chosen from valid values by obta… 46 | `gainMode` | 3 values of type `audio_gain_mode_t` | Value chosen from valid values by obtaining i… 47 | `device` | 66 values of type `audio_devices_t` | Value chosen from valid values by obtaining inde…
|
/frameworks/av/services/oboeservice/fuzzer/ |
D | README.md | 28 …C61937`, `AAUDIO_FORMAT_PCM_I24_PACKED`, `AAUDIO_FORMAT_PCM_I32` | Value chosen from valid values … 35 | `Direction` | `AAUDIO_DIRECTION_OUTPUT`, `AAUDIO_DIRECTION_INPUT` | Value chosen fr… 36 … | `AAUDIO_SHARING_MODE_EXCLUSIVE`, `AAUDIO_SHARING_MODE_SHARED` | Value chosen from valid values … 37 …SYSTEM_USAGE_VEHICLE_STATUS`, `AAUDIO_SYSTEM_USAGE_ANNOUNCEMENT` | Value chosen from valid values … 38 … `AAUDIO_CONTENT_TYPE_MOVIE`, `AAUDIO_CONTENT_TYPE_SONIFICATION` | Value chosen from valid values … 39 …PUT_PRESET_UNPROCESSED`, `AAUDIO_INPUT_PRESET_VOICE_PERFORMANCE` | Value chosen from valid values … 43 …C61937`, `AAUDIO_FORMAT_PCM_I24_PACKED`, `AAUDIO_FORMAT_PCM_I32` | Value chosen from valid values …
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | ResolverActivityTest.java | 118 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local 120 chosen[0] = result.first.getResolveInfo(); in twoOptionsAndUserSelectsOne() 130 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne() 234 ResolveInfo[] chosen = new ResolveInfo[1]; in hasLastChosenActivity() local 236 chosen[0] = result.first.getResolveInfo(); in hasLastChosenActivity() 242 assertThat(chosen[0], is(toChoose)); in hasLastChosenActivity() 266 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileOneOption() local 268 chosen[0] = result.first.getResolveInfo(); in hasOtherProfileOneOption() 281 assertThat(chosen[0], is(toChoose)); in hasOtherProfileOneOption() 306 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileTwoOptionsAndUserSelectsOne() local [all …]
|
D | ChooserActivityTest.java | 448 ResolveInfo[] chosen = new ResolveInfo[1]; in twoOptionsAndUserSelectsOne() local 450 chosen[0] = targetInfo.getResolveInfo(); in twoOptionsAndUserSelectsOne() 458 assertThat(chosen[0], is(toChoose)); in twoOptionsAndUserSelectsOne() 503 ResolveInfo[] chosen = new ResolveInfo[1]; in fourOptionsStackedIntoOneTarget() local 505 chosen[0] = targetInfo.getResolveInfo(); in fourOptionsStackedIntoOneTarget() 594 ResolveInfo[] chosen = new ResolveInfo[1]; in autoLaunchSingleResult() local 596 chosen[0] = targetInfo.getResolveInfo(); in autoLaunchSingleResult() 617 assertThat(chosen[0], is(resolvedComponentInfos.get(0).getResolveInfoAt(0))); in autoLaunchSingleResult() 640 ResolveInfo[] chosen = new ResolveInfo[1]; in hasOtherProfileOneOption() local 642 chosen[0] = targetInfo.getResolveInfo(); in hasOtherProfileOneOption() [all …]
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewFactory.java | 405 private static void verifyPackageInfo(PackageInfo chosen, PackageInfo toUse) in verifyPackageInfo() argument 407 if (!chosen.packageName.equals(toUse.packageName)) { in verifyPackageInfo() 410 + chosen.packageName + " actual: " + toUse.packageName); in verifyPackageInfo() 412 if (chosen.getLongVersionCode() > toUse.getLongVersionCode()) { in verifyPackageInfo() 414 + "version code is lower than expected: " + chosen.getLongVersionCode() in verifyPackageInfo() 421 if (!signaturesEquals(chosen.signatures, toUse.signatures)) { in verifyPackageInfo()
|
/frameworks/proto_logging/stats/express/catalog/ |
D | accessibility.cfg | 24 …description: "Counter indicating the qs shortcut was chosen as a shortcut type for selected featur… 36 …description: "Counter indicating the qs shortcut was removed from the chosen shortcut types for se…
|
/frameworks/av/media/libstagefright/timedtext/test/fuzzer/ |
D | README.md | 9 …ns::IN_BAND_TEXT_3GPP` 4. `TextDescriptions::LOCAL_DESCRIPTIONS` | Value chosen from valid values …
|
/frameworks/proto_logging/stats/atoms/credentials/ |
D | credentials_extension_atoms.proto | 37 * the status of candidate and chosen providers. 222 // The status of the chosen provider 224 // Reveals if there was an exception in the final phase from the chosen provider 230 // The response class types for the chosen provider deduped 245 // Indicates if the chosen provider was a primary provider 390 // The status of the chosen provider 418 // The response class types for the chosen provider deduped 425 // Indicates if the chosen provider was a primary provider
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 84 first frame may be arbitrarily chosen and those of subsequent frames 85 chosen relative to that of the first frame.
|
/frameworks/native/cmds/cmd/fuzzer/ |
D | README.md | 21 | `runMode` | 1.`RunMode::kStandalone` 2. `RunMode::kLibrary` | Value chosen from valid values usin…
|
/frameworks/proto_logging/stats/atoms/display/ |
D | display_atoms.proto | 48 * - Has the user chosen to force convert to an HDR output format, and to which format?
|
/frameworks/base/packages/SystemUI/docs/ |
D | camera.md | 14 …esolver (because the user has multiple camera apps installed and has not chosen one to always laun…
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationVisitUrisTest.java | 585 ImmutableList<T> chosen = chooseOverloads(executables, where, in chooseBestOverload() local 587 return (chosen.isEmpty() ? null : chosen.get(0)); in chooseBestOverload()
|
/frameworks/base/core/proto/android/os/ |
D | system_properties.proto | 310 // Unique id of this android platform build. An identifier chosen by the 338 // A value chosen by the device implementer designating the specific
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 218 # 1. Hardware composer's capability to composite contents with the chosen 221 # and the chosen wide color gamut data space contents coexist;
|
/frameworks/proto_logging/stats/atoms/input/ |
D | input_atoms.proto | 176 * The units are "hundreds of microseconds", or 0.1 ms. They are chosen like this in order
|
/frameworks/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 2527 // ACTION: New magnification gesture configuration is chosen 2534 // ACTION: New font size is chosen 2541 // ACTION: New display size is chosen 2548 // ACTION: New screen reader configuration is chosen 2902 // ACTION: Select to Speak configuration is chosen
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2117 // ACTION: New magnification gesture configuration is chosen 2124 // ACTION: New font size is chosen 2131 // ACTION: New display size is chosen 2138 // ACTION: New screen reader configuration is chosen 3707 // ACTION: Select to Speak configuration is chosen
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 2443 // Name of the sync (as named in the app). Can be chosen at run-time. 5311 // An arbitrary label chosen by the developer. For Android P, the label should be in [0, 16). 12801 // locations were chosen 20428 // The surround sound output mode chosen by user
|