Searched refs:os_callouts_ (Results 1 – 2 of 2) sorted by relevance
186 os_callouts_ = callouts; in SetOsCallouts()188 is_native_ = (os_callouts_ == nullptr); 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()
85 OsCallouts* os_callouts_ = nullptr; variable