Searched refs:api_level (Results 1 – 1 of 1) sorted by relevance
84 static const int api_level = [] { in get_device_api_level() local88 int api_level = -1; in get_device_api_level() local94 api_level = strtol((char*)sdk_version_output_buffer.data(), nullptr, 10); in get_device_api_level()97 return api_level; in get_device_api_level()99 return api_level; in get_device_api_level()