Searched refs:createThreadEtc (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/utils/
H A DAndroidThreads.h104 inline bool createThreadEtc(thread_func_t entryFunction, function in namespace:android
/frameworks/av/media/libmedia/
H A DSoundPoolThread.cpp65 if (createThreadEtc(beginThread, this, "SoundPoolThread")) {
H A DSoundPool.cpp180 createThreadEtc(beginThread, this, "SoundPool");
/frameworks/native/libs/utils/
H A DThreads.cpp292 return createThreadEtc(fn, arg);
297 return createThreadEtc(fn, arg, "android:unnamed_thread",
735 res = createThreadEtc(_threadLoop,

Completed in 307 milliseconds