Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp58 static std::optional<bool> gFfsAioSupported; variable
579 if (errno == EINVAL && !gFfsAioSupported.has_value()) { in SubmitRead()
581 gFfsAioSupported = false; in SubmitRead()
589 gFfsAioSupported = true; in SubmitRead()
715 if (gFfsAioSupported.has_value() && !gFfsAioSupported.value()) { in usb_ffs_open_thread()