Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/gnss/1.0/default/
H A DThreadCreationWrapper.cpp20 ThreadFuncArgs* threadArgs = reinterpret_cast<ThreadFuncArgs*>(arg); in threadFunc() local
29 auto threadArgs = new ThreadFuncArgs(start, arg); in createPthread() local
/aosp_15_r20/hardware/interfaces/tv/tuner/1.0/vts/functional/
H A DFilterTests.cpp20 struct FilterThreadArgs* threadArgs = in startFilterEventThread() local
52 void* FilterCallback::__threadLoopFilter(void* threadArgs) { in __threadLoopFilter()
H A DDvrTests.cpp137 struct RecordThreadArgs* threadArgs = in startRecordOutputThread() local
147 void* DvrCallback::__threadLoopRecord(void* threadArgs) { in __threadLoopRecord()
/aosp_15_r20/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DDvrTests.cpp136 struct RecordThreadArgs* threadArgs = in startRecordOutputThread() local
146 void* DvrCallback::__threadLoopRecord(void* threadArgs) { in __threadLoopRecord()
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/fuzzer/
H A Dmediaresourcemanager_fuzzer.cpp242 resourceThreadArgs threadArgs[numThreadPairs]; in setResources() local