Searched refs:functionSettable_ (Results 1 – 2 of 2) sorted by relevance
96 ((~functionSettable_ & static_cast<uint32_t>(funcs)) == 0); in AreSettableFunctions()139 if (function <= UsbSrvSupport::FUNCTION_NONE || function > functionSettable_) { in ConvertToString()311 dprintf(fd, "supported functions list: %s\n", ConvertToString(functionSettable_).c_str()); in DumpGetSupportFunc()
60 …static constexpr uint32_t functionSettable_ = UsbSrvSupport::FUNCTION_HDC | UsbSrvSupport::FUNCTIO… variable