HomeSort by relevance Sort by last modified time
    Searched refs:mem_fd (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/tools/android/heap_profiler/
heap_dump.c 55 int mem_fd,
86 lseek_abs(mem_fd, start);
87 ssize_t rsize = read_safe(mem_fd, &stats, sizeof(stats));
128 lseek_abs(mem_fd, (uintptr_t) stats.allocs);
131 if (read_safe(mem_fd, &alloc, sizeof(alloc)) != sizeof(alloc)) {
179 lseek_abs(mem_fd, (uintptr_t) stats.stack_traces);
182 if (read_safe(mem_fd, &st, sizeof(st)) != sizeof(st)) {
253 int mem_fd = open(path, O_RDONLY); local
254 if (mem_fd < 0) {
258 return mem_fd;
332 int mem_fd = open_proc_mem_fd(); local
    [all...]
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 65 typedef C2D_STATUS (*LINK_c2dMapAddr)( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags, void ** gpuaddr);
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 659 * mem_fd is the fd of the memory region, hostptr is the host pointer to the region
    [all...]
copybit_c2d.cpp 81 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 659 * mem_fd is the fd of the memory region, hostptr is the host pointer to the region
    [all...]
copybit_c2d.cpp 81 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 659 * mem_fd is the fd of the memory region, hostptr is the host pointer to the region
    [all...]
copybit_c2d.cpp 83 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, uint32 len,
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 659 * mem_fd is the fd of the memory region, hostptr is the host pointer to the region
    [all...]
copybit_c2d.cpp 83 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, uint32 len,
    [all...]

Completed in 1727 milliseconds