Home
last modified time | relevance | path

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

/external/libese/tools/ese_replay/
Dhw.c50 void *hw_handle = dlopen(hw->lib, RTLD_NOW); in release_hardware() local
52 dlclose(hw_handle); in release_hardware()
53 dlclose(hw_handle); in release_hardware()
57 void *hw_handle = dlopen(hw->lib, RTLD_NOW); in initialize_hardware() local
58 if (!hw_handle) { in initialize_hardware()
62 const struct EseOperations **hw_ops = dlsym(hw_handle, hw->sym); in initialize_hardware()