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

/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventControlThreadTest.cpp39 void createThread();
60 void EventControlThreadTest::createThread() { function in class:android::__anon1891::EventControlThreadTest
76 createThread();
84 createThread();
93 createThread();
106 createThread();
H A DEventThreadTest.cpp63 void createThread();
102 createThread();
112 void EventThreadTest::createThread() { function in class:android::EventThreadTest
/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointShared.cpp117 aaudio_result_t result = getStreamInternal()->createThread(periodNanos,
/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.cpp306 // This is the entry point for the new thread created by createThread().
315 aaudio_result_t AudioStream::createThread(int64_t periodNanoseconds, function in class:AudioStream
320 ALOGE("createThread() - mHasThread already true");
333 ALOGE("createThread() - pthread_create() failed, %d", status);
H A DAudioStream.h141 virtual aaudio_result_t createThread(int64_t periodNanoseconds,
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp321 result = createThread(periodNanos, aaudio_callback_thread_proc, this);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1570 createThread(callbackThread, this);

Completed in 636 milliseconds