Home
last modified time | relevance | path

Searched refs:so_handles (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware/modules/sensors/
Dmultihal.cpp56 static std::vector<void *> *so_handles = nullptr; variable
526 if (so_handles != nullptr) { in device__close()
527 for (auto handle : *so_handles) { in device__close()
530 delete so_handles; in device__close()
531 so_handles = nullptr; in device__close()
643 so_handles = new std::vector<void *>(); in lazy_init_modules()
665 so_handles->push_back(lib_handle); in lazy_init_modules()