Home
last modified time | relevance | path

Searched refs:h (Results 1 – 8 of 8) sorted by relevance

/hardware/msm7k/librpc/
DAndroid.mk16 rpc/clnt.h \
17 rpc/pmap_clnt.h \
18 rpc/rpc.h \
19 rpc/rpc_router_ioctl.h \
20 rpc/svc.h \
21 rpc/types.h \
22 rpc/xdr.h
/hardware/libhardware/include/hardware/
Doverlay.h109 uint32_t h; member
150 uint32_t w, uint32_t h, int32_t format);
161 int x, int y, uint32_t w, uint32_t h);
166 int* x, int* y, uint32_t* w, uint32_t* h);
Dcopybit.h103 uint32_t h; member
/hardware/msm7k/libcopybit/
Dcopybit.c119 img->height = rhs->h; in set_image()
137 e->dst_rect.h = clip.b - clip.t; in set_rects()
144 e->src_rect.h = (clip.r - clip.l); in set_rects()
151 e->src_rect.h = (clip.b - clip.t); in set_rects()
156 MULDIV(&e->src_rect.y, &e->src_rect.h, src->b - src->t, H); in set_rects()
158 e->src_rect.y = e->src.height - (e->src_rect.y + e->src_rect.h); in set_rects()
309 const struct copybit_rect_t bounds = { 0, 0, dst->w, dst->h }; in stretch_copybit()
340 struct copybit_rect_t dr = { 0, 0, dst->w, dst->h }; in blit_copybit()
341 struct copybit_rect_t sr = { 0, 0, src->w, src->h }; in blit_copybit()
/hardware/msm7k/librpc/rpc/
Dclnt.h152 CLIENT *h,
194 CLIENT *h,
/hardware/libhardware/modules/overlay/
Doverlay.cpp128 uint32_t w, uint32_t h, int32_t format) in overlay_createOverlay() argument
163 int x, int y, uint32_t w, uint32_t h) { in overlay_setPosition() argument
170 int* x, int* y, uint32_t* w, uint32_t* h) { in overlay_getPosition() argument
/hardware/ril/reference-ril/
Datchannel.h76 int at_open(int fd, ATUnsolHandler h);
Datchannel.c587 int at_open(int fd, ATUnsolHandler h) in at_open() argument
594 s_unsolHandler = h; in at_open()