Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp97 const bool usageHwCamRead = usage & BufferUsage::CAMERA_INPUT; in allocateImpl() local
159 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in allocateImpl()
Dmapper3.cpp543 const bool usageHwCamRead = usage & BufferUsage::CAMERA_INPUT; in isSupportedImpl() local
575 RETURN((usageSwRead || usageHwCamRead) && in isSupportedImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp525 const bool usageHwCamRead = usage & GRALLOC_USAGE_HW_CAMERA_READ; in gralloc_alloc() local
584 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in gralloc_alloc()