Searched refs:os_callouts_handler_ (Results 1 – 2 of 2) sorted by relevance
189 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()
86 Handler* os_callouts_handler_ = nullptr; variable