Searched refs:Munmap (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dtegra_v4l2_video_device.cc48 TEGRAV4L2_SYM(Munmap);
78 TEGRAV4L2_DLSYM_OR_RETURN_ON_ERROR(Munmap);
126 void TegraV4L2Device::Munmap(void* addr, unsigned int len) { function in class:content::TegraV4L2Device
H A Dexynos_v4l2_video_device.h30 virtual void Munmap(void* addr, unsigned int len) OVERRIDE;
H A Dtegra_v4l2_video_device.h33 virtual void Munmap(void* addr, unsigned int len) OVERRIDE;
H A Dv4l2_video_device.h68 virtual void Munmap(void* addr, unsigned int len) = 0;
H A Dexynos_v4l2_video_device.cc81 void ExynosV4L2Device::Munmap(void* addr, unsigned int len) { function in class:content::ExynosV4L2Device
H A Dv4l2_video_encode_accelerator.cc1088 device_->Munmap(output_buffer_map_[i].address,
H A Dv4l2_video_decode_accelerator.cc1784 device_->Munmap(input_buffer_map_[i].address,

Completed in 146 milliseconds