Home
last modified time | relevance | path

Searched defs:view (Results 1 - 25 of 80) sorted by relevance

1234

/applications/sample/camera/setting/setting/src/main/cpp/
H A Dsetting_utils.cpp19 void DeleteChildren(UIView *view) in DeleteChildren() argument
/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dnative_base.h26 void DeleteChildren(UIView *view) in DeleteChildren() argument
H A Dlong_press_view.cpp89 bool LongPressView::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
H A Dswipe_view.h39 explicit ViewPageListener(LongPressView* view) : view_(view) {} in ViewPageListener() argument
53 SwipeLisstener(LongPressView* view, UISwipeView* swipe, UILabel* lable) in SwipeLisstener() argument
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/shape/
H A Dcube.cpp164 Matrix4x4 view = camera->GetViewMatrix(); in Update1() local
/kernel/linux/linux-5.10/kernel/
H A Dregset.c61 copy_regset_to_user(struct task_struct *target, const struct user_regset_view *view, unsigned int setno, unsigned int offset, unsigned int size, void __user *data) copy_regset_to_user() argument
/kernel/linux/linux-6.6/kernel/
H A Dregset.c61 copy_regset_to_user(struct task_struct *target, const struct user_regset_view *view, unsigned int setno, unsigned int offset, unsigned int size, void __user *data) copy_regset_to_user() argument
/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-ulpi-viewport.c22 static int ulpi_viewport_wait(void __iomem *view, u32 mask) in ulpi_viewport_wait() argument
32 void __iomem *view = otg->io_priv; in ulpi_viewport_read() local
50 void __iomem *view = otg->io_priv; in ulpi_viewport_write() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-ulpi-viewport.c22 static int ulpi_viewport_wait(void __iomem *view, u32 mask) in ulpi_viewport_wait() argument
32 void __iomem *view = otg->io_priv; in ulpi_viewport_read() local
50 void __iomem *view = otg->io_priv; in ulpi_viewport_write() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.h29 int (*view)(struct nv50_head *, struct nv50_head_atom *); member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fb_pin.c20 intel_pin_fb_obj_dpt(struct drm_framebuffer *fb, const struct i915_gtt_view *view, bool uses_fence, unsigned long *out_flags, struct i915_address_space *vm) intel_pin_fb_obj_dpt() argument
106 intel_pin_and_fence_fb_obj(struct drm_framebuffer *fb, bool phys_cursor, const struct i915_gtt_view *view, bool uses_fence, unsigned long *out_flags) intel_pin_and_fence_fb_obj() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.h29 int (*view)(struct nv50_head *, struct nv50_head_atom *); member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c315 i915_gem_object_pin_to_display_plane(struct drm_i915_gem_object *obj, u32 alignment, const struct i915_ggtt_view *view, unsigned int flags) i915_gem_object_pin_to_display_plane() argument
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dpolicy_ns.h159 static inline struct aa_ns *aa_lookup_ns(struct aa_ns *view, const char *name) in aa_lookup_ns() argument
/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy_ns.c37 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument
61 aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) aa_ns_name() argument
200 __aa_lookupn_ns(struct aa_ns *view, const char *hname, size_t n) __aa_lookupn_ns() argument
231 aa_lookupn_ns(struct aa_ns *view, const char *name, size_t n) aa_lookupn_ns() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c425 i915_gem_object_pin_to_display_plane(struct drm_i915_gem_object *obj, struct i915_gem_ww_ctx *ww, u32 alignment, const struct i915_gtt_view *view, unsigned int flags) i915_gem_object_pin_to_display_plane() argument
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpolicy_ns.h160 static inline struct aa_ns *aa_lookup_ns(struct aa_ns *view, const char *name) in aa_lookup_ns() argument
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_ns.c40 bool aa_ns_visible(struct aa_ns *curr, struct aa_ns *view, bool subns) in aa_ns_visible() argument
64 aa_ns_name(struct aa_ns *curr, struct aa_ns *view, bool subns) aa_ns_name() argument
211 __aa_lookupn_ns(struct aa_ns *view, const char *hname, size_t n) __aa_lookupn_ns() argument
242 aa_lookupn_ns(struct aa_ns *view, const char *name, size_t n) aa_lookupn_ns() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Draw3270.h22 struct raw3270_view *view; /* view of this request */ member
104 raw3270_get_view(struct raw3270_view *view) raw3270_get_view() argument
112 raw3270_put_view(struct raw3270_view *view) raw3270_put_view() argument
[all...]
/applications/sample/camera/gallery/src/
H A Dgallery_ability_slice.cpp100 void GalleryAbilitySlice::ClearPictureList(const UIView* view) in ClearPictureList() argument
H A Dplayer_ability_slice.cpp400 void SliderAnimator::Callback(UIView* view) in Callback() argument
438 bool ToggleBtnListener::OnClick(UIView &view, const ClickEvent& event) in OnClick() argument
/kernel/linux/common_modules/tzdriver/core/
H A Dtzdebug.c344 struct tee_trace_view_t view = { 0, 0, 0, 0, { 0 }, { 0 } }; in tee_trace_event_show() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_vma.h152 i915_vma_compare(struct i915_vma *vma, struct i915_address_space *vm, const struct i915_ggtt_view *view) i915_vma_compare() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H A Dannotate.c104 GtkWidget *view; in perf_gtk__annotate_symbol() local
154 gtk_container_add(GTK_CONTAINER(window), view); in perf_gtk__annotate_symbol() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c172 const struct i915_ggtt_view view = { in intelfb_create() local

Completed in 15 milliseconds

1234