Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dwakelock_manager.cc189 os_callouts_handler_ = handler; in SetOsCallouts()
193 os_callouts_handler_ != nullptr, "handler must not be null when callout is not null"); in SetOsCallouts()
211 os_callouts_handler_->CallOn(os_callouts_, &OsCallouts::AcquireCallout, kBtWakelockId); in Acquire()
237 os_callouts_handler_->CallOn(os_callouts_, &OsCallouts::ReleaseCallout, kBtWakelockId); in Release()
/packages/modules/Bluetooth/system/gd/os/
Dwakelock_manager.h86 Handler* os_callouts_handler_ = nullptr; variable