Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dqueue.h136 log::assert_that(callback_on_empty_.is_null(), "assert failed: callback_on_empty_.is_null()"); in NotifyOnEmpty()
137 callback_on_empty_ = std::move(callback); in NotifyOnEmpty()
147 if (!callback_on_empty_.is_null()) { in enqueue_callback()
148 std::move(callback_on_empty_).Run(); in enqueue_callback()
158 common::OnceClosure callback_on_empty_; variable