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