Searched refs:g_mutex (Results 1 – 2 of 2) sorted by relevance
126 static std::mutex g_mutex; variable173 LockGuard lock(g_mutex); in btif_a2dp_sink_init()217 LockGuard lock(g_mutex); in btif_a2dp_sink_startup_delayed()239 LockGuard lock(g_mutex); in btif_a2dp_sink_start_session_delayed()281 LockGuard lock(g_mutex); in btif_a2dp_sink_end_session_delayed()293 LockGuard lock(g_mutex); in btif_a2dp_sink_shutdown_delayed()329 LockGuard lock(g_mutex); in btif_a2dp_sink_cleanup_delayed()337 LockGuard lock(g_mutex); in btif_a2dp_sink_get_sample_rate()342 LockGuard lock(g_mutex); in btif_a2dp_sink_get_bits_per_sample()347 LockGuard lock(g_mutex); in btif_a2dp_sink_get_channel_count()[all …]
20 std::recursive_mutex g_mutex; variable31 return std::unique_lock<std::recursive_mutex>{g_mutex}; in acquireGlobalLock()