Searched refs:match_to_uint32 (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/security/keymint/support/ |
D | keymint_utils.cpp | 41 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32() function 71 uint32_t major = match_to_uint32(version_str, matches[kMajorVersionMatch]); in getOsVersion() 72 uint32_t minor = match_to_uint32(version_str, matches[kMinorVersionMatch]); in getOsVersion() 73 uint32_t subminor = match_to_uint32(version_str, matches[kSubminorVersionMatch]); in getOsVersion() 93 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in getPatchlevel() 94 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in getPatchlevel() 102 uint32_t day = match_to_uint32(patchlevel_str, matches[kDayMatch]); in getPatchlevel()
|
/hardware/interfaces/keymaster/4.0/support/ |
D | keymaster_utils.cpp | 203 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32() function 235 uint32_t major = match_to_uint32(version_str, matches[kMajorVersionMatch]); in getOsVersion() 236 uint32_t minor = match_to_uint32(version_str, matches[kMinorVersionMatch]); in getOsVersion() 237 uint32_t subminor = match_to_uint32(version_str, matches[kSubminorVersionMatch]); in getOsVersion() 261 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in getOsPatchlevel() 262 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in getOsPatchlevel()
|