Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dregion_registry.cpp53 struct GrallocRegion { struct
57 GrallocRegion() : base_(0), num_references_(0) { } in GrallocRegion() function
99 static GrallocRegion* lock_region_for_handle( in lock_region_for_handle()
105 GrallocRegion* region = reinterpret_cast<GrallocRegion*>( in lock_region_for_handle()
108 region = new GrallocRegion; in lock_region_for_handle()
119 static inline void unlock_region(GrallocRegion* ) { in unlock_region() argument
188 GrallocRegion* region = lock_region_for_handle(hnd, name_buf); in reference_region()
224 GrallocRegion* region = lock_region_for_handle(hnd, name_buf); in unreference_region()