Searched refs:tryAddVideoDeviceLocked (Results 1 – 2 of 2) sorted by relevance
623 bool tryAddVideoDeviceLocked(Device& device, std::unique_ptr<TouchVideoDevice>& videoDevice)
1520 if (tryAddVideoDeviceLocked(*device, videoDevice)) { in getEvents()2169 if (tryAddVideoDeviceLocked(*device, videoDevice)) { in openVideoDeviceLocked()2181 bool EventHub::tryAddVideoDeviceLocked(EventHub::Device& device, in tryAddVideoDeviceLocked() function in android::EventHub