Home
last modified time | relevance | path

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

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