Home
last modified time | relevance | path

Searched refs:check_status (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/gd/hci/
H A Dle_advertising_manager.cc207 module_handler_->BindOnce(impl::check_status<LeRemoveAdvertisingSetCompleteView>)); in remove_advertiser()
257 module_handler_->BindOnce(impl::check_status<LeMultiAdvtCompleteView>)); in create_advertiser()
364 module_handler_->BindOnce(impl::check_status<LeSetAdvertisingEnableCompleteView>)); in stop_advertising()
369 module_handler_->BindOnce(impl::check_status<LeMultiAdvtCompleteView>)); in stop_advertising()
407 … module_handler_->BindOnce(impl::check_status<LeSetExtendedAdvertisingEnableCompleteView>)); in set_advertising_set_random_address()
422 … module_handler_->BindOnce(impl::check_status<LeSetExtendedAdvertisingEnableCompleteView>)); in set_advertising_set_random_address()
668 … module_handler_->BindOnce(impl::check_status<LeSetExtendedAdvertisingDataCompleteView>)); in send_data_fragment()
793 module_handler_->BindOnce(impl::check_status<LeSetPeriodicAdvertisingDataCompleteView>)); in send_periodic_data_fragment()
836 module_handler_->BindOnce(impl::check_status<LeMultiAdvtCompleteView>)); in OnPause()
883 module_handler_->BindOnce(impl::check_status<LeMultiAdvtCompleteView>)); in OnResume()
[all …]
H A Dcontroller.cc455 … this, &Controller::impl::check_status<SetEventMaskCompleteView>)); in set_event_mask()
464 …module_.GetHandler()->BindOnceOn(this, &Controller::impl::check_status<WriteLeHostSupportCompleteV… in write_le_host_support()
471 …module_.GetHandler()->BindOnceOn(this, &Controller::impl::check_status<WriteSimplePairingModeCompl… in write_simple_pairing_mode()
477 … module_.GetHandler()->BindOnceOn(this, &Controller::impl::check_status<ResetCompleteView>)); in reset()
482 … this, &Controller::impl::check_status<SetEventFilterCompleteView>)); in set_event_filter()
494 … this, &Controller::impl::check_status<WriteLocalNameCompleteView>)); in write_local_name()
503 … this, &Controller::impl::check_status<HostBufferSizeCompleteView>)); in host_buffer_size()
509 … this, &Controller::impl::check_status<LeSetEventMaskCompleteView>)); in le_set_event_mask()
513 void check_status(CommandCompleteView view) { in check_status() function
H A Dle_scanning_manager.cc491 module_handler_->BindOnce(impl::check_status)); in configure_scan()
497 module_handler_->BindOnce(impl::check_status)); in configure_scan()
504 module_handler_->BindOnce(impl::check_status)); in configure_scan()
576 module_handler_->BindOnce(impl::check_status)); in start_scan()
582 module_handler_->BindOnce(impl::check_status)); in start_scan()
595 module_handler_->BindOnce(impl::check_status)); in stop_scan()
601 module_handler_->BindOnce(impl::check_status)); in stop_scan()
1241 static void check_status(CommandCompleteView view) { in check_status() function
/aosp12/packages/services/BuiltInPrintService/jni/include/
H A Difc_print_job.h56 status_t (*check_status)(const struct ifc_print_job_st *this_p); member
/aosp12/system/update_engine/update_manager/
H A Dchromeos_policy.cc336 EvalStatus check_status = UpdateCheckAllowed(ec, state, error, &check_result); in UpdateCanStart() local
337 if (check_status == EvalStatus::kFailed) in UpdateCanStart()
339 bool is_check_due = (check_status == EvalStatus::kSucceeded && in UpdateCanStart()
/aosp12/packages/services/BuiltInPrintService/jni/lib/
H A Dprinter.c249 .enable_timeout = _enable_timeout, .check_status = _check_status,};
H A Dlib_wprint.c994 if (jq->print_ifc->check_status) { in _job_thread()
995 if (jq->print_ifc->check_status(jq->print_ifc) == ERROR) { in _job_thread()
1138 if ((jq->print_ifc != NULL) && (jq->print_ifc->check_status)) { in _job_thread()
1139 if (jq->print_ifc->check_status(jq->print_ifc) == ERROR) { in _job_thread()