Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/vibrator/aidl/default/
H A DVibrator.cpp28 static constexpr int32_t kComposeSizeMax = 256; variable
124 *maxSize = kComposeSizeMax; in getCompositionSizeMax()
156 if (composite.size() > kComposeSizeMax) { in compose()