Searched refs:common (Results 1 - 3 of 3) sorted by relevance

/system/core/include/system/
H A Dwindow.h86 common.magic = ANDROID_NATIVE_BUFFER_MAGIC;
87 common.version = sizeof(ANativeWindowBuffer);
88 memset(common.reserved, 0, sizeof(common.reserved));
94 common.incRef(const_cast<android_native_base_t*>(&common));
97 common.decRef(const_cast<android_native_base_t*>(&common));
101 struct android_native_base_t common; member in struct:ANativeWindowBuffer
341 common
356 struct android_native_base_t common; member in struct:ANativeWindow
[all...]
/system/extras/tests/bionic/libc/
H A DAndroid.mk61 # First, the tests in 'common'
64 common/bench_stdio.c \
65 common/test_clock.c \
66 common/test_cpu_set.c \
67 common/test_drand48.c \
68 common/test_executable_destructor.c \
69 common/test_getaddrinfo.c \
70 common/test_gethostbyname.c \
71 common/test_gethostname.c \
72 common/test_pthread_cleanup_pus
[all...]
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp478 dev->common.tag = HARDWARE_DEVICE_TAG;
479 dev->common.version = 1;
480 dev->common.module = (struct hw_module_t*) module;
481 dev->common.close = openssl_close;
507 common: {

Completed in 117 milliseconds