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

/frameworks/av/include/media/stagefright/
H A DAMRWriter.h56 status_t threadFunc();
H A DAACWriter.h65 status_t threadFunc();
H A DMPEG4Writer.h217 void threadFunc();
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DAMRWriter.h56 status_t threadFunc();
H A DAACWriter.h65 status_t threadFunc();
H A DMPEG4Writer.h217 void threadFunc();
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp188 return (void *)(uintptr_t)static_cast<AACWriter *>(me)->threadFunc();
286 status_t AACWriter::threadFunc() { function in class:android::AACWriter
H A DAMRWriter.cpp183 return (void *)(uintptr_t) static_cast<AMRWriter *>(me)->threadFunc();
186 status_t AMRWriter::threadFunc() { function in class:android::AMRWriter
H A DMPEG4Writer.cpp2210 writer->threadFunc();
2323 void MPEG4Writer::threadFunc() { function in class:MPEG4Writer
2324 ALOGV("threadFunc");

Completed in 116 milliseconds