Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Test.cpp102 native_handle_t *nh_test; in allocateBuffers() local
130 nh_test = native_handle_create(2, 4); in allocateBuffers()
131 nh_test->data[0] = ion_info_fd.fd; in allocateBuffers()
132 nh_test->data[1] = 0; in allocateBuffers()
133 nh_test->data[2] = 0; in allocateBuffers()
134 nh_test->data[3] = 0; in allocateBuffers()
135 nh_test->data[4] = alloc.len; in allocateBuffers()
136 nh_test->data[5] = 0; in allocateBuffers()
137 return nh_test; in allocateBuffers()