HomeSort by relevance Sort by last modified time
    Searched defs:alloc_data (Results 1 - 16 of 16) sorted by null

  /hardware/ti/omap4xxx/ion/
ion.c 79 struct omap_ion_tiler_alloc_data alloc_data = { local
88 .arg = (unsigned long)(&alloc_data),
94 *stride = alloc_data.stride;
95 *handle = alloc_data.handle;
  /hardware/qcom/display/msm8084/libgralloc/
memalloc.h 43 struct alloc_data { struct in namespace:gralloc
58 // Allocate buffer - fill in the alloc_data
60 // and fd are returned in the alloc_data struct
61 virtual int alloc_buffer(alloc_data& data) = 0;
  /hardware/qcom/display/msm8226/libgralloc/
memalloc.h 43 struct alloc_data { struct in namespace:gralloc
58 // Allocate buffer - fill in the alloc_data
60 // and fd are returned in the alloc_data struct
61 virtual int alloc_buffer(alloc_data& data) = 0;
  /hardware/qcom/display/msm8909/libgralloc/
memalloc.h 43 struct alloc_data { struct in namespace:gralloc
58 // Allocate buffer - fill in the alloc_data
60 // and fd are returned in the alloc_data struct
61 virtual int alloc_buffer(alloc_data& data) = 0;