Searched refs:frontendInputThreadLoop (Results 1 – 6 of 6) sorted by relevance
| /hardware/interfaces/tv/tuner/1.1/default/ | ||
| D | Demux.h | 117 void frontendInputThreadLoop(); |
| D | Demux.cpp | 338 self->frontendInputThreadLoop(); in __threadLoopFrontend() |
| /hardware/interfaces/tv/tuner/1.0/default/ | ||
| D | Demux.cpp | 314 self->frontendInputThreadLoop(); in __threadLoopFrontend() |
| D | Demux.h | 120 void frontendInputThreadLoop(); |
| /hardware/interfaces/tv/tuner/aidl/default/ | ||
| D | Demux.h | 121 void frontendInputThreadLoop(); |
| D | Demux.cpp | 375 mFrontendInputThread = std::thread(&Demux::frontendInputThreadLoop, this); in startFrontendInputLoop() |