Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/
H A Dhci_layer_test.cc236 std::lock_guard<std::mutex> lock(list_protector_); in GetReceivedEvent()
253 std::lock_guard<std::mutex> lock(list_protector_); in GetReceivedAcl()
270 std::lock_guard<std::mutex> lock(list_protector_); in GetReceivedIso()
314 std::mutex list_protector_; member in bluetooth::hci::DependsOnHci
317 std::lock_guard<std::mutex> lock(list_protector_); in handle_acl()
329 std::lock_guard<std::mutex> lock(list_protector_); in handle_event()
339 std::lock_guard<std::mutex> lock(list_protector_); in handle_iso()