Searched refs:cutils_handle (Results 1 – 1 of 1) sorted by relevance
202 void* cutils_handle = dlopen("libcutils.so", RTLD_LAZY | RTLD_LOCAL); in LoadNnApi() local203 if (cutils_handle != nullptr) { in LoadNnApi()204 LOAD_FUNCTION_RENAME(cutils_handle, ASharedMemory_create, in LoadNnApi()