Home
last modified time | relevance | path

Searched defs:mRecordThread (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/tv/tuner/1.0/vts/functional/
H A DDvrTests.h140 pthread_t mRecordThread; variable
/aosp12/hardware/interfaces/tv/tuner/1.1/vts/functional/
H A DDvrTests.h141 pthread_t mRecordThread; variable
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java127 private final HandlerThread mRecordThread = new HandlerThread("SessionRecordThread"); field in MediaSessionService