Home
last modified time | relevance | path

Searched refs:isStreamInUse (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedFakeCamera2.h171 bool isStreamInUse(uint32_t streamId);
190 bool isStreamInUse(uint32_t id);
239 bool isStreamInUse(uint32_t id);
DEmulatedFakeCamera2.cpp532 if (isStreamInUse(stream_id)) { in releaseStream()
716 bool EmulatedFakeCamera2::ConfigureThread::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::EmulatedFakeCamera2::ConfigureThread
1194 bool EmulatedFakeCamera2::ReadoutThread::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::EmulatedFakeCamera2::ReadoutThread
2695 bool EmulatedFakeCamera2::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::EmulatedFakeCamera2
2700 if (mConfigureThread->isStreamInUse(id) || in isStreamInUse()
2701 mReadoutThread->isStreamInUse(id) || in isStreamInUse()
2702 mJpegCompressor->isStreamInUse(id) ) { in isStreamInUse()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera2.h154 bool isStreamInUse(uint32_t streamId);
173 bool isStreamInUse(uint32_t id);
222 bool isStreamInUse(uint32_t id);
DEmulatedFakeCamera2.cpp543 if (isStreamInUse(stream_id)) { in releaseStream()
718 bool EmulatedFakeCamera2::ConfigureThread::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::EmulatedFakeCamera2::ConfigureThread
1200 bool EmulatedFakeCamera2::ReadoutThread::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::EmulatedFakeCamera2::ReadoutThread
2604 bool EmulatedFakeCamera2::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::EmulatedFakeCamera2
2609 if (mConfigureThread->isStreamInUse(id) || in isStreamInUse()
2610 mReadoutThread->isStreamInUse(id) || mJpegCompressor->isStreamInUse(id)) { in isStreamInUse()
/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.h73 bool isStreamInUse(uint32_t id);
DJpegCompressor.cpp206 bool JpegCompressor::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::JpegCompressor
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DJpegCompressor.h65 bool isStreamInUse(uint32_t id);
DJpegCompressor.cpp209 bool JpegCompressor::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::JpegCompressor