Searched refs:startFunc (Results 1 – 1 of 1) sorted by relevance
67 FN_PTR startFunc = (FN_PTR)dlsym(handle, "start"); in startCounterProducer() local74 if (startFunc == nullptr) { in startCounterProducer()80 ALOGI("Calling start at %p", startFunc); in startCounterProducer()81 (*startFunc)(); in startCounterProducer()