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

/frameworks/av/include/media/stagefright/
H A DAMRWriter.h60 status_t threadFunc();
H A DAACWriter.h66 status_t threadFunc();
H A DMPEG4Writer.h140 void threadFunc();
/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp194 return (void *) static_cast<AMRWriter *>(me)->threadFunc();
197 status_t AMRWriter::threadFunc() { function in class:android::AMRWriter
H A DAACWriter.cpp203 return (void *) static_cast<AACWriter *>(me)->threadFunc();
301 status_t AACWriter::threadFunc() { function in class:android::AACWriter
H A DMPEG4Writer.cpp1428 writer->threadFunc();
1534 void MPEG4Writer::threadFunc() { function in class:android::MPEG4Writer
1535 ALOGV("threadFunc");

Completed in 71 milliseconds