/system/core/libkeyutils/ |
D | keyutils_test.cpp | 40 ASSERT_TRUE(dlsym(nullptr, "add_key") != nullptr); in TEST() 41 ASSERT_TRUE(dlsym(nullptr, "keyctl_get_keyring_ID") != nullptr); in TEST() 42 ASSERT_TRUE(dlsym(nullptr, "keyctl_revoke") != nullptr); in TEST() 43 ASSERT_TRUE(dlsym(nullptr, "keyctl_search") != nullptr); in TEST() 44 ASSERT_TRUE(dlsym(nullptr, "keyctl_setperm") != nullptr); in TEST() 45 ASSERT_TRUE(dlsym(nullptr, "keyctl_unlink") != nullptr); in TEST()
|
/system/core/libstats/push_compat/ |
D | StatsEventCompat.cpp | 75 mAStatsEventApi.obtain = (AStatsEvent* (*)())dlsym(handle, "AStatsEvent_obtain"); in initializeApiTableLocked() 76 mAStatsEventApi.build = (void (*)(AStatsEvent*))dlsym(handle, "AStatsEvent_build"); in initializeApiTableLocked() 77 mAStatsEventApi.write = (int (*)(AStatsEvent*))dlsym(handle, "AStatsEvent_write"); in initializeApiTableLocked() 78 mAStatsEventApi.release = (void (*)(AStatsEvent*))dlsym(handle, "AStatsEvent_release"); in initializeApiTableLocked() 80 (void (*)(AStatsEvent*, uint32_t))dlsym(handle, "AStatsEvent_setAtomId"); in initializeApiTableLocked() 82 (void (*)(AStatsEvent*, int32_t))dlsym(handle, "AStatsEvent_writeInt32"); in initializeApiTableLocked() 84 (void (*)(AStatsEvent*, int64_t))dlsym(handle, "AStatsEvent_writeInt64"); in initializeApiTableLocked() 86 (void (*)(AStatsEvent*, float))dlsym(handle, "AStatsEvent_writeFloat"); in initializeApiTableLocked() 88 (void (*)(AStatsEvent*, bool))dlsym(handle, "AStatsEvent_writeBool"); in initializeApiTableLocked() 89 mAStatsEventApi.writeByteArray = (void (*)(AStatsEvent*, const uint8_t*, size_t))dlsym( in initializeApiTableLocked() [all …]
|
/system/core/libutils/ |
D | Singleton_test.cpp | 49 has_fn_t has1 = reinterpret_cast<has_fn_t>(dlsym(handle1, "singletonHasInstance")); in TEST() 51 has_fn_t has2 = reinterpret_cast<has_fn_t>(dlsym(handle2, "singletonHasInstance")); in TEST() 53 get_fn_t get1 = reinterpret_cast<get_fn_t>(dlsym(handle1, "singletonGetInstanceContents")); in TEST() 55 get_fn_t get2 = reinterpret_cast<get_fn_t>(dlsym(handle2, "singletonGetInstanceContents")); in TEST() 57 set_fn_t set1 = reinterpret_cast<set_fn_t>(dlsym(handle2, "singletonSetInstanceContents")); in TEST()
|
D | misc.cpp | 78 func = reinterpret_cast<decltype(func)>(dlsym(handle, "do_report_sysprop_change")); in get_report_sysprop_change_func()
|
/system/core/libcutils/ |
D | qtaguid.cpp | 52 handler.netdTagSocket = (int (*)(int, uint32_t, uid_t))dlsym(netdClientHandle, "tagSocket"); in initHandler() 58 handler.netdUntagSocket = (int (*)(int))dlsym(netdClientHandle, "untagSocket"); in initHandler()
|
/system/chre/platform/shared/include/chre/platform/shared/libc/ |
D | dlfcn.h | 55 void *dlsym(void *handle, const char *symbol);
|
/system/chre/platform/shared/ |
D | dlfcn.cc | 27 void *dlsym(void *handle, const char *symbol) { in dlsym() function
|
D | nanoapp_loader.cc | 182 ADD_EXPORTED_C_SYMBOL(dlsym),
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
D | nearby_extension_support_lib.cc | 33 dlsym(RTLD_DEFAULT, STRINGIFY(functionName))); \
|
/system/chre/platform/slpi/qsh/ |
D | qsh_proto_shim.cc | 115 dlsym(RTLD_NEXT, STRINGIFY(chreSensorFlushAsync))); in openQsh()
|
/system/chre/platform/linux/ |
D | platform_nanoapp.cc | 123 dlsym(mDsoHandle, CHRE_NSL_DSO_NANOAPP_INFO_SYMBOL_NAME)); in openNanoappFromFile()
|
/system/core/libstats/pull_lazy/ |
D | libstatspull_lazy.cpp | 81 void* symbol = dlsym(handle, name); in BindSymbol()
|
/system/tools/hidl/test/java_test/ |
D | Android.bp | 38 // Allow dlsym'ing self for statically linked passthrough implementations
|
/system/chre/platform/exynos/ |
D | platform_nanoapp.cc | 143 dlsym(mDsoHandle, CHRE_NSL_DSO_NANOAPP_INFO_SYMBOL_NAME)); in verifyNanoappInfo()
|
/system/libhwbinder/vts/performance/ |
D | Android.bp | 45 // Allow dlsym'ing self for statically linked passthrough implementations
|
/system/core/libstats/socket_lazy/ |
D | libstatssocket_lazy.cpp | 83 void* symbol = dlsym(handle, name); in BindSymbol()
|
/system/tools/hidl/test/hidl_test/ |
D | Android.bp | 41 // Allow dlsym'ing self for statically linked passthrough implementations
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 226 dlsym(mDsoHandle, CHRE_NSL_DSO_NANOAPP_INFO_SYMBOL_NAME)); in verifyNanoappInfo()
|
/system/chre/platform/freertos/ |
D | platform_nanoapp.cc | 233 dlsym(mDsoHandle, CHRE_NSL_DSO_NANOAPP_INFO_SYMBOL_NAME)); in verifyNanoappInfo()
|
/system/unwinding/libunwindstack/utils/tests/ |
D | ProcessTracerTest.cpp | 96 int (*busy_wait_func)() = reinterpret_cast<int (*)()>(dlsym(test_lib_handle.get(), "BusyWait")); in ChildProcSpin()
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 225 dlsym(RTLD_NEXT, STRINGIFY(functionName))); \
|
/system/unwinding/libunwindstack/tests/ |
D | AndroidUnwinderTest.cpp | 393 int (*wait_func)() = reinterpret_cast<int (*)()>(dlsym(test_lib, "WaitForever")); in TEST()
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 2025 void (*crash_func)() = reinterpret_cast<void (*)()>(dlsym(handle, "crash")); in TEST_F() 2076 void (*crash_func)() = reinterpret_cast<void (*)()>(dlsym(handle, "crash")); in TEST_F() 2421 reinterpret_cast<JITDescriptor*>(dlsym(handle, "__dex_debug_descriptor")); in TEST_F()
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 535 *(void **)(&generator) = dlsym(handle, sym.c_str()); in get()
|