Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/include/
H A Dvibrator_service_client.h89 std::mutex decodeMutex_; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h85 std::mutex decodeMutex_; variable
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/src/
H A Dvibrator_service_client.cpp53 std::lock_guard<std::mutex> decodeLock(decodeMutex_); in ~VibratorServiceClient()
267 std::lock_guard<std::mutex> decodeLock(decodeMutex_); in LoadDecoderLibrary()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp170 std::unique_lock<std::mutex> bufLock(decodeMutex_); in ConsumeSurface()