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

/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.cpp29 void *DummyRecorder::threadWrapper(void *pthis) { argument
30 ALOGV("ThreadWrapper: %p", pthis);
31 DummyRecorder *writer = static_cast<DummyRecorder *>(pthis);
H A DDummyRecorder.h44 static void *threadWrapper(void *pthis);

Completed in 164 milliseconds