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

/frameworks/rs/
H A DrsDriverLoader.cpp169 HalAbort fnAbort = nullptr; local
187 fnAbort = (HalAbort) dlsym(driverSO, "rsdHalAbort");
192 (fnInit == nullptr) || (fnAbort == nullptr)) {
226 if (fnAbort != nullptr) {
227 fnAbort(this);

Completed in 197 milliseconds