/device/amlogic/yukawa/hal/bootctrl/ |
D | boot_control.cc | 84 for (unsigned int slot = 0; slot < kMaxNumSlots; ++slot) { in SlotSuffixToIndex() local 85 if (!strcmp(kSlotSuffixes[slot], suffix)) return slot; in SlotSuffixToIndex() 173 int IsSlotMarkedSuccessful(boot_control_module_t* module, unsigned int slot) { in IsSlotMarkedSuccessful() argument 179 if (slot >= kMaxNumSlots || slot >= bootctrl_module->num_slots) { in IsSlotMarkedSuccessful() 188 return (bootctrl.slot_info[slot].successful_boot && in IsSlotMarkedSuccessful() 189 bootctrl.slot_info[slot].tries_remaining); in IsSlotMarkedSuccessful() 216 int SetActiveBootSlot(boot_control_module_t* module, unsigned int slot) { in SetActiveBootSlot() argument 223 if (slot >= kMaxNumSlots || slot >= bootctrl_module->num_slots) { in SetActiveBootSlot() 236 if (i != slot) { in SetActiveBootSlot() 244 bootctrl.slot_info[slot].priority = kActivePriority; in SetActiveBootSlot() [all …]
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | goldfish_vpx_impl.cpp | 64 int slot = transport->getMemorySlot(); in vpx_codec_dec_init() local 65 if (slot < 0) { in vpx_codec_dec_init() 70 DDD("got slot %d", slot); in vpx_codec_dec_init() 73 ctx->memory_slot = slot; in vpx_codec_dec_init() 74 ctx->address_offset = static_cast<unsigned int>(slot) * 8 * (1 << 20); in vpx_codec_dec_init()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_hmac.cpp | 72 auto slot = resource_manager->ReserveSlot(); in SegmentedHmac() local 73 if (!slot) { in SegmentedHmac() 91 slot->set(sequence_handle); in SegmentedHmac() 138 slot->set(ESYS_TR_NONE); in SegmentedHmac()
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | MediaH264Decoder.cpp | 45 int slot = transport->getMemorySlot(); in initH264Context() local 46 if (slot < 0) { in initH264Context() 50 mAddressOffSet = static_cast<unsigned int>(slot) * 8 * (1 << 20); in initH264Context() 51 DDD("got memory lot %d addrr %x", slot, mAddressOffSet); in initH264Context()
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril_msim.h | 37 int slot; /* 0, 1, ... etc. */ member
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | connection_observer.h | 30 virtual void OnMultiTouchEvent(const std::string& label, int id, int slot,
|
D | client_handler.cpp | 208 int32_t slot = evt["slot"].asInt(); in OnMessage() local 210 observer_->OnMultiTouchEvent(label, id, slot, x, y, initialDown); in OnMessage()
|
/device/generic/goldfish-opengl/system/codecs/omx/common/ |
D | goldfish_media_utils.h | 92 virtual void returnMemorySlot(int slot) = 0;
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | README | 28 /* I2C defs to be used when device is plugged on U4 slot */
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 16 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/wahoo/sepolicy/vendor/ |
D | hal_bootctl.te | 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/ |
D | cf_webrtc.js | 113 sendMultiTouch({id, x, y, initialDown, slot, display_label}) { property 120 slot, property
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | README | 48 /* I2C defs to be used when device is plugged on U4 slot */
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 2388 rilUiccSub.slot = uiccSub.slot; in setUiccSubscription()
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.cpp | 2523 rilUiccSub.slot = uiccSub.slot; in setUiccSubscription()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 2554 rilUiccSub.slot = uiccSub.slot; in setUiccSubscription()
|