Searched refs:alloc_buffer (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/libgralloc/
H A Dionalloc.h42 virtual int alloc_buffer(alloc_data& data);
H A Dmemalloc.h55 virtual int alloc_buffer(alloc_data& data) = 0;
H A Dgr.h62 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
H A Dalloc_controller.cpp130 ret = mIonAlloc->alloc_buffer(data);
139 ret = mIonAlloc->alloc_buffer(data);
241 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) function
H A Dionalloc.cpp65 int IonAlloc::alloc_buffer(alloc_data& data) function in class:IonAlloc
/hardware/qcom/display/libhwcomposer/
H A Dhwc_copybit.cpp387 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, fbHandle->format, usage)){
/hardware/qcom/display/libcopybit/
H A Dcopybit.cpp430 if (0 == alloc_buffer(&yv12_handle,src->w,src->h,

Completed in 157 milliseconds