HomeSort by relevance Sort by last modified time
    Searched full:mem_type (Results 1 - 12 of 12) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 50 void *MmapOrDie(uptr size, const char *mem_type) {
66 SanitizerToolName, size, size, mem_type, reserrno);
sanitizer_common.cc 144 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) {
149 uptr map_res = (uptr)MmapOrDie(map_size, mem_type);
sanitizer_common.h 54 void *MmapOrDie(uptr size, const char *mem_type);
60 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type);
sanitizer_win.cc 80 void *MmapOrDie(uptr size, const char *mem_type) {
84 size, size, mem_type);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c 160 MEMORY_TYPE mem_type; local
198 mem_type = SECURE_MEMORY;
200 mem_type = NORMAL_MEMORY;
202 mem_type = SYSTEM_MEMORY;
204 temp_buffer = Exynos_OSAL_SharedMemory_Alloc(pVideoDec->hSharedMemory, nSizeBytes, mem_type);
225 if (mem_type == SECURE_MEMORY)
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c 159 MEMORY_TYPE mem_type; local
197 mem_type = NORMAL_MEMORY;
199 mem_type = SYSTEM_MEMORY;
201 temp_buffer = Exynos_OSAL_SharedMemory_Alloc(pVideoEnc->hSharedMemory, nSizeBytes, mem_type);
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 63 void Mir2Lir::SetMemRefType(LIR* lir, bool is_load, int mem_type) {
75 switch (mem_type) {
92 LOG(FATAL) << "Oat: invalid memref kind - " << mem_type;
    [all...]
mir_to_lir.h 256 void SetMemRefType(LIR* lir, bool is_load, int mem_type);
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 669 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 735 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 632 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_camera.h 629 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]

Completed in 450 milliseconds