Home
last modified time | relevance | path

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

/cts/hostsidetests/graphics/gpuprofiling/app/
Dandroid_graphics_cts_GpuCounters.cpp67 FN_PTR startFunc = (FN_PTR)dlsym(handle, "start"); in startCounterProducer() local
74 if (startFunc == nullptr) { in startCounterProducer()
80 ALOGI("Calling start at %p", startFunc); in startCounterProducer()
81 (*startFunc)(); in startCounterProducer()