Searched refs:module_handler_ (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_advertising_manager.cc | 151 module_handler_ = handler; in start() 160 …hci_layer_->GetLeAdvertisingInterface(module_handler_->BindOn(this, &LeAdvertisingManager::impl::h… in start() 357 …rtising_sets_[advertiser_id].address_rotation_alarm = std::make_unique<os::Alarm>(module_handler_); in handle_set_terminated() 391 module_handler_->BindOnce(check_complete<LeRemoveAdvertisingSetCompleteView>)); in remove_advertiser() 504 module_handler_->BindOnce(check_complete<LeMultiAdvtCompleteView>)); in create_advertiser_with_id() 625 module_handler_->BindOnceOn( in create_extended_advertiser_with_id() 646 advertising_sets_[id].address_rotation_alarm = std::make_unique<os::Alarm>(module_handler_); in create_extended_advertiser_with_id() 695 module_handler_->BindOnce(check_complete<LeSetAdvertisingEnableCompleteView>)); in stop_advertising() 700 module_handler_->BindOnce(check_complete<LeMultiAdvtCompleteView>)); in stop_advertising() 705 module_handler_->BindOnce(check_complete<LeSetExtendedAdvertisingEnableCompleteView>)); in stop_advertising() [all …]
|
D | le_scanning_manager.cc | 198 module_handler_ = handler; in start() 205 module_handler_->BindOn(this, &LeScanningManager::impl::handle_scan_results)); in start() 206 periodic_sync_manager_.Init(le_scanning_interface_, module_handler_); in start() 223 module_handler_->BindOnceOn(this, &impl::on_apcf_read_extended_features_complete)); in start() 526 module_handler_->BindOnceOn(this, &impl::on_set_scan_parameter_complete)); in configure_scan() 532 module_handler_->BindOnceOn(this, &impl::on_set_scan_parameter_complete)); in configure_scan() 540 module_handler_->BindOnceOn(this, &impl::on_set_scan_parameter_complete)); in configure_scan() 623 module_handler_->BindOnce(check_complete<LeSetExtendedScanEnableCompleteView>)); in start_scan() 630 module_handler_->BindOnce(check_complete<LeSetScanEnableCompleteView>)); in start_scan() 654 module_handler_->BindOnce(check_complete<LeSetExtendedScanEnableCompleteView>)); in stop_scan() [all …]
|
D | msft.cc | 50 module_handler_ = handler; in start() 71 module_handler_->BindOnceOn(this, &impl::on_msft_read_supported_features_complete)); in start() 163 module_handler_->BindOnceOn(this, &impl::on_msft_adv_monitor_add_complete)); in msft_adv_monitor_add() 194 module_handler_->BindOnceOn(this, &impl::on_msft_adv_monitor_add_complete)); in msft_adv_monitor_add() 207 module_handler_->BindOnceOn(this, &impl::on_msft_adv_monitor_remove_complete)); in msft_adv_monitor_remove() 219 module_handler_->BindOnceOn(this, &impl::on_msft_adv_monitor_enable_complete)); in msft_adv_monitor_enable() 265 module_handler_->BindOn(this, &impl::handle_msft_events)); in on_msft_read_supported_features_complete() 314 os::Handler* module_handler_; member
|