Home
last modified time | relevance | path

Searched refs:DepthFreeSo (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/
H A Dhook_so.cpp40 void DepthFreeSo(int depth, char *p)
48 return (DepthFreeSo(depth - 1, p));
H A Dhook_so.h29 void DepthFreeSo(int depth, char *p);
H A Dhook_test.cpp30 typedef void (*DepthFreeSo)(int depth, char *p); typedef
137 DepthFreeSo freeFunc = DepthFree; in ThreadFuncCppHook()
149 freeFunc = (DepthFreeSo)dlsym(handle, "DepthFreeSo"); in ThreadFuncCppHook()
H A Dstatistics_test.cpp38 typedef void (*DepthFreeSo)(int depth, char *p); typedef
107 DepthFreeSo freeFunc = nullptr; in DlopenAndCloseSo()
117 freeFunc = (DepthFreeSo)dlsym(handle, "DepthFreeSo"); in DlopenAndCloseSo()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dcheck_hook_data_test.cpp66 typedef void (*DepthFreeSo)(int depth, char *p); typedef
254 DepthFreeSo freeFunc = nullptr; in DlopenAndCloseSo()
262 freeFunc = (DepthFreeSo)dlsym(handle, "DepthFreeSo"); in DlopenAndCloseSo()

Completed in 5 milliseconds