/hardware/samsung_slsi/exynos5/include/ |
D | ExynosBuffer.h | 65 } 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/ |
D | CMcKMod.cpp | 457 mcResult_t CMcKMod::findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) in findContiguousWsm() argument 475 *phys = (addr_t)wsm.phys; in findContiguousWsm()
|
D | CMcKMod.h | 130 mcResult_t findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_q6venc.h | 119 u32 phys; member 212 void *phys; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_q6venc.h | 92 u32 phys; member 177 void *phys; member
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/ |
D | TrustZoneDevice.h | 122 bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
|
D | TrustZoneDevice.cpp | 511 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/ |
D | mc_linux.h | 144 uint32_t phys; member
|
/hardware/qcom/media/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 234 … 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/ |
D | MobiCoreDevice.h | 207 virtual bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) = 0;
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | c2d2.h | 316 void *phys; /* physical address */ member
|
D | copybit_c2d.cpp | 537 surfaceDef.phys = (void*) gpuaddr; in set_image() 1587 surfDefinition.phys = (void*)0xdddddddd; in open_copybit()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | c2d2.h | 316 void *phys; /* physical address */ member
|
D | copybit_c2d.cpp | 536 surfaceDef.phys = (void*) gpuaddr; in set_image() 1576 surfDefinition.phys = (void*)0xdddddddd; in open_copybit()
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | c2d2.h | 316 void *phys; /* physical address */ member
|
D | copybit_c2d.cpp | 527 surfaceDef.phys = (void*) gpuaddr; in set_image() 1533 surfDefinition.phys = (void*)0xdddddddd; in open_copybit()
|
/hardware/qcom/display/msm8974/libcopybit/ |
D | c2d2.h | 316 void *phys; /* physical address */ member
|
D | copybit_c2d.cpp | 538 surfaceDef.phys = (void*) gpuaddr; in set_image() 1567 surfDefinition.phys = (void*)0xdddddddd; in open_copybit()
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCamera.cpp | 3402 if (buf[i].virt.p != NULL || buf[i].phys.p != 0 || in m_setWidthHeight()
|