Home
last modified time | relevance | path

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

/frameworks/base/cmds/gpu_counter_producer/
Dmain.cpp39 typedef void (*FN_PTR)(void); typedef
46 static FN_PTR loadLibrary(const char* lib) { in loadLibrary()
56 FN_PTR startFunc = (FN_PTR)dlsym(handle, "start"); in loadLibrary()
148 FN_PTR startFunc = nullptr; in main()