Home
last modified time | relevance | path

Searched refs:threadFunc (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/
DAMRWriter.cpp183 return (void *)(uintptr_t) static_cast<AMRWriter *>(me)->threadFunc(); in ThreadWrapper()
186 status_t AMRWriter::threadFunc() { in threadFunc() function in android::AMRWriter
DAACWriter.cpp188 return (void *)(uintptr_t)static_cast<AACWriter *>(me)->threadFunc(); in ThreadWrapper()
286 status_t AACWriter::threadFunc() { in threadFunc() function in android::AACWriter
DOggWriter.cpp279 return (void*)(uintptr_t) static_cast<OggWriter*>(me)->threadFunc(); in ThreadWrapper()
282 status_t OggWriter::threadFunc() { in threadFunc() function in android::OggWriter
DMPEG4Writer.cpp2770 writer->threadFunc(); in ThreadWrapper()
2884 void MPEG4Writer::threadFunc() { in threadFunc() function in android::MPEG4Writer
/frameworks/av/media/libstagefright/include/media/stagefright/
DAMRWriter.h56 status_t threadFunc();
DAACWriter.h65 status_t threadFunc();
DOggWriter.h60 status_t threadFunc();
DMPEG4Writer.h250 void threadFunc();
/frameworks/av/media/libheadtracking/
DSensorPoseProvider.cpp243 mThread = std::thread([this] { threadFunc(); }); in SensorPoseProviderImpl()
249 void threadFunc() { in threadFunc() function in android::media::__anon708aebf00111::SensorPoseProviderImpl
/frameworks/av/media/utils/
DTimerThread.cpp325 , mThread([this] { threadFunc(); }) { in MonitorThread()
339 void TimerThread::MonitorThread::threadFunc() { in threadFunc() function in android::mediautils::TimerThread::MonitorThread
/frameworks/av/media/utils/include/mediautils/
DTimerThread.h355 void threadFunc();