Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DVibrationElement.h28 constexpr size_t CHANNEL_SIZE = 2; variable
/frameworks/native/services/inputflinger/
DVibrationElement.cpp83 for (size_t i = 0; i < CHANNEL_SIZE; i++) { in operator ==()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2206 VibrationElement element(CHANNEL_SIZE); in nativeVibrate()
2235 std::array<jint*, CHANNEL_SIZE> amplitudesArray; in nativeVibrateCombined()
2236 std::array<jint, CHANNEL_SIZE> vibratorIdArray; in nativeVibrateCombined()
2238 if (amplSize > CHANNEL_SIZE) { in nativeVibrateCombined()
2256 VibrationElement element(CHANNEL_SIZE); in nativeVibrateCombined()