Searched refs:buffer_thread_msg_t (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
D | QCameraHAL3SnapshotTest.cpp | 151 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()
|
D | QCameraHAL3RawSnapshotTest.cpp | 151 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()
|
D | QCameraHAL3Base.cpp | 110 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()
|
D | QCameraHAL3Base.h | 106 } buffer_thread_msg_t; typedef
|