Home
last modified time | relevance | path

Searched refs:phys (Results 1 – 19 of 19) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
DExynosBuffer.h65 } phys; member
91 phys. extP[i] = 0; in ExynosBuffer()
103 phys. extP[i] = other->phys.extP[i]; in ExynosBuffer()
115 phys. extP[i] = other.phys.extP[i];
129 && phys. extP[0] == other.phys.extP[0]
130 && phys. extP[1] == other.phys.extP[1]
131 && phys. extP[2] == other.phys.extP[2]
156 if (buf->phys.p) in BUFFER_TYPE()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
DCMcKMod.cpp457 mcResult_t CMcKMod::findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) in findContiguousWsm() argument
475 *phys = (addr_t)wsm.phys; in findContiguousWsm()
DCMcKMod.h130 mcResult_t findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_q6venc.h119 u32 phys; member
212 void *phys; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_q6venc.h92 u32 phys; member
177 void *phys; member
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
DTrustZoneDevice.h122 bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
DTrustZoneDevice.cpp511 bool TrustZoneDevice::findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) in findContiguousWsm() argument
513 if (pMcKMod->findContiguousWsm(handle, phys, len)) { in findContiguousWsm()
517 LOG_I("Resolved buffer with handle %u to %p", handle, phys); in findContiguousWsm()
/hardware/samsung_slsi/exynos5/mobicore/include/Public/
Dmc_linux.h144 uint32_t phys; member
/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.cpp234 … unmappedSrcSuccess = unmapGPUAddr((unsigned long)((C2D_RGB_SURFACE_DEF *)mSrcSurfaceDef)->phys); in convertC2D()
241 … unmappedDstSuccess = unmapGPUAddr((unsigned long)((C2D_RGB_SURFACE_DEF *)mDstSurfaceDef)->phys); in convertC2D()
306 surfaceDef->phys = (void *)0xaaaaaaaa; in getDummySurfaceDef()
349 srcSurfaceDef->phys = getMappedGPUAddr(fd, data, mSrcSize); in updateRGBSurfaceDef()
357 dstSurfaceDef->phys = getMappedGPUAddr(fd, data, mDstSize); in updateRGBSurfaceDef()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
DMobiCoreDevice.h207 virtual bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) = 0;
/hardware/qcom/display/msm8084/libcopybit/
Dc2d2.h316 void *phys; /* physical address */ member
Dcopybit_c2d.cpp537 surfaceDef.phys = (void*) gpuaddr; in set_image()
1587 surfDefinition.phys = (void*)0xdddddddd; in open_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dc2d2.h316 void *phys; /* physical address */ member
Dcopybit_c2d.cpp536 surfaceDef.phys = (void*) gpuaddr; in set_image()
1576 surfDefinition.phys = (void*)0xdddddddd; in open_copybit()
/hardware/qcom/display/msm8960/libcopybit/
Dc2d2.h316 void *phys; /* physical address */ member
Dcopybit_c2d.cpp527 surfaceDef.phys = (void*) gpuaddr; in set_image()
1533 surfDefinition.phys = (void*)0xdddddddd; in open_copybit()
/hardware/qcom/display/msm8974/libcopybit/
Dc2d2.h316 void *phys; /* physical address */ member
Dcopybit_c2d.cpp538 surfaceDef.phys = (void*) gpuaddr; in set_image()
1567 surfDefinition.phys = (void*)0xdddddddd; in open_copybit()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp3402 if (buf[i].virt.p != NULL || buf[i].phys.p != 0 || in m_setWidthHeight()