HomeSort by relevance Sort by last modified time
    Searched refs:GetOsVersion (Results 1 - 6 of 6) sorted by null

  /system/keymaster/
keymaster_configuration_test.cpp 36 EXPECT_EQ(612334U, GetOsVersion("61.23.34"));
37 EXPECT_EQ(680000U, GetOsVersion("681.23.24"));
38 EXPECT_EQ(682300U, GetOsVersion("68.231.24"));
39 EXPECT_EQ(682324U, GetOsVersion("68.23.241"));
40 EXPECT_EQ(60102U, GetOsVersion("6.1.2-extrajunk"));
41 EXPECT_EQ(0U, GetOsVersion("extra6.1.2"));
47 EXPECT_EQ(60000U, GetOsVersion("6"));
48 EXPECT_EQ(680000U, GetOsVersion("68"));
49 EXPECT_EQ(680000U, GetOsVersion("681"));
50 EXPECT_EQ(60000U, GetOsVersion("6.junk"))
    [all...]
keymaster_configuration.cpp 73 return ConfigureDevice(dev, GetOsVersion(), GetOsPatchlevel());
76 uint32_t GetOsVersion(const char* version_str) {
99 uint32_t GetOsVersion() {
102 return GetOsVersion(version_str);
  /system/keymaster/include/keymaster/
keymaster_configuration.h 40 uint32_t GetOsVersion(const char* version_string);
46 uint32_t GetOsVersion();
  /external/webrtc/webrtc/base/
win32.h 97 bool GetOsVersion(int* major, int* minor, int* build);
101 return (GetOsVersion(&major, NULL, NULL) && major >= kWindowsVista);
106 return (GetOsVersion(&major, &minor, NULL) &&
113 return (GetOsVersion(&major, &minor, NULL) &&
win32.cc 422 bool GetOsVersion(int* major, int* minor, int* build) {
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 415 os_version_ = ::keymaster::GetOsVersion();
    [all...]

Completed in 172 milliseconds