Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/include/
H A DVibrationElement.h29 constexpr size_t CHANNEL_SIZE = 2; variable
/aosp12/frameworks/native/services/inputflinger/
H A DVibrationElement.cpp83 for (size_t i = 0; i < CHANNEL_SIZE; i++) { in operator ==()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1896 VibrationElement element(CHANNEL_SIZE); in nativeVibrate()
1925 std::array<jint*, CHANNEL_SIZE> amplitudesArray; in nativeVibrateCombined()
1926 std::array<jint, CHANNEL_SIZE> vibratorIdArray; in nativeVibrateCombined()
1928 if (amplSize > CHANNEL_SIZE) { in nativeVibrateCombined()
1946 VibrationElement element(CHANNEL_SIZE); in nativeVibrateCombined()