Searched refs:profilerThreadWrapper (Results 1 – 2 of 2) sorted by relevance
65 static void *profilerThreadWrapper(void * /*arg*/);
118 void *MediaCodecList::profilerThreadWrapper(void * /*arg*/) { in profilerThreadWrapper() function in android::MediaCodecList157 if (pthread_create(&profiler, nullptr, profilerThreadWrapper, nullptr) != 0) { in getLocalInstance()