/external/ppp/pppd/plugins/radius/ |
clientid.c | 37 FILE *mapfd; local 42 if ((mapfd = fopen(filename,"r")) == NULL) 50 while (fgets(buffer, sizeof(buffer), mapfd) != NULL) 89 fclose(mapfd);
|
/frameworks/native/libs/binder/ |
MemoryHeapBase.cpp | 58 if (mapfd(fd, size) == NO_ERROR) { 79 if (mapfd(fd, size) == NO_ERROR) { 91 mapfd(dup(fd), size, offset); 107 status_t MemoryHeapBase::mapfd(int fd, size_t size, uint32_t offset) function in class:android::MemoryHeapBase
|
/frameworks/native/include/binder/ |
MemoryHeapBase.h | 89 status_t mapfd(int fd, size_t size, uint32_t offset = 0);
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
omx_vdec.h | 131 VideoHeap(int devicefd, size_t size, void* base,struct ion_handle *handle,int mapfd);
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
omx_vdec_hevc.h | 119 VideoHeap(int devicefd, size_t size, void* base,struct ion_handle *handle,int mapfd); [all...] |
omx_vdec.h | 125 VideoHeap(int devicefd, size_t size, void* base,struct ion_handle *handle,int mapfd); [all...] |