Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h268 std::vector<CompositePrimitive> mSupportedPrimitives; variable
DVibrator.cpp291 mSupportedPrimitives.emplace_back(e);
298 mSupportedPrimitives = defaultSupportedPrimitives;
485 *supported = mSupportedPrimitives; in getSupportedPrimitives()