Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/hardware/intel/common/libva/test/common/
Dva_display_wayland.c56 struct display * const d = data; in registry_handle_global() local
59 d->compositor = in registry_handle_global()
62 d->shell = wl_registry_bind(registry, id, &wl_shell_interface, 1); in registry_handle_global()
73 struct display *d; in va_open_display_wayland() local
76 d = g_display; in va_open_display_wayland()
77 d->ref_count++; in va_open_display_wayland()
80 d = calloc(1, sizeof(*d)); in va_open_display_wayland()
81 if (!d) in va_open_display_wayland()
83 d->event_fd = -1; in va_open_display_wayland()
85 d->display = wl_display_connect(NULL); in va_open_display_wayland()
[all …]
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
Dhal_public.h65 static inline int gralloc_open_img(const hw_device_t **d) in gralloc_open_img() argument
75 return gralloc1_open(m, (gralloc1_t **)d); in gralloc_open_img()
77 return gralloc_open(m, (alloc_device_t **)d); in gralloc_open_img()
80 static inline int gralloc_close_img(const hw_device_t *d) in gralloc_close_img() argument
82 if (gralloc_is_v1_img(d->module)) in gralloc_close_img()
83 return gralloc1_close((gralloc1_t *)d); in gralloc_close_img()
85 return gralloc_close((alloc_device_t *)d); in gralloc_close_img()
89 (const hw_device_t *d, buffer_handle_t handle) in gralloc_register_img() argument
91 if (gralloc_is_v1_img(d->module)) in gralloc_register_img()
92 return gralloc1_register_img((gralloc1_t *)d, handle); in gralloc_register_img()
[all …]
Dimg_gralloc1.h86 (gralloc1_device_t *d, int w, int h, int format, int usage, in gralloc1_device_alloc_img() argument
91 d->getFunction(d, GRALLOC1_FUNCTION_ALLOCATE); in gralloc1_device_alloc_img()
94 d->getFunction(d, GRALLOC1_FUNCTION_CREATE_DESCRIPTOR); in gralloc1_device_alloc_img()
97 d->getFunction(d, GRALLOC1_FUNCTION_DESTROY_DESCRIPTOR); in gralloc1_device_alloc_img()
100 d->getFunction(d, GRALLOC1_FUNCTION_SET_CONSUMER_USAGE); in gralloc1_device_alloc_img()
103 d->getFunction(d, GRALLOC1_FUNCTION_SET_DIMENSIONS); in gralloc1_device_alloc_img()
106 d->getFunction(d, GRALLOC1_FUNCTION_SET_FORMAT); in gralloc1_device_alloc_img()
109 d->getFunction(d, GRALLOC1_FUNCTION_SET_PRODUCER_USAGE); in gralloc1_device_alloc_img()
112 d->getFunction(d, GRALLOC1_FUNCTION_GET_STRIDE); in gralloc1_device_alloc_img()
134 err32 = createDescriptor(d, &descriptor); in gralloc1_device_alloc_img()
[all …]
Dimg_gralloc.h45 (alloc_device_t *d, int w, int h, int format, int usage, in gralloc0_device_alloc_img() argument
48 return d->alloc(d, w, h, format, usage, handle, stride); in gralloc0_device_alloc_img()
52 (alloc_device_t *d, buffer_handle_t handle) in gralloc0_device_free_img() argument
54 return d->free(d, handle); in gralloc0_device_free_img()
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
Dhal_public.h65 static inline int gralloc_open_img(const hw_device_t **d) in gralloc_open_img() argument
75 return gralloc1_open(m, (gralloc1_t **)d); in gralloc_open_img()
77 return gralloc_open(m, (alloc_device_t **)d); in gralloc_open_img()
80 static inline int gralloc_close_img(const hw_device_t *d) in gralloc_close_img() argument
82 if (gralloc_is_v1_img(d->module)) in gralloc_close_img()
83 return gralloc1_close((gralloc1_t *)d); in gralloc_close_img()
85 return gralloc_close((alloc_device_t *)d); in gralloc_close_img()
89 (const hw_device_t *d, buffer_handle_t handle) in gralloc_register_img() argument
91 if (gralloc_is_v1_img(d->module)) in gralloc_register_img()
92 return gralloc1_register_img((gralloc1_t *)d, handle); in gralloc_register_img()
[all …]
Dimg_gralloc1.h86 (gralloc1_device_t *d, int w, int h, int format, int usage, in gralloc1_device_alloc_img() argument
91 d->getFunction(d, GRALLOC1_FUNCTION_ALLOCATE); in gralloc1_device_alloc_img()
94 d->getFunction(d, GRALLOC1_FUNCTION_CREATE_DESCRIPTOR); in gralloc1_device_alloc_img()
97 d->getFunction(d, GRALLOC1_FUNCTION_DESTROY_DESCRIPTOR); in gralloc1_device_alloc_img()
100 d->getFunction(d, GRALLOC1_FUNCTION_SET_CONSUMER_USAGE); in gralloc1_device_alloc_img()
103 d->getFunction(d, GRALLOC1_FUNCTION_SET_DIMENSIONS); in gralloc1_device_alloc_img()
106 d->getFunction(d, GRALLOC1_FUNCTION_SET_FORMAT); in gralloc1_device_alloc_img()
109 d->getFunction(d, GRALLOC1_FUNCTION_SET_PRODUCER_USAGE); in gralloc1_device_alloc_img()
112 d->getFunction(d, GRALLOC1_FUNCTION_GET_STRIDE); in gralloc1_device_alloc_img()
134 err32 = createDescriptor(d, &descriptor); in gralloc1_device_alloc_img()
[all …]
Dimg_gralloc.h45 (alloc_device_t *d, int w, int h, int format, int usage, in gralloc0_device_alloc_img() argument
48 return d->alloc(d, w, h, format, usage, handle, stride); in gralloc0_device_alloc_img()
52 (alloc_device_t *d, buffer_handle_t handle) in gralloc0_device_free_img() argument
54 return d->free(d, handle); in gralloc0_device_free_img()
/hardware/intel/common/libva/test/putsurface/
Dputsurface_wayland.c140 struct display *d; in va_put_surface() local
148 d = wl_display_get_user_data(wl_drawable->display); in va_put_surface()
149 if (!d) in va_put_surface()
154 wl_display_flush(d->display); in va_put_surface()
169 wl_display_flush(d->display); in va_put_surface()
186 struct display * const d = data; in registry_handle_global() local
189 d->compositor = in registry_handle_global()
192 d->shell = wl_registry_bind(registry, id, &wl_shell_interface, 1); in registry_handle_global()
203 struct display *d; in open_display() local
205 d = calloc(1, sizeof *d); in open_display()
[all …]
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhw_ar3k.h36 #define htobs(d) (d) argument
37 #define htobl(d) (d) argument
38 #define btohs(d) (d) argument
39 #define btohl(d) (d) argument
41 #define htobs(d) bswap_16(d) argument
42 #define htobl(d) bswap_32(d) argument
43 #define btohs(d) bswap_16(d) argument
44 #define btohl(d) bswap_32(d) argument
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhw_ar3k.h36 #define htobs(d) (d) argument
37 #define htobl(d) (d) argument
38 #define btohs(d) (d) argument
39 #define btohl(d) (d) argument
41 #define htobs(d) bswap_16(d) argument
42 #define htobl(d) bswap_32(d) argument
43 #define btohs(d) bswap_16(d) argument
44 #define btohl(d) bswap_32(d) argument
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhw_ar3k.h36 #define htobs(d) (d) argument
37 #define htobl(d) (d) argument
38 #define btohs(d) (d) argument
39 #define btohl(d) (d) argument
41 #define htobs(d) bswap_16(d) argument
42 #define htobl(d) bswap_32(d) argument
43 #define btohs(d) bswap_16(d) argument
44 #define btohl(d) bswap_32(d) argument
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dhw_ar3k.h36 #define htobs(d) (d) argument
37 #define htobl(d) (d) argument
38 #define btohs(d) (d) argument
39 #define btohl(d) (d) argument
41 #define htobs(d) bswap_16(d) argument
42 #define htobl(d) bswap_32(d) argument
43 #define btohs(d) bswap_16(d) argument
44 #define btohl(d) bswap_32(d) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dethernet.h159 #define eacopy(s, d) \ argument
161 ((uint16 *)(d))[0] = ((const uint16 *)(s))[0]; \
162 ((uint16 *)(d))[1] = ((const uint16 *)(s))[1]; \
163 ((uint16 *)(d))[2] = ((const uint16 *)(s))[2]; \
166 #define ether_copy(s, d) eacopy(s, d) argument
169 #define ether_rcopy(s, d) \ argument
171 ((uint16 *)(d))[2] = ((uint16 *)(s))[2]; \
172 ((uint16 *)(d))[1] = ((uint16 *)(s))[1]; \
173 ((uint16 *)(d))[0] = ((uint16 *)(s))[0]; \
200 #define ETHER_MOVE_HDR(d, s) \ argument
[all …]
/hardware/qcom/display/msm8960/liboverlay/pipes/
Doverlay3DPipe.h57 bool setCrop(const utils::Dim& d);
87 bool setCrop(const utils::Dim& d);
117 bool setCrop(const utils::Dim& d);
147 bool setCrop(const utils::Dim& d);
191 inline bool M3DExtPipe<CHAN>::setCrop(const utils::Dim& d) { in setCrop() argument
193 if(!utils::getCropS3D<CHAN>(d, _dim, mM3Dfmt)){ in setCrop()
195 _dim = d; in setCrop()
201 inline bool M3DExtPipe<CHAN>::setPosition(const utils::Dim& d) { in setPosition() argument
212 _dim = d; in setPosition()
260 inline bool M3DPrimaryPipe<CHAN>::setCrop(const utils::Dim& d) { in setCrop() argument
[all …]
/hardware/qcom/display/msm8084/liboverlay/pipes/
Doverlay3DPipe.h57 bool setCrop(const utils::Dim& d);
87 bool setCrop(const utils::Dim& d);
117 bool setCrop(const utils::Dim& d);
147 bool setCrop(const utils::Dim& d);
191 inline bool M3DExtPipe<CHAN>::setCrop(const utils::Dim& d) { in setCrop() argument
193 if(!utils::getCropS3D<CHAN>(d, _dim, mM3Dfmt)){ in setCrop()
195 _dim = d; in setCrop()
201 inline bool M3DExtPipe<CHAN>::setPosition(const utils::Dim& d) { in setPosition() argument
212 _dim = d; in setPosition()
260 inline bool M3DPrimaryPipe<CHAN>::setCrop(const utils::Dim& d) { in setCrop() argument
[all …]
/hardware/qcom/display/msm8909/liboverlay/
DoverlayMdp.h59 void setCrop(const utils::Dim& d);
112 void setSrcRectDim(const utils::Dim d);
113 void setDstRectDim(const utils::Dim d);
242 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() argument
243 mOVInfo.src_rect.x = d.x; in setSrcRectDim()
244 mOVInfo.src_rect.y = d.y; in setSrcRectDim()
245 mOVInfo.src_rect.w = d.w; in setSrcRectDim()
246 mOVInfo.src_rect.h = d.h; in setSrcRectDim()
256 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim() argument
257 mOVInfo.dst_rect.x = d.x; in setDstRectDim()
[all …]
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdp.h59 void setCrop(const utils::Dim& d);
114 void setSrcRectDim(const utils::Dim d);
115 void setDstRectDim(const utils::Dim d);
248 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() argument
249 mOVInfo.src_rect.x = d.x; in setSrcRectDim()
250 mOVInfo.src_rect.y = d.y; in setSrcRectDim()
251 mOVInfo.src_rect.w = d.w; in setSrcRectDim()
252 mOVInfo.src_rect.h = d.h; in setSrcRectDim()
262 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim() argument
263 mOVInfo.dst_rect.x = d.x; in setDstRectDim()
[all …]
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMdp.h59 void setCrop(const utils::Dim& d);
112 void setSrcRectDim(const utils::Dim d);
113 void setDstRectDim(const utils::Dim d);
242 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() argument
243 mOVInfo.src_rect.x = d.x; in setSrcRectDim()
244 mOVInfo.src_rect.y = d.y; in setSrcRectDim()
245 mOVInfo.src_rect.w = d.w; in setSrcRectDim()
246 mOVInfo.src_rect.h = d.h; in setSrcRectDim()
256 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim() argument
257 mOVInfo.dst_rect.x = d.x; in setDstRectDim()
[all …]
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdp.h59 void setCrop(const utils::Dim& d);
114 void setSrcRectDim(const utils::Dim d);
115 void setDstRectDim(const utils::Dim d);
278 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() argument
279 mOVInfo.src_rect.x = d.x; in setSrcRectDim()
280 mOVInfo.src_rect.y = d.y; in setSrcRectDim()
281 mOVInfo.src_rect.w = d.w; in setSrcRectDim()
282 mOVInfo.src_rect.h = d.h; in setSrcRectDim()
292 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim() argument
293 mOVInfo.dst_rect.x = d.x; in setDstRectDim()
[all …]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc.cpp283 EXIT_LOG(%d, retVal); in loc_init()
334 EXIT_LOG(%d, retVal); in loc_init()
389 EXIT_LOG(%d, ret_val); in loc_start()
415 EXIT_LOG(%d, ret_val); in loc_stop()
460 EXIT_LOG(%d, ret_val); in loc_set_position_mode()
488 EXIT_LOG(%d, ret_val); in loc_inject_time()
516 EXIT_LOG(%d, ret_val); in loc_inject_location()
582 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface()
701 EXIT_LOG(%d, ret_val); in loc_agps_open()
745 EXIT_LOG(%d, ret_val); in loc_agps_open_with_apniptype()
[all …]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc.cpp283 EXIT_LOG(%d, retVal); in loc_init()
330 EXIT_LOG(%d, retVal); in loc_init()
385 EXIT_LOG(%d, ret_val); in loc_start()
411 EXIT_LOG(%d, ret_val); in loc_stop()
456 EXIT_LOG(%d, ret_val); in loc_set_position_mode()
484 EXIT_LOG(%d, ret_val); in loc_inject_time()
512 EXIT_LOG(%d, ret_val); in loc_inject_location()
575 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface()
694 EXIT_LOG(%d, ret_val); in loc_agps_open()
738 EXIT_LOG(%d, ret_val); in loc_agps_open_with_apniptype()
[all …]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc.cpp240 EXIT_LOG(%d, retVal); in loc_init()
273 EXIT_LOG(%d, retVal); in loc_init()
332 EXIT_LOG(%d, ret_val); in loc_start()
358 EXIT_LOG(%d, ret_val); in loc_stop()
403 EXIT_LOG(%d, ret_val); in loc_set_position_mode()
431 EXIT_LOG(%d, ret_val); in loc_inject_time()
480 EXIT_LOG(%d, ret_val); in loc_inject_location()
543 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface()
662 EXIT_LOG(%d, ret_val); in loc_agps_open()
689 EXIT_LOG(%d, ret_val); in loc_agps_closed()
[all …]
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMdp.h59 void setCrop(const utils::Dim& d);
111 void setSrcRectDim(const utils::Dim d);
112 void setDstRectDim(const utils::Dim d);
316 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim() argument
317 mOVInfo.src_rect.x = d.x; in setSrcRectDim()
318 mOVInfo.src_rect.y = d.y; in setSrcRectDim()
319 mOVInfo.src_rect.w = d.w; in setSrcRectDim()
320 mOVInfo.src_rect.h = d.h; in setSrcRectDim()
330 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim() argument
331 mOVInfo.dst_rect.x = d.x; in setDstRectDim()
[all …]
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp287 EXIT_LOG(%d, retVal); in loc_init()
334 EXIT_LOG(%d, retVal); in loc_init()
389 EXIT_LOG(%d, ret_val); in loc_start()
415 EXIT_LOG(%d, ret_val); in loc_stop()
460 EXIT_LOG(%d, ret_val); in loc_set_position_mode()
488 EXIT_LOG(%d, ret_val); in loc_inject_time()
516 EXIT_LOG(%d, ret_val); in loc_inject_location()
579 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface()
693 EXIT_LOG(%d, ret_val); in loc_agps_open()
737 EXIT_LOG(%d, ret_val); in loc_agps_open_with_apniptype()
[all …]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc.cpp286 EXIT_LOG(%d, retVal); in loc_init()
369 EXIT_LOG(%d, retVal); in loc_init()
456 EXIT_LOG(%d, ret_val); in loc_start()
482 EXIT_LOG(%d, ret_val); in loc_stop()
527 EXIT_LOG(%d, ret_val); in loc_set_position_mode()
555 EXIT_LOG(%d, ret_val); in loc_inject_time()
611 EXIT_LOG(%d, ret_val); in loc_inject_location()
674 EXIT_LOG(%d, geofence_interface == NULL); in get_geofence_interface()
797 EXIT_LOG(%d, ret_val); in loc_agps_open()
841 EXIT_LOG(%d, ret_val); in loc_agps_open_with_apniptype()
[all …]

12345678910>>...12