Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1590 for (auto it = mUnattachedVideoDevices.begin(); it != mUnattachedVideoDevices.end(); in getEvents()
1595 it = mUnattachedVideoDevices.erase(it); in getEvents()
2261 mUnattachedVideoDevices.push_back(std::move(videoDevice)); in openVideoDeviceLocked()
2384 std::erase_if(mUnattachedVideoDevices, in closeVideoDeviceByPathLocked()
2391 mUnattachedVideoDevices.clear(); in closeAllDevicesLocked()
2410 mUnattachedVideoDevices.push_back(std::move(device.videoDevice)); in closeDeviceLocked()
2541 for (const std::unique_ptr<TouchVideoDevice>& videoDevice : mUnattachedVideoDevices) { in dump()
2544 if (mUnattachedVideoDevices.empty()) { in dump()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h700 std::vector<std::unique_ptr<TouchVideoDevice>> mUnattachedVideoDevices; variable