Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DVibrator.cpp287 mHwCal->getSupportedPrimitives(&mSupportedPrimitivesBits);
288 if (mSupportedPrimitivesBits > 0) {
290 if (mSupportedPrimitivesBits & (1 << uint32_t(e))) {
296 mSupportedPrimitivesBits |= (1 << uint32_t(e));
1534 if ((primitiveBit & mSupportedPrimitivesBits) == 0x0) { in getPrimitiveDetails()
DVibrator.h265 uint32_t mSupportedPrimitivesBits = 0x0; variable