Home
last modified time | relevance | path

Searched defs:syncMutex_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_listener_stub.h71 std::shared_ptr<std::recursive_mutex> syncMutex_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/include/
H A Dcloud_sync_observer.h48 std::mutex syncMutex_; variable
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dability_manager_adapter.h49 std::mutex syncMutex_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/include/
H A Dcloud_sync_helper.h56 std::mutex syncMutex_; variable
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_avsession.h135 static std::mutex syncMutex_; variable
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.h114 std::shared_ptr<std::recursive_mutex> syncMutex_ = nullptr; variable
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h174 std::mutex syncMutex_; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.h209 std::mutex syncMutex_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h447 std::mutex syncMutex_; // Clean Cloud Data and Sync are mutually exclusive variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp119 std::recursive_mutex syncMutex_ {}; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp35 std::recursive_mutex syncMutex_ {}; member
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession.cpp88 std::mutex NapiAVSession::syncMutex_; member in OHOS::AVSession::NapiAVSession