HomeSort by relevance Sort by last modified time
    Searched refs:GRALLOC_USAGE_PROTECTED (Results 1 - 14 of 14) sorted by null

  /hardware/qcom/display/libgralloc/
alloc_controller.cpp 68 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED))
199 if(usage & GRALLOC_USAGE_PROTECTED) {
214 if(usage & GRALLOC_USAGE_PROTECTED)
gpu.cpp 73 qdutils::MDSS_V5) && (usage & GRALLOC_USAGE_PROTECTED)) {
278 (usage & GRALLOC_USAGE_PROTECTED)) {
  /frameworks/native/include/ui/
GraphicBuffer.h 59 USAGE_PROTECTED = GRALLOC_USAGE_PROTECTED,
  /hardware/libhardware/include/hardware/
gralloc.h 118 GRALLOC_USAGE_PROTECTED = 0x00004000,
  /hardware/qcom/display/liboverlay/
overlayMem.h 123 allocFlags |= GRALLOC_USAGE_PROTECTED;
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 126 if (usage & GRALLOC_USAGE_PROTECTED)
176 if (usage & GRALLOC_USAGE_PROTECTED) {
278 if (usage & GRALLOC_USAGE_PROTECTED)
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 100 GRALLOC_USAGE_PROTECTED));
106 // we could fail if GRALLOC_USAGE_PROTECTED is not supported.
108 // try again without the GRALLOC_USAGE_PROTECTED bit.
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 399 if (handle->flags & GRALLOC_USAGE_PROTECTED)
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 696 (activeBuffer->getUsage() & GRALLOC_USAGE_PROTECTED);
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 568 usage |= GRALLOC_USAGE_PROTECTED;
573 if (usage & GRALLOC_USAGE_PROTECTED) {
    [all...]
OMXCodec.cpp     [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 328 return (handle->usage & GRALLOC_USAGE_PROTECTED);
    [all...]