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

/frameworks/rs/
H A DrsDriverLoader.cpp161 HalAbort fnAbort = nullptr; local
179 fnAbort = (HalAbort) dlsym(driverSO, "rsdHalAbort");
184 (fnInit == nullptr) || (fnAbort == nullptr)) {
218 if (fnAbort != nullptr) {
219 fnAbort(this);

Completed in 32 milliseconds