Home
last modified time | relevance | path

Searched refs:identifiers (Results 1 – 25 of 57) sorted by relevance

123

/aosp12/frameworks/base/tools/processors/intdef_mappings/src/android/processor/
H A DIntDefProcessor.kt91 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 Dtypes.hal314 * 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 DDialerVvmConfigManager.java142 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 DIAutomotiveDisplayProxyService.hal54 * 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 Dinitial_sids4 # Define initial security identifiers
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dinitial_sids4 # Define initial security identifiers
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dinitial_sids4 # Define initial security identifiers
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dinitial_sids4 # Define initial security identifiers
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dinitial_sids4 # Define initial security identifiers
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dinitial_sids4 # Define initial security identifiers
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dinitial_sids4 # Define initial security identifiers
/aosp12/system/sepolicy/private/
H A Dinitial_sids4 # Define initial security identifiers
/aosp12/hardware/interfaces/broadcastradio/common/utils2x/
H A DUtils.cpp340 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 DREADME.md31 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 Dtypes.hal20 /** Power hint identifiers passed to powerHintAsync_1_3() */
/aosp12/hardware/interfaces/broadcastradio/1.1/
H A Dtypes.hal241 * 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 DProgramList.java254 @NonNull Set<ProgramSelector.Identifier> identifiers, in Filter() argument
257 mIdentifiers = Objects.requireNonNull(identifiers); in Filter()
/aosp12/hardware/interfaces/audio/2.0/
H A DIStreamIn.hal97 * 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 DIBurstCallback.hal23 * identifiers ("slots").
/aosp12/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DStartProgramListUpdatesFanoutTest.java175 halFilter.identifiers.clear(); in testFiltering()
231 halFilter.identifiers.clear(); in testClientClosing()
/aosp12/hardware/interfaces/audio/4.0/
H A DIStreamIn.hal103 * 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 DICryptoFactory.hal41 * http://dashif.org/identifiers/protection for uuid assignments
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DGsmSmsCbMessage.java541 String identifiers = cbIdentifiers.stream() in toString() local
545 return "triggerType=" + type + " identifiers=" + identifiers; in toString()
/aosp12/hardware/interfaces/power/1.2/
H A Dtypes.hal20 /** Power hint identifiers passed to powerHintAsync_1_2() */
/aosp12/system/bt/gd/packet/parser/
H A Dlanguage_l.ll46 * never match. Ex. Keywords must always go before identifiers, otherwise

123