Home
last modified time | relevance | path

Searched refs:index (Results 3176 - 3200 of 5141) sorted by relevance

1...<<121122123124125126127128129130>>...206

/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec2.h113 u32 index; member
144 /* task index for link table rnunning list */
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/include/
H A Dstream_player_impl_stub.h72 int32_t Play(int index) override;
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/include/
H A Dstream_player_impl_stub.h72 int32_t Play(int index) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.h98 void SetOptionsButtonUpdateColorFlags(size_t index, bool isUpdate);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.h113 const RefPtr<FrameNode> targetNode, const std::vector<NG::BarItem>& menuItems, int32_t index);
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.h216 virtual bool InsertOrDeleteSpace(int32_t index) in InsertOrDeleteSpace() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h38 void ScrollToMethod(int32_t index);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_selector.h54 int32_t index = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dtoggle_model_ng.h88 static void AddNewChild(const RefPtr<UINode>& parentFrame, int32_t nodeId, int32_t index);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.h136 * @param item index
144 * @param item index
199 * @param idx current item index
204 void NotifyDataChange(int32_t index, int32_t count) override;
251 * @param start segment index of the first change section.
252 * @param prevSegIdx segment index of original startIndex_ belongs to.
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.h68 * @brief Get the next available cross index to place a new item.
70 * @param segmentIdx index of the WaterFlow segment.
132 * @param start index of the first modified section, all sections prior to [start] remain the same.
144 * @param idx index of FlowItem.
153 * @return index of the starting item.
161 * @return index of the item.
168 * @param itemIdx index of the current flow item.
181 * @brief Obtain index of last item recorded in Original layout.
186 void NotifyDataChange(int32_t index, int32_t count) override {};
197 // first index fo
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_proxy.h100 * @param appIndex Indicates application index of the sandbox application.
134 const std::string &path, uint32_t index);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlinear_indicator_modifier.cpp145 auto onChange = reinterpret_cast<std::function<void(int index, float progress)>*>(callback); in SetLinearIndicatorOnChange()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_config.h103 explicit A2dpCodecConfig(A2dpCodecIndex index = A2dpCodecIndex::A2DP_SOURCE_CODEC_INDEX_SBC,
110 * @param[in] codecIndex The index of the codec elements.
183 * @brief A function to get the source codec index.
186 * @return the index of the codec.
192 * @brief A function to get the sink codec index.
195 * @return the index of the codec.
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.h183 * @brief A function used to update the index of peer stream endpoint.
652 * @param[in] THe index of user set
657 void SelectCodecInfo(A2dpCodecCapability &userConfig, uint8_t *codecInfo, A2dpCodecIndex index);
H A Da2dp_profile.h379 * @param[in] index The index of codec
383 static void BuildCodecInfo(A2dpCodecIndex index, uint8_t *data);
638 * @param[in] streamHandle The codec index
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h66 const char RESOURCES_INDEX[] = "/resources.index";
224 uint32_t index; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.h62 const CORE_NS::Property* MetaData(size_t index) const override;
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dmedia_sync_manager.h128 void SetMediaTimeStartEnd(int32_t trackId, int32_t index, int64_t val);
H A Dvideo_resize_filter.h60 void OnOutputBufferAvailable(uint32_t index, uint32_t flag);
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation.h276 * @brief Array of functions that the track animation will call when the keyframe whose index corresponds
277 * to the index in the handler function array is reached.
287 * @param timestamp Timestamp of the new keyframe. The keyframe will be added to such an index which maintains
295 * @param index Index to remove from.
298 virtual bool RemoveKeyframe(size_t index) = 0;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_config.h80 static xmlNodePtr FindNode(const xmlNodePtr& src, const std::string& index);
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph.h137 // Get the text indent in index.
138 // index The index of element in indents vector.
139 virtual float DetectIndents(size_t index) = 0;
173 // Returns the index of the glyph corresponding to the provided coordinates.
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_output.h145 bool CheckAndUpdateClientBufferCahce(sptr<SurfaceBuffer> buffer, uint32_t& index);
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.h72 float DetectIndents(size_t index) override;

Completed in 16 milliseconds

1...<<121122123124125126127128129130>>...206