Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp249 mNeedToReopenDevices(false), mNeedToScanDevices(true), in EventHub()
829 if (mNeedToReopenDevices) { in getEvents()
830 mNeedToReopenDevices = false; in getEvents()
1912 mNeedToReopenDevices = true; in requestReopenDevices()
DEventHub.h462 bool mNeedToReopenDevices; variable