Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp181 mNeedToReopenDevices(false), mNeedToScanDevices(true), in EventHub()
714 if (mNeedToReopenDevices) { in getEvents()
715 mNeedToReopenDevices = false; in getEvents()
1616 mNeedToReopenDevices = true; in requestReopenDevices()
DEventHub.h427 bool mNeedToReopenDevices; variable