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

/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 119 milliseconds