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

/hardware/intel/img/psb_video/src/
H A Dobject_heap.h81 object_base_p object_heap_next(object_heap_p heap, object_heap_iterator *iter);
H A Dobject_heap.c149 return object_heap_next(heap, iter);
156 object_base_p object_heap_next(object_heap_p heap, object_heap_iterator *iter) function
H A Dpsb_drv_video.c3033 obj_context = (object_context_p) object_heap_next(&driver_data->context_heap, &iter);
3042 obj_subpic = (object_subpic_p) object_heap_next(&driver_data->subpic_heap, &iter);
3051 obj_image = (object_image_p) object_heap_next(&driver_data->image_heap, &iter);
3060 obj_buffer = (object_buffer_p) object_heap_next(&driver_data->buffer_heap, &iter);
3074 obj_surface = (object_surface_p) object_heap_next(&driver_data->surface_heap, &iter);
3082 obj_config = (object_config_p) object_heap_next(&driver_data->config_heap, &iter);

Completed in 132 milliseconds