Lines Matching defs:isStreamInUse
519 if (isStreamInUse(stream_id)) {
703 bool EmulatedFakeCamera2::ConfigureThread::isStreamInUse(uint32_t id) {
1182 bool EmulatedFakeCamera2::ReadoutThread::isStreamInUse(uint32_t id) {
2685 bool EmulatedFakeCamera2::isStreamInUse(uint32_t id) {
2689 // Order of isStreamInUse calls matters
2690 if (mConfigureThread->isStreamInUse(id) ||
2691 mReadoutThread->isStreamInUse(id) ||
2692 mJpegCompressor->isStreamInUse(id) ) {