Searched refs:androidCreateThread (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/utils/
H A DAndroidThreads.h37 extern int androidCreateThread(android_thread_func_t, void *);
100 return androidCreateThread(f, a) ? true : false;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.cpp37 androidCreateThread(acquireThreadStart, this);
38 androidCreateThread(releaseThreadStart, this);
/frameworks/native/libs/utils/
H A DThreads.cpp290 int androidCreateThread(android_thread_func_t fn, void* arg) function

Completed in 331 milliseconds