Searched refs:object_heap_first (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dobject_heap.h75 object_base_p object_heap_first(object_heap_p heap, object_heap_iterator *iter);
H A Dobject_heap.c146 object_base_p object_heap_first(object_heap_p heap, object_heap_iterator *iter) function
H A Dpsb_drv_video.c3097 obj_context = (object_context_p) object_heap_first(&driver_data->context_heap, &iter);
3106 obj_subpic = (object_subpic_p) object_heap_first(&driver_data->subpic_heap, &iter);
3115 obj_image = (object_image_p) object_heap_first(&driver_data->image_heap, &iter);
3124 obj_buffer = (object_buffer_p) object_heap_first(&driver_data->buffer_heap, &iter);
3138 obj_surface = (object_surface_p) object_heap_first(&driver_data->surface_heap, &iter);
3147 obj_config = (object_config_p) object_heap_first(&driver_data->config_heap, &iter);

Completed in 198 milliseconds