Home
last modified time | relevance | path

Searched refs:TestDlopenAndDlsym (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/tests/tests_apk/jni/
Dshared_library_test.cc29 void TestDlopenAndDlsym(const char* library_name, const char* symbol_name) { in TestDlopenAndDlsym() function
68 TestDlopenAndDlsym("libberberis_ndk_tests_shared_lib.so", "SharedFunction"); in TEST()
72 TestDlopenAndDlsym( in TEST()
75 TestDlopenAndDlsym("libstagefright.so", "_ZN7android25MEDIA_MIMETYPE_AUDIO_MPEGE"); in TEST()
79 TestDlopenAndDlsym("libEGL.so", "eglGetError"); in TEST()
80 TestDlopenAndDlsym("libGLESv1_CM.so", "glScalef"); in TEST()
81 TestDlopenAndDlsym("libGLESv2.so", "glClear"); in TEST()
82 TestDlopenAndDlsym("libOpenSLES.so", "SL_IID_OBJECT"); in TEST()
83 TestDlopenAndDlsym("libandroid.so", "AConfiguration_new"); in TEST()
103 TestDlopenAndDlsym("libdl.so", "dlopen"); in TEST()
[all …]