Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/overlay/
Doverlay.cpp96 static int overlay_get(struct overlay_control_device_t *dev, int name) { in overlay_get()
127 static overlay_t* overlay_createOverlay(struct overlay_control_device_t *dev, in overlay_createOverlay()
154 static void overlay_destroyOverlay(struct overlay_control_device_t *dev, in overlay_destroyOverlay()
161 static int overlay_setPosition(struct overlay_control_device_t *dev, in overlay_setPosition()
168 static int overlay_getPosition(struct overlay_control_device_t *dev, in overlay_getPosition()
175 static int overlay_setParameter(struct overlay_control_device_t *dev, in overlay_setParameter()
197 static int overlay_control_close(struct hw_device_t *dev) in overlay_control_close()
213 int overlay_initialize(struct overlay_data_device_t *dev, in overlay_initialize()
230 int overlay_dequeueBuffer(struct overlay_data_device_t *dev, in overlay_dequeueBuffer()
239 int overlay_queueBuffer(struct overlay_data_device_t *dev, in overlay_queueBuffer()
[all …]
/hardware/msm7k/liblights/
Dlights.c91 handle_trackball_light_locked(struct light_device_t* dev) in handle_trackball_light_locked()
120 set_light_backlight(struct light_device_t* dev, in set_light_backlight()
136 set_light_keyboard(struct light_device_t* dev, in set_light_keyboard()
148 set_light_buttons(struct light_device_t* dev, in set_light_buttons()
161 set_speaker_light_locked(struct light_device_t* dev, in set_speaker_light_locked()
229 handle_speaker_battery_locked(struct light_device_t* dev) in handle_speaker_battery_locked()
239 set_light_battery(struct light_device_t* dev, in set_light_battery()
253 set_light_notifications(struct light_device_t* dev, in set_light_notifications()
269 set_light_attention(struct light_device_t* dev, in set_light_attention()
287 close_lights(struct light_device_t *dev) in close_lights()
[all …]
/hardware/msm7k/libcopybit/
Dcopybit.c126 static void set_rects(struct copybit_context_t *dev, in set_rects()
166 static void set_infos(struct copybit_context_t *dev, struct mdp_blit_req *req) { in set_infos()
173 static int msm_copybit(struct copybit_context_t *dev, void const *list) in msm_copybit()
188 struct copybit_device_t *dev, in set_parameter_copybit()
253 static int get(struct copybit_device_t *dev, int name) in get()
282 struct copybit_device_t *dev, in stretch_copybit()
335 struct copybit_device_t *dev, in blit_copybit()
348 static int close_copybit(struct hw_device_t *dev) in close_copybit()