Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc53 using LockGuard = std::lock_guard<std::mutex>; typedef
184 LockGuard lock(g_mutex); in btif_a2dp_sink_init()
227 LockGuard lock(g_mutex); in btif_a2dp_sink_startup_delayed()
319 LockGuard lock(g_mutex); in btif_a2dp_sink_start_session_delayed()
359 LockGuard lock(g_mutex); in btif_a2dp_sink_end_session_delayed()
370 LockGuard lock(g_mutex); in btif_a2dp_sink_shutdown_delayed()
383 LockGuard lock(g_mutex); in btif_a2dp_sink_cleanup()
405 LockGuard lock(g_mutex); in btif_a2dp_sink_cleanup_delayed()
511 LockGuard lock(g_mutex); in btif_a2dp_sink_audio_handle_stop_decoding()
525 LockGuard lock(g_mutex); in btif_a2dp_sink_audio_handle_stop_decoding()
[all …]