Searched refs:threadFunc (Results 1 – 11 of 11) sorted by relevance
183 return (void *)(uintptr_t) static_cast<AMRWriter *>(me)->threadFunc(); in ThreadWrapper()186 status_t AMRWriter::threadFunc() { in threadFunc() function in android::AMRWriter
188 return (void *)(uintptr_t)static_cast<AACWriter *>(me)->threadFunc(); in ThreadWrapper()286 status_t AACWriter::threadFunc() { in threadFunc() function in android::AACWriter
279 return (void*)(uintptr_t) static_cast<OggWriter*>(me)->threadFunc(); in ThreadWrapper()282 status_t OggWriter::threadFunc() { in threadFunc() function in android::OggWriter
2770 writer->threadFunc(); in ThreadWrapper()2884 void MPEG4Writer::threadFunc() { in threadFunc() function in android::MPEG4Writer
56 status_t threadFunc();
65 status_t threadFunc();
60 status_t threadFunc();
250 void threadFunc();
243 mThread = std::thread([this] { threadFunc(); }); in SensorPoseProviderImpl()249 void threadFunc() { in threadFunc() function in android::media::__anon708aebf00111::SensorPoseProviderImpl
325 , mThread([this] { threadFunc(); }) { in MonitorThread()339 void TimerThread::MonitorThread::threadFunc() { in threadFunc() function in android::mediautils::TimerThread::MonitorThread
355 void threadFunc();