/aosp12/frameworks/base/tools/processors/intdef_mappings/src/android/processor/ |
H A D | IntDefProcessor.kt | 91 val identifiers = ArrayList<String>() regex 92 tree.accept(IdentifierVisitor(), identifiers) 96 for (i in identifiers.indices) { 97 mapping[values[i].value as Int] = identifiers[i]
|
/aosp12/hardware/interfaces/broadcastradio/2.0/ |
H A D | types.hal | 314 * Only primary identifiers for a given radio technology are valid: 339 * Only physical identifiers are valid: 350 * Primary identifiers of related contents. 454 * The vendor identifiers have limited serialization capabilities - see 581 * A set of identifiers necessary to tune to a given station. 583 * This can hold a combination of various identifiers, like: 594 * The identifiers from VENDOR_START..VENDOR_END range have limited 622 * Secondary program identifiers. 624 * These identifiers are supplementary and can speed up tuning process, 795 * List of identifiers that satisfy the filter. [all …]
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/ |
H A D | DialerVvmConfigManager.java | 142 String[] identifiers = bundle.getStringArray(KEY_MCCMNC); in loadConfigs() local 143 if (identifiers == null) { in loadConfigs() 146 for (String identifier : identifiers) { in loadConfigs()
|
/aosp12/frameworks/hardware/interfaces/automotive/display/1.0/ |
H A D | IAutomotiveDisplayProxyService.hal | 54 * Returns the stable identifiers of all available displays. 56 * @return ids A list of stable display identifiers.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | initial_sids | 4 # Define initial security identifiers
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | initial_sids | 4 # Define initial security identifiers
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | initial_sids | 4 # Define initial security identifiers
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | initial_sids | 4 # Define initial security identifiers
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | initial_sids | 4 # Define initial security identifiers
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | initial_sids | 4 # Define initial security identifiers
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | initial_sids | 4 # Define initial security identifiers
|
/aosp12/system/sepolicy/private/ |
H A D | initial_sids | 4 # Define initial security identifiers
|
/aosp12/hardware/interfaces/broadcastradio/common/utils2x/ |
H A D | Utils.cpp | 340 if (filter.identifiers.size() > 0) { in satisfies() 341 auto it = std::find_first_of(begin(sel), end(sel), filter.identifiers.begin(), in satisfies() 342 filter.identifiers.end()); in satisfies()
|
/aosp12/build/make/tools/fs_config/ |
H A D | README.md | 31 The `generated_oem_aid.h` creates identifiers for non-platform AIDs for developers wishing to use 34 identifiers.
|
/aosp12/hardware/interfaces/power/1.3/ |
H A D | types.hal | 20 /** Power hint identifiers passed to powerHintAsync_1_3() */
|
/aosp12/hardware/interfaces/broadcastradio/1.1/ |
H A D | types.hal | 241 * A set of identifiers necessary to tune to a given station. 243 * This can hold various identifiers, like 275 * Opaque vendor-specific identifiers, to be passed to front-end
|
/aosp12/frameworks/base/core/java/android/hardware/radio/ |
H A D | ProgramList.java | 254 @NonNull Set<ProgramSelector.Identifier> identifiers, in Filter() argument 257 mIdentifiers = Objects.requireNonNull(identifiers); in Filter()
|
/aosp12/hardware/interfaces/audio/2.0/ |
H A D | IStreamIn.hal | 97 * scheduler and cgroup. For this purpose, the method returns identifiers 112 * @return threadInfo identifiers of the driver's dedicated thread.
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | IBurstCallback.hal | 23 * identifiers ("slots").
|
/aosp12/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/ |
H A D | StartProgramListUpdatesFanoutTest.java | 175 halFilter.identifiers.clear(); in testFiltering() 231 halFilter.identifiers.clear(); in testClientClosing()
|
/aosp12/hardware/interfaces/audio/4.0/ |
H A D | IStreamIn.hal | 103 * scheduler and cgroup. For this purpose, the method returns identifiers 118 * @return threadInfo identifiers of the driver's dedicated thread.
|
/aosp12/hardware/interfaces/drm/1.0/ |
H A D | ICryptoFactory.hal | 41 * http://dashif.org/identifiers/protection for uuid assignments
|
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
H A D | GsmSmsCbMessage.java | 541 String identifiers = cbIdentifiers.stream() in toString() local 545 return "triggerType=" + type + " identifiers=" + identifiers; in toString()
|
/aosp12/hardware/interfaces/power/1.2/ |
H A D | types.hal | 20 /** Power hint identifiers passed to powerHintAsync_1_2() */
|
/aosp12/system/bt/gd/packet/parser/ |
H A D | language_l.ll | 46 * never match. Ex. Keywords must always go before identifiers, otherwise
|