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

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h63 static void *profilerThreadWrapper(void * /*arg*/);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp87 void *MediaCodecList::profilerThreadWrapper(void * /*arg*/) { function in class:android::MediaCodecList
88 ALOGV("Enter profilerThreadWrapper.");
126 if (pthread_create(&profiler, NULL, profilerThreadWrapper, NULL) != 0) {

Completed in 79 milliseconds