HomeSort by relevance Sort by last modified time
    Searched full:mapfd (Results 1 - 11 of 11) sorted by null

  /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 53 if (mapfd(fd, size) == NO_ERROR) {
74 if (mapfd(fd, size) == NO_ERROR) {
86 mapfd(dup(fd), size, offset);
102 status_t MemoryHeapBase::mapfd(int fd, size_t size, uint32_t offset) function in class:android::MemoryHeapBase
  /bootable/recovery/uncrypt/
uncrypt.cpp 178 int mapfd = open(map_file, O_WRONLY | O_CREAT | O_SYNC, S_IRUSR | S_IWUSR); local
179 if (mapfd == -1) {
183 FILE* mapf = fdopen(mapfd, "w");
310 if (fsync(mapfd) == -1) {
  /frameworks/native/include/binder/
MemoryHeapBase.h 89 status_t mapfd(int fd, size_t size, uint32_t offset = 0);
  /system/core/libion/tests/
map_test.cpp 57 TEST_F(Map, MapFd)
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_app.h 148 struct ion_fd_data *ion_info_fd, int *mapFd);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c 63 struct ion_fd_data *ion_info_fd, int *mapFd)
84 *mapFd = ion_info_fd->fd;
89 *mapFd,
    [all...]
mm_qcamera_app.c 45 struct ion_fd_data *ion_info_fd, int *mapFd);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 129 VideoHeap(int devicefd, size_t size, void* base,struct ion_handle *handle,int mapfd);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 123 VideoHeap(int devicefd, size_t size, void* base,ion_user_handle_t handle,int mapfd);
    [all...]
omx_vdec_hevc.h 115 VideoHeap(int devicefd, size_t size, void* base,struct ion_handle *handle,int mapfd);
    [all...]

Completed in 215 milliseconds