HomeSort by relevance Sort by last modified time
    Searched refs:profilerThreadWrapper (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/
MediaCodecList.h 63 static void *profilerThreadWrapper(void * /*arg*/);
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 85 void *MediaCodecList::profilerThreadWrapper(void * /*arg*/) {
86 ALOGV("Enter profilerThreadWrapper.");
124 if (pthread_create(&profiler, NULL, profilerThreadWrapper, NULL) != 0) {
    [all...]

Completed in 583 milliseconds