Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc129 static std::mutex g_mutex; variable
176 LockGuard lock(g_mutex); in btif_a2dp_sink_init()
221 LockGuard lock(g_mutex); in btif_a2dp_sink_startup_delayed()
242 LockGuard lock(g_mutex); in btif_a2dp_sink_start_session_delayed()
292 LockGuard lock(g_mutex); in btif_a2dp_sink_end_session_delayed()
304 LockGuard lock(g_mutex); in btif_a2dp_sink_shutdown_delayed()
317 LockGuard lock(g_mutex); in btif_a2dp_sink_cleanup()
340 LockGuard lock(g_mutex); in btif_a2dp_sink_cleanup_delayed()
348 LockGuard lock(g_mutex); in btif_a2dp_sink_get_sample_rate()
353 LockGuard lock(g_mutex); in btif_a2dp_sink_get_bits_per_sample()
[all …]