Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp205 mNeedToReopenDevices(false), mNeedToScanDevices(true), in EventHub()
752 if (mNeedToReopenDevices) { in getEvents()
753 mNeedToReopenDevices = false; in getEvents()
1736 mNeedToReopenDevices = true; in requestReopenDevices()
DEventHub.h458 bool mNeedToReopenDevices; variable