Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/
DInteractionHandler.cpp43 mMaxDurationMs(5650), in InteractionHandler()
136 if (inputDuration > mMaxDurationMs) in Acquire()
137 finalDuration = mMaxDurationMs; in Acquire()
DInteractionHandler.h63 int32_t mMaxDurationMs; variable