Home
last modified time | relevance | path

Searched defs:threadArgs (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DThreadCreationWrapper.cpp20 ThreadFuncArgs* threadArgs = reinterpret_cast<ThreadFuncArgs*>(arg); in threadFunc() local
29 auto threadArgs = new ThreadFuncArgs(start, arg); in createPthread() local
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DVtsHalTvTunerV1_0TargetTest.cpp294 struct FilterThreadArgs* threadArgs = in startFilterEventThread() local
326 void* FilterCallback::__threadLoopFilter(void* threadArgs) { in __threadLoopFilter()
473 struct PlaybackThreadArgs* threadArgs = in startPlaybackInputThread() local
490 void* DvrCallback::__threadLoopPlayback(void* threadArgs) { in __threadLoopPlayback()
569 struct RecordThreadArgs* threadArgs = in startRecordOutputThread() local
579 void* DvrCallback::__threadLoopRecord(void* threadArgs) { in __threadLoopRecord()