Searched refs:usageHwCamRead (Results 1 – 3 of 3) sorted by relevance
97 const bool usageHwCamRead = usage & BufferUsage::CAMERA_INPUT; in allocateImpl() local159 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in allocateImpl()
543 const bool usageHwCamRead = usage & BufferUsage::CAMERA_INPUT; in isSupportedImpl() local575 RETURN((usageSwRead || usageHwCamRead) && in isSupportedImpl()
525 const bool usageHwCamRead = usage & GRALLOC_USAGE_HW_CAMERA_READ; in gralloc_alloc() local584 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in gralloc_alloc()