/aosp12/system/update_engine/aosp/ |
H A D | boot_control_android.cc | 62 module_ = IBootControl::getService(); in Init() 63 if (module_ == nullptr) { in Init() 77 return module_->getNumberSlots(); in GetNumSlots() 81 return module_->getCurrentSlot(); in GetCurrentSlot() 105 Return<BoolResult> ret = module_->isSlotBootable(slot); in IsSlotBootable() 120 auto ret = module_->setSlotAsUnbootable(slot, StoreResultCallback(&result)); in MarkSlotUnbootable() 135 auto ret = module_->setActiveBootSlot(slot, StoreResultCallback(&result)); in SetActiveBootSlot() 151 auto ret = module_->markBootSuccessful(StoreResultCallback(&result)); in MarkBootSuccessfulAsync() 166 Return<BoolResult> ret = module_->isSlotMarkedSuccessful(slot); in IsSlotMarkedSuccessful()
|
H A D | boot_control_android.h | 68 ::android::sp<::android::hardware::boot::V1_0::IBootControl> module_;
|
H A D | dynamic_partition_control_android_unittest.cc | 54 module_ = std::make_unique<NiceMock<MockDynamicPartitionControlAndroid>>(); in SetUp() 96 return static_cast<NiceMock<MockDynamicPartitionControlAndroid>&>(*module_); in dynamicControl() 200 if (!module_->UpdatePartitionMetadata( in UpdatePartitionMetadata() 214 std::unique_ptr<DynamicPartitionControlAndroid> module_; member in chromeos_update_engine::DynamicPartitionControlAndroidTest
|
/aosp12/system/bt/gd/btaa/android/ |
H A D | activity_attribution.cc | 50 wakelock_callback(ActivityAttribution* module) : module_(module) {} in wakelock_callback() 53 module_->OnWakelockAcquired(); in notifyAcquired() 57 module_->OnWakelockReleased(); in notifyReleased() 61 ActivityAttribution* module_; member 65 wakeup_callback(ActivityAttribution* module) : module_(module) {} in wakeup_callback() 70 module_->OnWakeup(); in notifyWakeup() 77 ActivityAttribution* module_; member
|
/aosp12/system/bt/gd/hci/ |
H A D | hci_layer.cc | 95 impl(hal::HciHal* hal, HciLayer& module) : hal_(hal), module_(module) { in impl() 195 …ControllerDebugInfoBuilder::Create(), module_.GetHandler()->BindOnce(&fail_if_reset_complete_not_s… in on_hci_timeout() 203 hci_abort_alarm_ = new Alarm(module_.GetHandler()); in on_hci_timeout() 293 hci_abort_alarm_ = new Alarm(module_.GetHandler()); in handle_root_inflammation() 302 …log_hci_event(command_queue_.front().command_view, event, module_.GetDependency<storage::StorageMo… in on_hci_event() 336 HciLayer& module_; member 359 hal_callbacks(HciLayer& module) : module_(module) {} in hal_callbacks() 364 module_.CallOn(module_.impl_, &impl::on_hci_event, move(event)); in hciEventReceived() 370 module_.impl_->incoming_acl_buffer_.Enqueue(move(acl), module_.GetHandler()); in aclDataReceived() 380 module_.impl_->incoming_iso_buffer_.Enqueue(move(iso), module_.GetHandler()); in isoDataReceived() [all …]
|
H A D | controller.cc | 33 impl(Controller& module) : module_(module) {} in impl() 37 Handler* handler = module_.GetHandler(); in Start() 245 …module_.GetHandler()->BindOnceOn(this, &Controller::impl::read_local_extended_features_complete_ha… in read_local_extended_features_complete_handler() 454 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( 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() 481 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in set_event_filter() 493 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in write_local_name() 502 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in host_buffer_size() 508 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in le_set_event_mask() [all …]
|
H A D | vendor_specific_event_manager.cc | 29 impl(Module* module) : module_(module){}; in impl() 92 Module* module_; member
|
H A D | le_scanning_manager.cc | 200 impl(Module* module) : module_(module), le_scanning_interface_(nullptr) {} in impl() 1214 Module* module_; member
|
/aosp12/system/bt/gd/neighbor/ |
H A D | discoverability.cc | 57 DiscoverabilityModule& module_; member 64 neighbor::DiscoverabilityModule::impl::impl(neighbor::DiscoverabilityModule& module) : module_(modu… in impl() 115 hci_layer_ = module_.GetDependency<hci::HciLayer>(); in Start() 116 scan_module_ = module_.GetDependency<neighbor::ScanModule>(); in Start() 117 handler_ = module_.GetHandler(); in Start()
|
H A D | connectability.cc | 43 ConnectabilityModule& module_; member 51 neighbor::ConnectabilityModule::impl::impl(neighbor::ConnectabilityModule& module) : module_(module… in impl() 66 scan_module_ = module_.GetDependency<neighbor::ScanModule>(); in Start()
|
H A D | name_db.cc | 59 const NameDbModule& module_; member 65 neighbor::NameDbModule::impl::impl(const neighbor::NameDbModule& module) : module_(module) {} in impl() 141 name_module_ = module_.GetDependency<neighbor::NameModule>(); in Start() 142 handler_ = module_.GetHandler(); in Start()
|
H A D | scan.cc | 44 ScanModule& module_; member 61 : module_(module), inquiry_scan_enabled_(false), page_scan_enabled_(false) {} in impl() 151 hci_layer_ = module_.GetDependency<hci::HciLayer>(); in Start() 152 handler_ = module_.GetHandler(); in Start()
|
H A D | page.cc | 47 PageModule& module_; member 61 neighbor::PageModule::impl::impl(neighbor::PageModule& module) : module_(module) {} in impl() 112 hci_layer_ = module_.GetDependency<hci::HciLayer>(); in Start() 113 handler_ = module_.GetHandler(); in Start()
|
H A D | name.cc | 62 const NameModule& module_; member 80 neighbor::NameModule::impl::impl(const neighbor::NameModule& module) : module_(module) {} in impl() 140 hci_layer_ = module_.GetDependency<hci::HciLayer>(); in Start() 141 handler_ = module_.GetHandler(); in Start()
|
H A D | inquiry.cc | 66 InquiryModule& module_; member 98 neighbor::InquiryModule::impl::impl(neighbor::InquiryModule& module) : module_(module) {} in impl() 338 hci_layer_ = module_.GetDependency<hci::HciLayer>(); in Start() 339 handler_ = module_.GetHandler(); in Start()
|
/aosp12/art/runtime/ |
H A D | module_exclusion_test.cc | 38 module_(module) {} in ModuleExclusionTest() 43 auto it = std::find(modules.begin(), modules.end(), module_); in GetLibCoreModuleNames() 86 std::vector<std::string> filename = GetLibCoreDexFileNames({ module_ }); in GetModuleFileName() 128 const std::string module_; member in art::ModuleExclusionTest 158 std::string odex_name = scratch_dir.GetPath() + module_ + ".odex"; in TEST_F()
|
/aosp12/frameworks/compile/mclinker/tools/mcld/ |
H A D | Main.cpp | 90 module_(script_), in Driver() 91 ir_builder_(module_, config_) { in Driver() 110 mcld::Module module_; member in __anonce4785dc0110::Driver 505 if (!ConfigureOutputName(output_name, module_, config_)) { in TranslateArguments() 506 mcld::unreachable(mcld::diag::unrecognized_output_file) << module_.name(); in TranslateArguments() 510 config_.options().setSOName(module_.name()); in TranslateArguments() 1047 if (!linker_.link(module_, ir_builder_)) { in Run() 1052 if (!linker_.emit(module_, module_.name())) { in Run()
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.cpp | 43 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module_); in HWCBufferAllocator() 47 gralloc1_open(module_, &gralloc_device_); in HWCBufferAllocator()
|
H A D | hwc_buffer_allocator.h | 64 const hw_module_t *module_; variable
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.cpp | 43 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module_); in HWCBufferAllocator() 47 gralloc1_open(module_, &gralloc_device_); in HWCBufferAllocator()
|
H A D | hwc_buffer_allocator.h | 64 const hw_module_t *module_; variable
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.h | 68 const hw_module_t *module_; variable
|
H A D | hwc_buffer_allocator.cpp | 45 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module_); in HWCBufferAllocator() 49 gralloc1_open(module_, &gralloc_device_); in HWCBufferAllocator()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.h | 68 const hw_module_t *module_; variable
|
H A D | hwc_buffer_allocator.cpp | 45 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module_); in Init() 51 err = gralloc1_open(module_, &gralloc_device_); in Init()
|