Searched refs:init_routine (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.h94 static void init_routine();
H A DAudioResampler.h163 static void init_routine();
H A DAudioResampler.cpp107 void AudioResampler::init_routine() function in class:android::AudioResampler
155 int ok = pthread_once(&once_control, init_routine);
H A DAudioResamplerSinc.cpp338 void AudioResamplerSinc::init_routine() function in class:android::AudioResamplerSinc
481 int ok = pthread_once(&once_control, init_routine);
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp75 static void init_routine() function in namespace:android
86 pthread_once(&sOnceControl, init_routine);

Completed in 85 milliseconds