Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp666 mHwCalDef->getSupportedPrimitives(&mSupportedPrimitivesBits);
667 if (mSupportedPrimitivesBits > 0) {
669 if (mSupportedPrimitivesBits & (1 << uint32_t(e))) {
675 mSupportedPrimitivesBits |= (1 << uint32_t(e));
1595 if ((primitiveBit & mSupportedPrimitivesBits) == 0x0) { in getPrimitiveDetails()
DVibrator.h234 uint32_t mSupportedPrimitivesBits = 0x0; variable