Searched refs:threadFunc (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/include/media/stagefright/
H A DAMRWriter.h60 status_t threadFunc();
H A DAACWriter.h65 status_t threadFunc();
H A DMPEG4Writer.h139 void threadFunc();
/frameworks/base/media/libstagefright/
H A DAACWriter.cpp194 return (void *) static_cast<AACWriter *>(me)->threadFunc();
292 status_t AACWriter::threadFunc() { function in class:android::AACWriter
H A DAMRWriter.cpp194 return (void *) static_cast<AMRWriter *>(me)->threadFunc();
197 status_t AMRWriter::threadFunc() { function in class:android::AMRWriter
H A DMPEG4Writer.cpp1283 writer->threadFunc();
1389 void MPEG4Writer::threadFunc() {
1390 LOGV("threadFunc");

Completed in 115 milliseconds