Searched refs:threadWrapper (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.h44 static void *threadWrapper(void *pthis);
H A DDummyRecorder.cpp29 void *DummyRecorder::threadWrapper(void *pthis) { function in class:android::DummyRecorder
46 int err = pthread_create(&mThread, &attr, threadWrapper, this);

Completed in 55 milliseconds