Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DEffectFactory.cpp204 std::function<void(void*)> dlClose = [](void* handle) -> void { in openEffectLibrary() local
211 std::unique_ptr<void, decltype(dlClose)>{dlopen(path.c_str(), RTLD_LAZY), dlClose}; in openEffectLibrary()