Searched refs:attempt_to_load_system_driver (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/frameworks/native/opengl/libs/EGL/ |
H A D | Loader.cpp | 285 hnd = attempt_to_load_system_driver(cnx, driverSuffix.c_str(), true); in open() 303 hnd = attempt_to_load_system_driver(cnx, prop.c_str(), true); in open() 321 hnd = attempt_to_load_system_driver(cnx, nullptr, true); in open() 328 hnd = attempt_to_load_system_driver(cnx, nullptr, false); in open() 673 Loader::driver_t* Loader::attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, in attempt_to_load_system_driver() function in android::Loader
|
H A D | Loader.h | 57 …driver_t* attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, const bool exac…
|