Home
last modified time | relevance | path

Searched defs:threadArgs (Results 1 – 3 of 3) 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/
DDvrTests.cpp138 struct RecordThreadArgs* threadArgs = in startRecordOutputThread() local
148 void* DvrCallback::__threadLoopRecord(void* threadArgs) { in __threadLoopRecord()
DFilterTests.cpp20 struct FilterThreadArgs* threadArgs = in startFilterEventThread() local
52 void* FilterCallback::__threadLoopFilter(void* threadArgs) { in __threadLoopFilter()