Lines Matching refs:isStreamInUse
520 if (isStreamInUse(stream_id)) {
778 bool EmulatedFakeCamera2::ConfigureThread::isStreamInUse(uint32_t id) {
1265 bool EmulatedFakeCamera2::ReadoutThread::isStreamInUse(uint32_t id) {
2815 bool EmulatedFakeCamera2::isStreamInUse(uint32_t id) {
2819 // Order of isStreamInUse calls matters
2820 if (mConfigureThread->isStreamInUse(id) ||
2821 mReadoutThread->isStreamInUse(id) ||
2822 mJpegCompressor->isStreamInUse(id) ) {