Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
Dhook_so.cpp40 void DepthFreeSo(int depth, char *p) in DepthFreeSo() function
48 return (DepthFreeSo(depth - 1, p)); in DepthFreeSo()
Dhook_so.h29 void DepthFreeSo(int depth, char *p);
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()
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/
Dcheck_hook_data_test.cpp59 typedef void (*DepthFreeSo)(int depth, char *p); typedef
223 DepthFreeSo freeFunc = nullptr; in DlopenAndCloseSo()
231 freeFunc = (DepthFreeSo)dlsym(handle, "DepthFreeSo"); in DlopenAndCloseSo()