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

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 48 int file_fdp; local
59 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777);
61 if (file_fdp < 0) {
67 write(file_fdp,
69 close(file_fdp);
mm_qcamera_snapshot.c 64 int file_fdp; local
77 file_fdp = open(bufp, O_RDWR | O_CREAT, 0777);
79 if (file_fdp < 0) {
85 write(file_fdp,
87 close(file_fdp);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 95 int file_fdp; local
98 file_fdp = open(filename, O_RDWR | O_CREAT, 0777);
100 if (file_fdp < 0) {
104 write(file_fdp,
106 close(file_fdp);
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 94 int file_fdp; local
97 file_fdp = open(filename, O_RDWR | O_CREAT, 0777);
99 if (file_fdp < 0) {
103 write(file_fdp,
105 close(file_fdp);
    [all...]

Completed in 38 milliseconds