Home
last modified time | relevance | path

Searched refs:backing_store_id (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp1197 uint64_t backing_store_id = 0x0; in mali_gralloc_buffer_allocate() local
1231 backing_store_id = getUniqueId(); in mali_gralloc_buffer_allocate()
1241 hnd->backing_store_id = backing_store_id; in mali_gralloc_buffer_allocate()
1246 hnd->backing_store_id = getUniqueId(); in mali_gralloc_buffer_allocate()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_buffer4.h233 uint64_t backing_store_id DEFAULT_INITIALIZER(0x0);
Dmali_gralloc_buffer.h233 uint64_t backing_store_id DEFAULT_INITIALIZER(0x0);
/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp171 hnd->backing_store_id, in allocate()
DMapperMetadata.cpp413 err = android::gralloc4::encodeBufferId(handle->backing_store_id, &vec); in get_metadata()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp374 unique_id = gralloc_hnd->backing_store_id; in init()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp384 unique_id = gralloc_hnd->backing_store_id; in init()
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp88 return provide(hnd->backing_store_id); in getStandardMetadataHelper()