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

/packages/apps/FMRadio/jni/fmr/
H A Dfmr_core.cpp50 #define FMR_cust_hdler(idx) ((pfmr_data[idx])->custom_handler) macro
56 FMR_cust_hdler(idx) = NULL;
59 FMR_cust_hdler(idx) = dlopen(CUST_LIB_NAME, RTLD_NOW);
60 if (FMR_cust_hdler(idx) == NULL) {
64 *(void **) (&FMR_get_cfg(idx)) = dlsym(FMR_cust_hdler(idx), "CUST_get_cfg");
74 //dlclose(FMR_cust_hdler(idx));
75 FMR_cust_hdler(idx) = NULL;

Completed in 11 milliseconds