Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_sink.cc126 static std::mutex g_mutex; variable
173 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 …]
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_sync_util.cpp20 std::recursive_mutex g_mutex; variable
31 return std::unique_lock<std::recursive_mutex>{g_mutex}; in acquireGlobalLock()