Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_a2dp_sink.cc124 static std::mutex g_mutex; variable
167 LockGuard lock(g_mutex); in btif_a2dp_sink_init()
211 LockGuard lock(g_mutex); in btif_a2dp_sink_startup_delayed()
233 LockGuard lock(g_mutex); in btif_a2dp_sink_start_session_delayed()
276 LockGuard lock(g_mutex); in btif_a2dp_sink_end_session_delayed()
288 LockGuard lock(g_mutex); in btif_a2dp_sink_shutdown_delayed()
301 LockGuard lock(g_mutex); in btif_a2dp_sink_cleanup()
324 LockGuard lock(g_mutex); in btif_a2dp_sink_cleanup_delayed()
332 LockGuard lock(g_mutex); in btif_a2dp_sink_get_sample_rate()
337 LockGuard lock(g_mutex); in btif_a2dp_sink_get_bits_per_sample()
[all …]