Home
last modified time | relevance | path

Searched refs:supportedPrimitives (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DVibratorInfo.java111 @NonNull SparseIntArray supportedPrimitives, int primitiveDelayMax, in VibratorInfo() argument
114 Preconditions.checkNotNull(supportedPrimitives); in VibratorInfo()
120 mSupportedPrimitives = supportedPrimitives.clone(); in VibratorInfo()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp405 if (info.supportedPrimitives.isOk()) { in vibratorGetInfo()
407 for (auto& primitive : info.supportedPrimitives.value()) { in vibratorGetInfo()