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

1 2

  /hardware/intel/img/hwcomposer/common/buffers/
GraphicBuffer.cpp 40 return (usage & GRALLOC_USAGE_PROTECTED) != 0;
  /hardware/qcom/display/msm8960/libgralloc/
alloc_controller.cpp 68 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED))
198 if(usage & GRALLOC_USAGE_PROTECTED) {
213 if(usage & GRALLOC_USAGE_PROTECTED)
gpu.cpp 73 qdutils::MDSS_V5) && (usage & GRALLOC_USAGE_PROTECTED)) {
278 (usage & GRALLOC_USAGE_PROTECTED)) {
  /external/chromium_org/third_party/hwcplus/include/hardware/
gralloc.h 121 GRALLOC_USAGE_PROTECTED = 0x00004000,
  /hardware/libhardware/include/hardware/
gralloc.h 125 GRALLOC_USAGE_PROTECTED = 0x00004000,
  /hardware/qcom/display/msm8226/liboverlay/
overlayMem.h 131 allocFlags |= GRALLOC_USAGE_PROTECTED;
  /hardware/qcom/display/msm8960/liboverlay/
overlayMem.h 123 allocFlags |= GRALLOC_USAGE_PROTECTED;
  /hardware/qcom/display/msm8974/liboverlay/
overlayMem.h 123 allocFlags |= GRALLOC_USAGE_PROTECTED;
  /hardware/qcom/display/msm8974/libgralloc/
alloc_controller.cpp 68 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED))
206 if(usage & GRALLOC_USAGE_PROTECTED) {
gpu.cpp 72 if (usage & GRALLOC_USAGE_PROTECTED) {
293 (usage & GRALLOC_USAGE_PROTECTED)) {
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 121 if (usage & GRALLOC_USAGE_PROTECTED)
186 if (usage & GRALLOC_USAGE_PROTECTED) {
288 if (usage & GRALLOC_USAGE_PROTECTED)
  /frameworks/native/include/ui/
GraphicBuffer.h 60 USAGE_PROTECTED = GRALLOC_USAGE_PROTECTED,
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 105 GRALLOC_USAGE_PROTECTED));
111 // we could fail if GRALLOC_USAGE_PROTECTED is not supported.
113 // try again without the GRALLOC_USAGE_PROTECTED bit.
  /hardware/qcom/display/msm8084/liboverlay/
overlayMem.h 141 allocFlags |= GRALLOC_USAGE_PROTECTED;
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 71 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED))
299 if(usage & GRALLOC_USAGE_PROTECTED) {
gpu.cpp 73 if ((usage & GRALLOC_USAGE_PROTECTED) &&
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 71 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED))
299 if(usage & GRALLOC_USAGE_PROTECTED) {
gpu.cpp 72 if ((usage & GRALLOC_USAGE_PROTECTED) &&
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 393 if (handle->flags & GRALLOC_USAGE_PROTECTED)
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 821 (activeBuffer->getUsage() & GRALLOC_USAGE_PROTECTED);
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
ACodec.cpp 675 usage |= GRALLOC_USAGE_PROTECTED;
680 if (usage & GRALLOC_USAGE_PROTECTED) {
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 328 return (handle->usage & GRALLOC_USAGE_PROTECTED);
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 431 return (handle->usage & GRALLOC_USAGE_PROTECTED);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]

Completed in 494 milliseconds

1 2