Home
last modified time | relevance | path

Searched defs:lib_handle_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/bluetooth/1.0/default/
H A Dvendor_interface.h61 void* lib_handle_ = nullptr; variable
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/
H A DQnnSysImplementation.cpp20 void* lib_handle_ = dlopen(lib_path_.c_str(), RTLD_NOW | RTLD_LOCAL); in Load() local