/external/clang/test/SemaObjC/ |
D | property.m | 9 @property id prop_id; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specifie… property 20 @synthesize prop_id; // expected-error {{synthesized property 'prop_id' must either be named the sa… 21 …prop_id = IVAR; // expected-error {{type of property 'prop_id' ('id') does not match type of insta…
|
/external/libdrm/tests/proptest/ |
D | proptest.c | 77 dump_prop(uint32_t prop_id, uint64_t value) in dump_prop() argument 82 prop = drmModeGetProperty(fd, prop_id); in dump_prop() 84 printf("\t%d", prop_id); in dump_prop() 235 uint32_t obj_id, obj_type, prop_id; in setProperty() local 249 prop_id = atoi(argv[2]); in setProperty() 252 return drmModeObjectSetProperty(fd, obj_id, obj_type, prop_id, value); in setProperty()
|
/external/libdrm/tests/planetest/ |
D | dev.c | 76 uint32_t i, prop_id = 0; /* Property ID should always be > 0 */ in get_prop_id() local 78 for (i = 0; !prop_id && i < props->count_props; i++) { in get_prop_id() 81 prop_id = p->prop_id; in get_prop_id() 84 if (!prop_id) in get_prop_id() 86 return prop_id; in get_prop_id()
|
/external/libkmsxx/kms++/src/ |
D | card.cpp | 107 uint32_t prop_id = props->props[i]; in Card() local 109 if (m_obmap.find(prop_id) == m_obmap.end()) { in Card() 110 auto ob = new Property(*this, prop_id); in Card() 111 m_obmap[prop_id] = ob; in Card()
|
D | drmpropobject.cpp | 39 uint32_t prop_id = props->props[i]; in refresh_props() local 42 m_prop_values[prop_id] = prop_value; in refresh_props()
|
D | atomicreq.cpp | 40 void AtomicReq::add(uint32_t ob_id, uint32_t prop_id, uint64_t value) in add() argument 42 int r = drmModeAtomicAddProperty(m_req, ob_id, prop_id, value); in add()
|
/external/libxcam/wrapper/gstreamer/ |
D | gstxcamfilter.cpp | 214 static void gst_xcam_filter_set_property (GObject *object, guint prop_id, const GValue *value, GPar… 215 static void gst_xcam_filter_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec… 385 gst_xcam_filter_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspe… in gst_xcam_filter_set_property() argument 389 switch (prop_id) { in gst_xcam_filter_set_property() 435 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); in gst_xcam_filter_set_property() 441 gst_xcam_filter_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) in gst_xcam_filter_get_property() argument 445 switch (prop_id) { in gst_xcam_filter_get_property() 491 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); in gst_xcam_filter_get_property()
|
D | gstxcamsrc.cpp | 367 static void gst_xcam_src_set_property (GObject *object, guint prop_id, const GValue *value, GParamS… 368 static void gst_xcam_src_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *p… 654 guint prop_id, in gst_xcam_src_get_property() argument 660 switch (prop_id) { in gst_xcam_src_get_property() 728 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); in gst_xcam_src_get_property() 736 guint prop_id, in gst_xcam_src_set_property() argument 742 switch (prop_id) { in gst_xcam_src_set_property() 856 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); in gst_xcam_src_set_property()
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 382 __u32 prop_id; member 394 __u32 prop_id; member 418 __u32 prop_id; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 399 __u32 prop_id; member 411 __u32 prop_id; member 435 __u32 prop_id; member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 419 __u32 prop_id; member 431 __u32 prop_id; member 455 __u32 prop_id; member
|
/external/libkmsxx/kms++/inc/kms++/ |
D | atomicreq.h | 22 void add(uint32_t ob_id, uint32_t prop_id, uint64_t value);
|
/external/drm_hwcomposer/ |
D | drmproperty.cpp | 41 id_ = p->prop_id; in Init()
|
D | drmdisplaycompositor.cpp | 394 int prop_id = plane->in_fence_fd_property().id(); in CommitFrame() local 395 if (prop_id == 0) { in CommitFrame() 399 ret = drmModeAtomicAddProperty(pset, plane->id(), prop_id, fence_fd); in CommitFrame()
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 334 uint32_t prop_id, uint64_t value) in dump_prop() argument 337 printf("\t%d", prop_id); in dump_prop() 942 uint32_t prop_id; member 955 p->prop_id = 0; in set_property() 1000 p->prop_id = props->props[i]; in set_property() 1003 p->prop_id, p->value); in set_property()
|
/external/libdrm/ |
D | xf86drmMode.c | 626 prop.prop_id = property_id; in drmModeGetProperty() 650 r->prop_id = prop.prop_id; in drmModeGetProperty() 731 osp.prop_id = property_id; in drmModeConnectorSetProperty() 1196 prop.prop_id = property_id; in drmModeObjectSetProperty()
|
D | xf86drmMode.h | 235 uint32_t prop_id; member
|
/external/libdrm/tests/modeprint/ |
D | modeprint.c | 101 printf("\tid : %i\n", props->prop_id); in printProperty()
|