Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3SnapshotTest.cpp151 buffer_thread_msg_t msg; in snapshotTestEnd()
160 memset(&msg, 0, sizeof(buffer_thread_msg_t)); in snapshotTestEnd()
162 write(pfd[1], &msg, sizeof(buffer_thread_msg_t)); in snapshotTestEnd()
226 buffer_thread_msg_t msg; in hal3appSnapshotProcessBuffers()
227 nread = read(pollfds.fd, &msg, sizeof(buffer_thread_msg_t)); in hal3appSnapshotProcessBuffers()
DQCameraHAL3RawSnapshotTest.cpp151 buffer_thread_msg_t msg; in rawTestEnd()
162 memset(&msg, 0, sizeof(buffer_thread_msg_t)); in rawTestEnd()
164 write(pfd[1], &msg, sizeof(buffer_thread_msg_t)); in rawTestEnd()
235 buffer_thread_msg_t msg; in rawProcessBuffers()
236 nread = read(pollfds.fd, &msg, sizeof(buffer_thread_msg_t)); in rawProcessBuffers()
DQCameraHAL3Base.cpp110 buffer_thread_msg_t msg; in ProcessCaptureResult()
143 memset(&msg, 0, sizeof(buffer_thread_msg_t)); in ProcessCaptureResult()
155 memset(&msg, 0, sizeof(buffer_thread_msg_t)); in ProcessCaptureResult()
156 write(pfd[1], &msg, sizeof(buffer_thread_msg_t)); in ProcessCaptureResult()
DQCameraHAL3Base.h106 } buffer_thread_msg_t; typedef