Home
last modified time | relevance | path

Searched refs:effectIds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DVibrator.java570 @NonNull @VibrationEffect.EffectType int... effectIds) { in areEffectsSupported()
572 int[] supported = new int[effectIds.length]; in areEffectsSupported()
573 for (int i = 0; i < effectIds.length; i++) { in areEffectsSupported()
574 supported[i] = info.isEffectSupported(effectIds[i]); in areEffectsSupported()
608 @NonNull @VibrationEffect.EffectType int... effectIds) { in areAllEffectsSupported()
611 for (int effectId : effectIds) { in areAllEffectsSupported()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp1008 std::vector<int> effectIds; in createTrack() local
1143 effectIds = thread->getEffectIds_l(sessionId); in createTrack()
1150 effectIds = thread->getEffectIds_l(sessionId); in createTrack()
1191 AudioSystem::moveEffectsToIo(effectIds, effectThreadId); in createTrack()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...