Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 12 of 12) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp185 String8 filePath = getFilePath(cameraId); in threadLoop() local
191 int newStatus = readFile(filePath); in threadLoop()
228 String8 filePath = getFilePath(cameraId); in createFileIfNotExists() local
231 open(filePath.string(), O_WRONLY | O_CREAT | O_TRUNC, in createFileIfNotExists()
235 __FUNCTION__, filePath.string(), strerror(errno), errno); in createFileIfNotExists()
242 __FUNCTION__, filePath.string(), strerror(errno), errno); in createFileIfNotExists()
250 int EmulatedCameraHotplugThread::getCameraId(String8 filePath) const { in getCameraId()
257 if (camPath == filePath) { in getCameraId()
338 int EmulatedCameraHotplugThread::readFile(String8 filePath) const { in readFile()
341 open(filePath.string(), O_RDONLY, /*mode*/0)); in readFile()
[all …]
DEmulatedCameraHotplugThread.h56 int getCameraId(String8 filePath) const;
60 int readFile(String8 filePath) const;
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1600 String8 filePath(timeBuf); in dumpMetadataToFile() local
1603 filePath.append(buf); in dumpMetadataToFile()
1604 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile()
1710 String8 filePath(timeBuf); in dumpFrameToFile() local
1766 filePath.append(buf); in dumpFrameToFile()
1767 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpFrameToFile()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2004 String8 filePath(timeBuf); in dumpMetadataToFile() local
2006 filePath.append(buf); in dumpMetadataToFile()
2007 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile()
2129 String8 filePath(timeBuf); in dumpFrameToFile() local
2176 filePath.append(buf); in dumpFrameToFile()
2177 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpFrameToFile()
2203 strlcpy(m_BackendFileName, filePath.string(), QCAMERA_MAX_FILEPATH_LENGTH); in dumpFrameToFile()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2004 String8 filePath(timeBuf); in dumpMetadataToFile() local
2006 filePath.append(buf); in dumpMetadataToFile()
2007 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile()
2129 String8 filePath(timeBuf); in dumpFrameToFile() local
2176 filePath.append(buf); in dumpFrameToFile()
2177 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpFrameToFile()
2203 strlcpy(m_BackendFileName, filePath.string(), QCAMERA_MAX_FILEPATH_LENGTH); in dumpFrameToFile()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp3768 String8 filePath(timeBuf); in dumpMetadataToFile() local
3775 filePath.append(buf); in dumpMetadataToFile()
3776 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile()
/device/lge/bullhead/location/loc_api/loc_api_v02/
Dlocation_service_v02.c1711 QMI_IDL_OFFSET8(qmiLocEventGdtUploadBeginStatusReqIndMsgT_v02, filePath),
1713 …QMI_IDL_OFFSET8(qmiLocEventGdtUploadBeginStatusReqIndMsgT_v02, filePath) - QMI_IDL_OFFSET8(qmiLocE…
Dlocation_service_v02.h3283 char filePath[QMI_LOC_MAX_GDT_PATH_LEN_V02]; member
/device/huawei/angler/location/loc_api/loc_api_v02/
Dlocation_service_v02.c1711 QMI_IDL_OFFSET8(qmiLocEventGdtUploadBeginStatusReqIndMsgT_v02, filePath),
1713 …QMI_IDL_OFFSET8(qmiLocEventGdtUploadBeginStatusReqIndMsgT_v02, filePath) - QMI_IDL_OFFSET8(qmiLocE…
Dlocation_service_v02.h3283 char filePath[QMI_LOC_MAX_GDT_PATH_LEN_V02]; member
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.cpp5246 String8 filePath(timeBuf); in dumpMetadataToFile() local
5253 filePath.append(buf); in dumpMetadataToFile()
5254 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp5243 String8 filePath(timeBuf); in dumpMetadataToFile() local
5250 filePath.append(buf); in dumpMetadataToFile()
5251 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile()