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

/frameworks/base/services/camera/libcameraservice/
H A DCameraHardwareStub.cpp264 if (createThread(beginAutoFocusThread, this) == false)
308 if (createThread(beginPictureThread, this) == false)
/frameworks/base/services/java/com/android/server/
H A DWifiWatchdogService.java117 createThread();
119 // The content observer to listen needs a handler, which createThread creates
269 private void createThread() { method in class:WifiWatchdogService
/frameworks/base/include/utils/
H A Dthreads.h180 inline bool createThread(thread_func_t f, void *a) { function in namespace:android
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1168 createThread(callbackThread, this);

Completed in 134 milliseconds