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

  /frameworks/av/include/cpustats/
ThreadCpuUsage.h 49 (void) pthread_once(&sOnceControl, &init);
132 static pthread_once_t sOnceControl;
  /frameworks/av/media/libstagefright/
WVMExtractor.cpp 85 static pthread_once_t sOnceControl = PTHREAD_ONCE_INIT;
86 pthread_once(&sOnceControl, init_routine);
  /frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp 165 pthread_once_t ThreadCpuUsage::sOnceControl = PTHREAD_ONCE_INIT;
  /frameworks/av/services/audioflinger/
AudioMixer.h 337 static pthread_once_t sOnceControl;
AudioMixer.cpp 111 pthread_once(&sOnceControl, &sInitRoutine);
    [all...]

Completed in 188 milliseconds