HomeSort by relevance Sort by last modified time
    Searched defs:ION_HEAP (Results 1 - 19 of 19) sorted by null

  /cts/hostsidetests/security/securityPatch/Bug-35139833/
local_poc.h 65 #define ION_HEAP(bit) (1 << (bit))
  /cts/hostsidetests/security/securityPatch/CVE-2017-0564/
poc.c 34 #define ION_HEAP(bit) (1 << (bit))
57 ION_HEAP(ION_CP_MM_HEAP_ID),
58 ION_HEAP(ION_CP_MFC_HEAP_ID),
59 ION_HEAP(ION_SYSTEM_CONTIG_HEAP_ID),
60 ION_HEAP(ION_ADSP_HEAP_ID ),
61 ION_HEAP(ION_SF_HEAP_ID),
62 ION_HEAP(ION_SYSTEM_HEAP_ID),
63 ION_HEAP(ION_QSECOM_HEAP_ID),
64 ION_HEAP(ION_AUDIO_HEAP_ID),
79 .flags = ION_SECURE | ION_FORCE_CONTIGUOUS | ION_HEAP(ION_CP_MM_HEAP_ID)
    [all...]
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
LogGenerator.java 32 ION_HEAP(new IonHeapGenerator()),
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_ion.h 65 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_ion.h 66 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_ion.h 79 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_ion.h 102 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_ion.h 77 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_ion.h 96 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_ion.h 80 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_ion.h 99 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_ion.h 84 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ion.h 95 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ion.h 122 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_ion.h 100 #define ION_HEAP(bit) ION_BIT(bit)
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_ion.h 127 #define ION_HEAP(bit) ION_BIT(bit)
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_ion.h 94 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_ion.h 119 #define ION_HEAP(bit) (1 << (bit))
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_ion.h 85 #define ION_HEAP(bit) (1 << (bit))

Completed in 89 milliseconds