Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DMediaCodecList.h59 static void *profilerThreadWrapper(void * /*arg*/);
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp86 void *MediaCodecList::profilerThreadWrapper(void * /*arg*/) { in profilerThreadWrapper() function in android::MediaCodecList
125 if (pthread_create(&profiler, NULL, profilerThreadWrapper, NULL) != 0) { in getLocalInstance()