/hardware/st/nfc/aidl/ |
D | main.cpp | 37 void* stdll = nullptr; in main() local 43 stdll = dlopen(valueStr.c_str(), RTLD_NOW); in main() 44 if (!stdll) { in main() 46 stdll = dlopen(valueStr.c_str(), RTLD_NOW); in main() 48 if (stdll) { in main() 50 STEseReset fn = (STEseReset)dlsym(stdll, "boot_reset"); in main()
|
D | hal_st21nfc.cc | 379 void* stdll = nullptr; in StNfc_hal_close() local 406 stdll = dlopen(valueStr.c_str(), RTLD_NOW); in StNfc_hal_close() 407 if (!stdll) { in StNfc_hal_close() 409 stdll = dlopen(valueStr.c_str(), RTLD_NOW); in StNfc_hal_close() 411 if (stdll) { in StNfc_hal_close() 413 STEseReset fn = (STEseReset)dlsym(stdll, "cold_reset"); in StNfc_hal_close()
|
/hardware/st/secure_element/1.0/ |
D | StEseService.cpp | 42 void* stdll = dlopen("/vendor/lib/libstpreprocess.so", RTLD_NOW); in main() local 44 void* stdll = dlopen("/vendor/lib64/libstpreprocess.so", RTLD_NOW); in main() local 46 if (stdll) { in main() 47 STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process"); in main()
|
D | SecureElement.cpp | 70 void* stdll = dlopen("/vendor/lib/libstpreprocess.so", RTLD_NOW); in init() local 72 void* stdll = dlopen("/vendor/lib64/libstpreprocess.so", RTLD_NOW); in init() local 74 if (stdll) { in init() 75 STAram_init fn_init = (STAram_init)dlsym(stdll, "STAram_init"); in init() 79 Aram_transceive = (StAram_Transceive)dlsym(stdll, "StAram_Transceive"); in init()
|
/hardware/st/secure_element2/secure_element/1.2/ |
D | GtoService.cpp | 35 void* stdll = dlopen("/vendor/lib/libstpreprocess21.so", RTLD_NOW); in main() local 37 void* stdll = dlopen("/vendor/lib64/libstpreprocess21.so", RTLD_NOW); in main() local 39 if (stdll) { in main() 40 STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process"); in main()
|
D | SecureElement.cpp | 847 void *stdll = dlopen(eSE1ResetToolStr.c_str(), RTLD_NOW); in reset() local 848 STEseReset fn = (STEseReset)dlsym(stdll, "direct_reset"); in reset() 862 dlclose(stdll); in reset()
|
/hardware/st/secure_element2/secure_element/aidl/ |
D | GtoService.cpp | 38 void* stdll = dlopen("/vendor/lib/libstpreprocess21.so", RTLD_NOW); in main() local 40 void* stdll = dlopen("/vendor/lib64/libstpreprocess21.so", RTLD_NOW); in main() local 42 if (stdll) { in main() 43 STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process"); in main()
|
D | SecureElement.cpp | 790 void *stdll = dlopen(eSE1ResetToolStr.c_str(), RTLD_NOW); in reset() local 791 STEseReset fn = (STEseReset)dlsym(stdll, "direct_reset"); in reset() 805 dlclose(stdll); in reset()
|
/hardware/st/secure_element/1.2/ |
D | StEseService.cpp | 47 void* stdll = dlopen(valueStr.c_str(), RTLD_NOW); in main() local 48 if (stdll) { in main() 49 STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process"); in main()
|
D | SecureElement.cpp | 544 void* stdll = nullptr; in reset() local 556 stdll = dlopen(valueStr.c_str(), RTLD_NOW); in reset() 557 if (!stdll) { in reset() 559 stdll = dlopen(valueStr.c_str(), RTLD_NOW); in reset() 561 if (stdll) { in reset() 562 STEseReset fn = (STEseReset)dlsym(stdll, "direct_reset"); in reset()
|
/hardware/st/nfc/1.2/ |
D | StNfcService.cpp | 54 void* stdll = dlopen(valueStr.c_str(), RTLD_NOW); in main() local 56 if (stdll) { in main() 58 STEseReset fn = (STEseReset)dlsym(stdll, "boot_reset"); in main()
|
D | hal_st21nfc.cc | 387 void* stdll = dlopen(valueStr.c_str(), RTLD_NOW); in StNfc_hal_close() local 388 if (stdll) { in StNfc_hal_close() 390 STEseReset fn = (STEseReset)dlsym(stdll, "cold_reset"); in StNfc_hal_close()
|
/hardware/st/nfc/st21nfc/hal/ |
D | hal_fd.cc | 525 void *stdll = dlopen(uwbLibName, RTLD_NOW); in ft_CheckUWBConf() local 526 if (stdll) { in ft_CheckUWBConf() 528 (STLoadUwbParams)dlsym(stdll, "load_uwb_params_from_files"); in ft_CheckUWBConf()
|