Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Dvirgl_hw.h272 uint32_t max_version; member
322 uint32_t max_version; member
/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc747 int version, max_version = -1; in init() local
765 if (version > max_version) { in init()
769 max_version = version; in init()
774 … ALOGI("CountryCodeCaps file %s loaded with VERSION=%d", strPickedPath.c_str(), max_version); in init()