Home
last modified time | relevance | path

Searched refs:writefd (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Test.cpp163 thread.writefd = pfd[1]; in processThreadCreate()
179 int32_t readfd, writefd; in processBuffers() local
185 writefd = thread->writefd; in processBuffers()
202 close(writefd); in processBuffers()
DQCameraHAL3RawSnapshotTest.cpp188 thread.writefd = pfd[1]; in rawProcessThreadCreate()
214 int32_t readfd, writefd; in rawProcessBuffers() local
219 writefd = thread->writefd; in rawProcessBuffers()
254 close(writefd); in rawProcessBuffers()
DQCameraHAL3SnapshotTest.cpp185 thread.writefd = pfd[1]; in snapshotThreadCreate()
204 int32_t readfd, writefd; in hal3appSnapshotProcessBuffers() local
209 writefd = thread->writefd; in hal3appSnapshotProcessBuffers()
245 close(writefd); in hal3appSnapshotProcessBuffers()
DQCameraHAL3Base.h129 int32_t writefd; member