OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_get_device_api_level
(Results
1 - 4
of
4
) sorted by null
/bionic/tests/
android_get_device_api_level.cpp
35
TEST(
android_get_device_api_level
, smoke) {
38
ASSERT_GE(29,
android_get_device_api_level
());
/bionic/libc/include/bits/
get_device_api_level_inlines.h
41
__BIONIC_GET_DEVICE_API_LEVEL_INLINE int
android_get_device_api_level
() {
function
/bionic/libc/include/android/
api-level.h
111
* See also
android_get_device_api_level
().
119
//
android_get_device_api_level
is a static inline before API level 29.
133
int
android_get_device_api_level
() __INTRODUCED_IN(29);
/art/libartbase/base/
membarrier.cc
53
static int api_level =
android_get_device_api_level
();
Completed in 430 milliseconds