Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeCamera2.h169 bool isStreamInUse(uint32_t streamId);
188 bool isStreamInUse(uint32_t id);
237 bool isStreamInUse(uint32_t id);
DEmulatedFakeCamera2.cpp519 if (isStreamInUse(stream_id)) { in releaseStream()
703 bool EmulatedFakeCamera2::ConfigureThread::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::EmulatedFakeCamera2::ConfigureThread
1182 bool EmulatedFakeCamera2::ReadoutThread::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::EmulatedFakeCamera2::ReadoutThread
2685 bool EmulatedFakeCamera2::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::EmulatedFakeCamera2
2690 if (mConfigureThread->isStreamInUse(id) || in isStreamInUse()
2691 mReadoutThread->isStreamInUse(id) || in isStreamInUse()
2692 mJpegCompressor->isStreamInUse(id) ) { in isStreamInUse()
/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.h67 bool isStreamInUse(uint32_t id);
DJpegCompressor.cpp205 bool JpegCompressor::isStreamInUse(uint32_t id) { in isStreamInUse() function in android::JpegCompressor