Home
last modified time | relevance | path

Searched defs:memPriv (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
H A Dvirtual_malloc.c185 static int32_t VmallocMapDmaBuf(void *memPriv) in VmallocMapDmaBuf()
197 static void VmallocUnmapDmaBuf(void *memPriv) in VmallocUnmapDmaBuf()
208 static void VmallocDetachDmaBuf(void *memPriv) in VmallocDetachDmaBuf()
H A Dsg_dma.c268 static int SgMapDmaBuf(void *memPriv) in SgMapDmaBuf()
299 static void SgUnmapDmaBuf(void *memPriv) in SgUnmapDmaBuf()
326 static void SgDetachDmaBuf(void *memPriv) in SgDetachDmaBuf()
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/
H A Dcamera_buffer.c108 void *memPriv = NULL; in CameraBufferAllocMmapPlane() local
306 void *memPriv = NULL; in CameraBufferPrepareUserPtrPlane() local
365 void *memPriv = NULL; in CameraBufferAttachDmaPlane() local
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/include/
H A Dcamera_buffer.h30 void *memPriv; member