Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 194) sorted by relevance

12345678

/frameworks/base/libs/androidfw/tests/
DConfigLocale_test.cpp370 ResTable_config supported, requested; in TEST() local
372 fillIn(NULL, NULL, NULL, NULL, &supported); in TEST()
375 EXPECT_TRUE(supported.match(requested)); in TEST()
377 fillIn("en", "CA", NULL, NULL, &supported); in TEST()
380 EXPECT_FALSE(supported.match(requested)); in TEST()
382 fillIn("tl", "PH", NULL, NULL, &supported); in TEST()
385 EXPECT_TRUE(supported.match(requested)); in TEST()
387 fillIn("qaa", "FR", NULL, NULL, &supported); in TEST()
390 EXPECT_FALSE(supported.match(requested)); in TEST()
392 fillIn("qaa", "FR", "Latn", NULL, &supported); in TEST()
[all …]
/frameworks/native/vulkan/vkprofiles/
Dvkprofiles.cpp47 VkBool32 supported = VK_FALSE; in vkProfileGetSupport() local
49 result = vpGetInstanceProfileSupport(nullptr, pProfile, &supported); in vkProfileGetSupport()
58 if (supported != VK_TRUE) { in vkProfileGetSupport()
63 std::to_string(supported)); in vkProfileGetSupport()
130 pProfile, &supported); in vkProfileGetSupport()
135 } else if (supported != VK_TRUE) { in vkProfileGetSupport()
137 supported); in vkProfileGetSupport()
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/
DHostStubGenStats.kt26 var supported: Int = 0, in <lambda>() variable in com.android.hoststubgen.Stats
74 packageStats.supported += 1 in <lambda>()
75 classStats.supported += 1 in <lambda>()
84 if (packageStats.supported > 0) { in <lambda>()
87 classStats.supported, classStats.total) in <lambda>()
/frameworks/base/core/jni/
Dfilesystem_utils.h30 std::string supported; in IsFilesystemSupported() local
31 if (!android::base::ReadFileToString("/proc/filesystems", &supported)) { in IsFilesystemSupported()
35 return supported.find(fsType + "\n") != std::string::npos; in IsFilesystemSupported()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiPortInfo.java305 public Builder setCecSupported(boolean supported) { in setCecSupported() argument
306 mCecSupported = supported; in setCecSupported()
314 public Builder setArcSupported(boolean supported) { in setArcSupported() argument
315 mArcSupported = supported; in setArcSupported()
323 public Builder setEarcSupported(boolean supported) { in setEarcSupported() argument
324 mEarcSupported = supported; in setEarcSupported()
332 public Builder setMhlSupported(boolean supported) { in setMhlSupported() argument
333 mMhlSupported = supported; in setMhlSupported()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/
DDeviceBasedSatelliteRepositoryImpl.kt110 supported: (SatelliteManager) -> Flow<T>, in <lambda>()
116 retrySignal.flatMapLatest { supported(satelliteSupport.satelliteManager) } in <lambda>()
270 supported = ::isSatelliteAllowedHasListener, in pollForAvailabilityBasedOnLocation()
294 satelliteIsSupportedCallback.collect { supported -> in listenForChangesToSatelliteSupport() method
295 if (supported) { in listenForChangesToSatelliteSupport()
314 val callback = SatelliteSupportedStateCallback { supported -> in <lambda>() method
317 "${if (supported) "supported" else "not supported"}" in <lambda>()
319 trySend(supported) in <lambda>()
344 supported = ::satelliteProvisioned,
424 supported = ::connectionStateFlow,
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc25 "relocation type `%0' is not supported for symbol `%1'\nPlease report to "
27 "relocation type `%0' is not supported for symbol `%1'\nPlease report to "
64 "supported yet",
66 "supported yet")
69 "applying relocation `%0' for .debug_str is not supported. "
71 "applying relocation `%0' for .debug_str is not supported. "
DDiagLayouts.inc3 "Exception handling has not been fully supported yet.\nsection `%0'.",
4 "Exception handling has not been fully supported yet.\nsection `%0'.")
7 "Symbolic versioning has not been fully supported yet.\nsection `%0'.",
8 "Symbolic versioning has not been fully supported yet.\nsection `%0'")
/frameworks/base/services/core/java/com/android/server/hdmi/
DDetectTvSystemAudioModeSupportAction.java109 private void finishAction(boolean supported) { in finishAction() argument
110 mCallback.onResult(supported); in finishAction()
111 audioSystem().setTvSystemAudioModeSupport(supported); in finishAction()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DSupportedRefreshRatesVoteTest.kt45 fun `adds supported refresh rates if supportedModes in summary is null`() { in adds supported refresh rates if supportedModes in summary is null()
54 fun `does not add supported refresh rates if summary has empty list of refresh rates`() { in does not add supported refresh rates if summary has empty list of refresh rates()
64 fun `filters out supported refresh rates that does not match vote`() { in filters out supported refresh rates that does not match vote()
DSupportedModesVoteTest.kt42 fun `adds supported mode ids if supportedModeIds in summary is null`() { in adds supported mode ids if supportedModeIds in summary is null()
51 fun `does not add supported mode ids if summary has empty list of modeIds`() { in does not add supported mode ids if summary has empty list of modeIds()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp257 for (const auto &supported : channelMasks) { in checkCompatibleChannelMask() local
258 if (supported == channelMask) { in checkCompatibleChannelMask()
265 if (isRecordThread && supported != AUDIO_CHANNEL_NONE) { in checkCompatibleChannelMask()
284 const bool isSupportedIndex = (audio_channel_mask_get_representation(supported) in checkCompatibleChannelMask()
286 const uint32_t supportedChannelCount = audio_channel_count_from_in_mask(supported); in checkCompatibleChannelMask()
292 & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()
303 equivalentBits & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()
308 & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()
309 switch (supported) { in checkCompatibleChannelMask()
328 updatedChannelMask = supported; in checkCompatibleChannelMask()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java414 public Builder setTelephonyDetectionFeatureSupported(boolean supported) { in setTelephonyDetectionFeatureSupported() argument
415 mTelephonyDetectionSupported = supported; in setTelephonyDetectionFeatureSupported()
422 public Builder setGeoDetectionFeatureSupported(boolean supported) { in setGeoDetectionFeatureSupported() argument
423 mGeoDetectionSupported = supported; in setGeoDetectionFeatureSupported()
431 public Builder setTelephonyFallbackSupported(boolean supported) { in setTelephonyFallbackSupported() argument
432 mTelephonyFallbackSupported = supported; in setTelephonyFallbackSupported()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java273 public void setIsNavigationMessageCollectionSupported(boolean supported) { in setIsNavigationMessageCollectionSupported() argument
274 mIsNavigationMessageCollectionSupported = supported; in setIsNavigationMessageCollectionSupported()
277 public void setIsAntennaInfoListeningSupported(boolean supported) { in setIsAntennaInfoListeningSupported() argument
278 mIsAntennaInfoListeningSupported = supported; in setIsAntennaInfoListeningSupported()
281 public void setIsMeasurementSupported(boolean supported) { in setIsMeasurementSupported() argument
282 mIsMeasurementSupported = supported; in setIsMeasurementSupported()
285 public void setIsMeasurementCorrectionsSupported(boolean supported) { in setIsMeasurementCorrectionsSupported() argument
286 mIsMeasurementCorrectionsSupported = supported; in setIsMeasurementCorrectionsSupported()
293 public void setIsGeofencingSupported(boolean supported) { in setIsGeofencingSupported() argument
294 mIsGeofencingSupported = supported; in setIsGeofencingSupported()
[all …]
/frameworks/native/services/vibratorservice/benchmarks/
DVibratorHalControllerBenchmarks.cpp383 std::vector<Effect> supported = effectsResult.value(); in DefaultArgs() local
386 if (supported.empty()) { in DefaultArgs()
392 if (std::find(supported.begin(), supported.end(), effect) == supported.end()) { in DefaultArgs()
528 std::vector<CompositePrimitive> supported = primitivesResult.value(); in DefaultArgs() local
531 if (supported.empty()) { in DefaultArgs()
537 if (std::find(supported.begin(), supported.end(), primitive) == supported.end()) { in DefaultArgs()
/frameworks/minikin/libs/minikin/
DLocale.cpp476 int Locale::calcScoreFor(const LocaleList& supported) const { in calcScoreFor()
481 for (size_t i = 0; i < supported.size(); ++i) { in calcScoreFor()
482 if (mEmojiStyle != EmojiStyle::EMPTY && mEmojiStyle == supported[i].mEmojiStyle) { in calcScoreFor()
484 if (mLanguage == supported[i].mLanguage) { in calcScoreFor()
488 if (isEqualScript(supported[i]) || in calcScoreFor()
489 supportsScript(supported[i].mSubScriptBits, mSubScriptBits)) { in calcScoreFor()
491 if (mLanguage == supported[i].mLanguage) { in calcScoreFor()
497 if (supportsScript(supported.getUnionOfSubScriptBits(), mSubScriptBits)) { in calcScoreFor()
499 if (mLanguage == supported[0].mLanguage && supported.isAllTheSameLocale()) { in calcScoreFor()
/frameworks/proto_logging/stats/atoms/locale/
Dlocale_atoms.proto27 * Logs when an override of app-specific supported locales is changed.
35 // The uid for which the override of app’s supported locales change is being done.
53 // Application supported locales changed status.
58 // New override of supported locales is set successfully.
/frameworks/base/core/java/android/os/
DVibrator.java572 int[] supported = new int[effectIds.length]; in areEffectsSupported() local
574 supported[i] = info.isEffectSupported(effectIds[i]); in areEffectsSupported()
576 return supported; in areEffectsSupported()
645 boolean[] supported = new boolean[primitiveIds.length]; in arePrimitivesSupported()
647 supported[i] = info.isPrimitiveSupported(primitiveIds[i]); in arePrimitivesSupported()
649 return supported; in arePrimitivesSupported()
/frameworks/opt/telephony/flags/
Ddomainselection.aconfig16 description: "This flag controls AOSP's domain selection service supported."
25 description: "This flag controls OEMs' domain selection service supported."
Dsatellite.aconfig9 description: "This flag controls satellite communication supported by OEMs."
18 description: "This flag controls satellite communication supported by carriers."
/frameworks/base/services/core/java/com/android/server/inputmethod/
DLocaleUtils.java50 private static byte calculateMatchingSubScore(@NonNull final ULocale supported, in calculateMatchingSubScore() argument
53 if (supported.equals(desired)) { in calculateMatchingSubScore()
63 final String supportedScript = supported.getScript(); in calculateMatchingSubScore()
69 final String supportedCountry = supported.getCountry(); in calculateMatchingSubScore()
/frameworks/compile/mclinker/include/mcld/Config/
DTargets.def.cmake10 |* This file enumerates all of the target architectures supported by *|
16 |* The set of targets supported by MCLD is generated at configuration *|
DLinkers.def.cmake10 // This file enumerates all of the linkers supported by this build of MCLinker.
16 // The set of targets supported by MCLD is generated at configuration
DLinkers.def.in10 // This file enumerates all of the linkers supported by this build of MCLinker.
16 // The set of targets supported by MCLD is generated at configuration
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/capabilities/
DAudio.java41 public Audio(boolean supported) { in Audio() argument
42 mSupported = supported; in Audio()

12345678