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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 178 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) {
183 uptr map_res = (uptr)MmapOrDie(map_size, mem_type);
sanitizer_common.h 49 void *MmapOrDie(uptr size, const char *mem_type);
55 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type);
sanitizer_posix.cc 55 void *MmapOrDie(uptr size, const char *mem_type) {
70 SanitizerToolName, size, size, mem_type, errno);
sanitizer_win.cc 62 void *MmapOrDie(uptr size, const char *mem_type) {
66 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 158 MEMORY_TYPE mem_type; local
196 mem_type = NORMAL_MEMORY;
198 mem_type = SYSTEM_MEMORY;
200 temp_buffer = Exynos_OSAL_SharedMemory_Alloc(pVideoEnc->hSharedMemory, nSizeBytes, mem_type);
    [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/msm8960/original-kernel-headers/media/
msm_camera.h 669 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]

Completed in 486 milliseconds