Searched refs:os_callouts_handler_ (Results 1 – 2 of 2) sorted by relevance
187 os_callouts_handler_ = handler; in SetOsCallouts()190 … ASSERT_LOG(os_callouts_handler_ != nullptr, "handler must not be null when callout is not null"); in SetOsCallouts()208 os_callouts_handler_->CallOn(os_callouts_, &OsCallouts::AcquireCallout, kBtWakelockId); in Acquire()234 os_callouts_handler_->CallOn(os_callouts_, &OsCallouts::ReleaseCallout, kBtWakelockId); in Release()
86 Handler* os_callouts_handler_ = nullptr; variable