Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 18 of 18) sorted by relevance

/device/amlogic/yukawa/hal/bootctrl/
Dboot_control.cc84 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/
Dgoldfish_vpx_impl.cpp64 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/
Dtpm_hmac.cpp72 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/
DMediaH264Decoder.cpp45 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/
Dril_msim.h37 int slot; /* 0, 1, ... etc. */ member
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dconnection_observer.h30 virtual void OnMultiTouchEvent(const std::string& label, int id, int slot,
Dclient_handler.cpp208 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/
Dgoldfish_media_utils.h92 virtual void returnMemorySlot(int slot) = 0;
/device/google/contexthub/firmware/os/drivers/st_hts221/
DREADME28 /* I2C defs to be used when device is plugged on U4 slot */
/device/google/coral-sepolicy/vendor/qcom/common/
Dhal_bootctl.te16 # A/B slot selection for the XBL partition. Allow also to issue a
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dhal_bootctl.te17 # A/B slot selection for the XBL partition. Allow also to issue a
/device/google/bonito-sepolicy/vendor/qcom/common/
Dhal_bootctl.te17 # A/B slot selection for the XBL partition. Allow also to issue a
/device/google/wahoo/sepolicy/vendor/
Dhal_bootctl.te17 # A/B slot selection for the XBL partition. Allow also to issue a
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/
Dcf_webrtc.js113 sendMultiTouch({id, x, y, initialDown, slot, display_label}) { property
120 slot, property
/device/google/contexthub/firmware/os/drivers/st_mag40/
DREADME48 /* I2C defs to be used when device is plugged on U4 slot */
/device/generic/goldfish/radio/libril/
Dril_service.cpp2388 rilUiccSub.slot = uiccSub.slot; in setUiccSubscription()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp2523 rilUiccSub.slot = uiccSub.slot; in setUiccSubscription()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp2554 rilUiccSub.slot = uiccSub.slot; in setUiccSubscription()