Home
last modified time | relevance | path

Searched defs:hasValidFd (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DTouchVideoDevice.h41 bool hasValidFd() const { return mFd.get() != INVALID_FD; } in hasValidFd() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp299 bool NativeHandle::hasValidFd(void) const in hasValidFd() function in vkt::ExternalMemoryUtil::NativeHandle
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp578 bool EventHub::Device::hasValidFd() const { in hasValidFd() function in android::EventHub::Device