Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp258 mClosingDevices(nullptr), in EventHub()
319 while (mClosingDevices) { in ~EventHub()
320 Device* device = mClosingDevices; in ~EventHub()
321 mClosingDevices = device->next; in ~EventHub()
850 while (mClosingDevices) { in getEvents()
851 Device* device = mClosingDevices; in getEvents()
853 mClosingDevices = device->next; in getEvents()
1808 device->next = mClosingDevices; in closeDeviceLocked()
1809 mClosingDevices = device; in closeDeviceLocked()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h455 Device* mClosingDevices; variable