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

/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp75 static void init_routine() function in namespace:android
86 pthread_once(&sOnceControl, init_routine);
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp105 void AudioResampler::init_routine() function in class:android::AudioResampler
153 int ok = pthread_once(&once_control, init_routine);
H A DAudioResamplerSinc.cpp89 void AudioResamplerSinc::init_routine() function in class:android::AudioResamplerSinc
236 int ok = pthread_once(&once_control, init_routine);

Completed in 1690 milliseconds