/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/ |
H A D | common.cpp | 55 int imgFd = open(path, O_RDWR | O_CREAT, 00766);
in DumpImageFile() local 56 if (imgFd == -1) {
in DumpImageFile() 61 ret = write(imgFd, buffer, size);
in DumpImageFile() 64 close(imgFd);
in DumpImageFile() 67 close(imgFd);
in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
H A D | benchmark_common.cpp | 54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local 55 if (imgFd == -1) { in DumpImageFile() 60 ret = write(imgFd, buffer, size); in DumpImageFile() 63 close(imgFd); in DumpImageFile() 66 close(imgFd); in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 54 int imgFd = open(path, O_RDWR | O_CREAT, 00766);
in DumpImageFile() local 55 if (imgFd == -1) {
in DumpImageFile() 60 ret = write(imgFd, buffer, size);
in DumpImageFile() 63 close(imgFd);
in DumpImageFile() 66 close(imgFd);
in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local 55 if (imgFd == -1) { in DumpImageFile() 60 ret = write(imgFd, buffer, size); in DumpImageFile() 63 close(imgFd); in DumpImageFile() 66 close(imgFd); in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
H A D | benchmark_common.cpp | 54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local 55 if (imgFd == -1) { in DumpImageFile() 60 ret = write(imgFd, buffer, size); in DumpImageFile() 63 close(imgFd); in DumpImageFile() 66 close(imgFd); in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
H A D | common.cpp | 54 int imgFd = open(path, O_RDWR | O_CREAT, 00766);
in DumpImageFile() local 55 if (imgFd == -1) {
in DumpImageFile() 60 ret = write(imgFd, buffer, size);
in DumpImageFile() 63 close(imgFd);
in DumpImageFile() 66 close(imgFd);
in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | test_display.cpp | 209 int imgFd = open(path, O_RDWR | O_CREAT, 00766); // 00766: file permissions in SaveYUV() local 210 if (imgFd == -1) { in SaveYUV() 214 ret = write(imgFd, buffer, size); in SaveYUV() 217 close(imgFd); in SaveYUV() 220 close(imgFd); in SaveYUV()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/ |
H A D | benchmark_common.cpp | 54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() local 55 if (imgFd == -1) { in DumpImageFile() 60 ret = write(imgFd, buffer, size); in DumpImageFile() 63 close(imgFd); in DumpImageFile() 66 close(imgFd); in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 55 int imgFd = open(path, O_RDWR | O_CREAT, 00766);
in DumpImageFile() local 56 if (imgFd == -1) {
in DumpImageFile() 61 ret = write(imgFd, buffer, size);
in DumpImageFile() 64 close(imgFd);
in DumpImageFile() 67 close(imgFd);
in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 64 int imgFd = open(path, O_RDWR | O_CREAT, 00766);
in DumpImageFile() local 65 if (imgFd == -1) {
in DumpImageFile() 70 ret = write(imgFd, buffer, size);
in DumpImageFile() 73 close(imgFd);
in DumpImageFile() 76 close(imgFd);
in DumpImageFile()
|