/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_service.h | 99 unsigned int offset; member
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | hw.c | 1006 resource_size_t offset = res->start; in rkcif_plat_hw_probe() local
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-csi2-dphy-common.h | 34 u32 offset; member 40 u32 offset; member
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | sdmmc_vendor_storage.c | 45 u16 offset; member 159 u32 offset, next_size; in emmc_vendor_write() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/gpio/ |
H A D | gpio-rockchip.c | 74 rockchip_gpio_writel(struct rockchip_pin_bank *bank, u32 value, unsigned int offset) rockchip_gpio_writel() argument 85 rockchip_gpio_readl(struct rockchip_pin_bank *bank, unsigned int offset) rockchip_gpio_readl() argument 99 rockchip_gpio_writel_bit(struct rockchip_pin_bank *bank, u32 bit, u32 value, unsigned int offset) rockchip_gpio_writel_bit() argument 121 rockchip_gpio_readl_bit(struct rockchip_pin_bank *bank, u32 bit, unsigned int offset) rockchip_gpio_readl_bit() argument 138 rockchip_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) rockchip_gpio_get_direction() argument 151 rockchip_gpio_set_direction(struct gpio_chip *chip, unsigned int offset, bool input) rockchip_gpio_set_direction() argument 165 rockchip_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) rockchip_gpio_set() argument 176 rockchip_gpio_get(struct gpio_chip *gc, unsigned int offset) rockchip_gpio_get() argument 182 data >>= offset; rockchip_gpio_get() local 188 rockchip_gpio_set_debounce(struct gpio_chip *gc, unsigned int offset, unsigned int debounce) rockchip_gpio_set_debounce() argument 249 rockchip_gpio_direction_input(struct gpio_chip *gc, unsigned int offset) rockchip_gpio_direction_input() argument 255 rockchip_gpio_direction_output(struct gpio_chip *gc, unsigned int offset, int value) rockchip_gpio_direction_output() argument 268 rockchip_gpio_set_config(struct gpio_chip *gc, unsigned int offset, unsigned long config) rockchip_gpio_set_config() argument 303 rockchip_gpio_to_irq(struct gpio_chip *gc, unsigned int offset) rockchip_gpio_to_irq() argument [all...] |
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
H A D | inner_model_test.cpp | 1396 std::vector<int64_t> offset; in HWTEST_F() local
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
H A D | inner_model_test.cpp | 1457 std::vector<int64_t> offset; in HWTEST_F() local
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_0.cpp | 968 Copy_MindIR_Tensor_Data_To_HDIBuffer(const TensorPtr tensor, const OHOS::HDI::Nnrt::V2_0::SharedBuffer &bufferTemplete, uint8_t *mmapPtr, unsigned int offset) Copy_MindIR_Tensor_Data_To_HDIBuffer() argument [all...] |
H A D | lite_graph_to_hdi_model_v1_0.cpp | 967 Copy_MindIR_Tensor_Data_To_HDIBuffer(const TensorPtr tensor, const OHOS::HDI::Nnrt::V1_0::SharedBuffer &bufferTemplete, uint8_t *mmapPtr, unsigned int offset) Copy_MindIR_Tensor_Data_To_HDIBuffer() argument [all...] |
/foundation/ability/ability_runtime/services/common/include/ |
H A D | hilog_tag_wrapper.h | 107 uint32_t offset = GetOffset(tag, AAFwkLogTag::DEFAULT); in GetDomainName0() local 118 uint32_t offset = GetOffset(tag, AAFwkLogTag::APPDFR); in GetDomainName1() local 128 uint32_t offset = GetOffset(tag, AAFwkLogTag::JSENV); in GetDomainName2() local 139 uint32_t offset in GetDomainName3() local 150 uint32_t offset = GetOffset(tag, AAFwkLogTag::EXT); GetDomainName4() local 162 uint32_t offset = GetOffset(tag, AAFwkLogTag::WANTAGENT); GetDomainName5() local 172 uint32_t offset = GetOffset(tag, AAFwkLogTag::LOCAL_CALL); GetDomainName6() local 189 uint32_t offset = GetOffset(tag, AAFwkLogTag::DEFAULT); GetTagInfoFromDomainId() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | rosen_render_checkbox.cpp | 47 void RosenRenderCheckbox::Paint(RenderContext& context, const Offset& offset) in Paint() argument 341 void RosenRenderCheckbox::DrawFocusBorder(RenderContext& context, const Offset& offset) in DrawFocusBorder() argument 366 void RosenRenderCheckbox::DrawTouchBoard(const Offset& offset, RenderContext& context) in DrawTouchBoard() argument 382 DrawHoverBoard(const Offset& offset, RenderContext& context) DrawHoverBoard() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_option.cpp | 328 auto offset = GetGlobalOffset(); in UpdatePhoneFocus() local
|
/foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
H A D | render_refresh.cpp | 577 Offset offset = Offset(0.0, GetOffset(delta)); in UpdateScrollableOffset() local
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer.cpp | 498 void RenderIndexer::HandleFocusAnimation(const Size& size, const Offset& offset) in HandleFocusAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | click_recognizer.cpp | 52 Offset offset = event.GetScreenOffset() - touchPoints_[event.id].GetScreenOffset(); in IsPointInRegion() local 272 Offset offset = event.GetScreenOffset() - touchPoints_[event.id].GetScreenOffset(); in IsFormRenderClickRejected() local 363 Offset offset = event.GetScreenOffset() - touchPoints_[event.id].GetScreenOffset(); in HandleTouchMoveEvent() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/ |
H A D | menu_preview_pattern.h | 125 void SetHoverImageAfterScaleOffset(const OffsetF& offset) in SetHoverImageAfterScaleOffset() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | shadow.h | 58 Shadow(float elevation, Offset offset, Color spotColor, ShadowStyle style) in Shadow() argument 65 Shadow(double radius, Offset offset, Color spotColor, ShadowStyle style) in Shadow() argument 72 Shadow(double blurRadius, double spreadRadius, Offset offset, Color spotColor) in Shadow() argument 117 void SetOffset(const Offset& offset) in SetOffset() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | render_custom_paint.h | 200 SetLineDashOffset(double offset) SetLineDashOffset() argument [all...] |
H A D | offscreen_canvas.h | 115 void SetLineDashOffset(double offset) in SetLineDashOffset() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | render_side_bar_container.cpp | 201 void RenderSideBarContainer::UpdateElementPosition(double offset)
in UpdateElementPosition() argument 378 Offset offset = GetPositionedChildOffset(positionedItem);
in PlaceChildren() local
|
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_manager.h | 75 Offset offset; member
|
/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | rosen_render_text.cpp | 64 void RosenRenderText::Paint(RenderContext& context, const Offset& offset) in Paint() argument 383 int32_t RosenRenderText::GetTouchPosition(const Offset& offset) in GetTouchPosition() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
H A D | linear_split_layout_algorithm.cpp | 522 OffsetF offset = OffsetF(childOffsetMain, childOffsetCross); local 553 OffsetF offset = OffsetF(childOffsetMain, childOffsetCross); in LayoutColumnSplitBeforeAPI10() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_paint_method.h | 38 auto offset = paintWrapper->GetContentOffset(); variable 121 auto offset = paintWrapper->GetContentOffset(); variable 131 void SetModifierBoundsRect(const SizeF& size, const OffsetF& offset) in SetModifierBoundsRect() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | render_select_popup.cpp | 446 auto offset = touches.front().GetGlobalLocation(); in ProcessTouchUp() local
|