Home
last modified time | relevance | path

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

/hardware/st/secure_element/1.0/
DStEseService.cpp41 void* stdll = dlopen("/vendor/lib64/libstpreprocess.so", RTLD_NOW); in main() local
42 if (stdll) { in main()
43 STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process"); in main()
DSecureElement.cpp69 void* stdll = dlopen("/vendor/lib64/libstpreprocess.so", RTLD_NOW); in init() local
70 if (stdll) { in init()
71 STAram_init fn_init = (STAram_init)dlsym(stdll, "STAram_init"); in init()
75 Aram_transceive = (StAram_Transceive)dlsym(stdll, "StAram_Transceive"); in init()
/hardware/st/nfc/1.2/
DStNfcService.cpp47 void* stdll = dlopen("/vendor/lib64/libstreset.so", RTLD_NOW); in main() local
49 if(stdll) { in main()
51 STEseReset fn = (STEseReset) dlsym(stdll,"reset_start"); in main()