Searched refs:out_hnd (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_mgr.cpp174 private_handle_t *out_hnd = new private_handle_t(dup(input->fd), local
186 out_hnd->id = ++next_id_;
188 RegisterHandleLocked(out_hnd, -1, -1);
189 *outbuffer = out_hnd;
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.cpp173 private_handle_t *out_hnd = new private_handle_t(dup(input->fd), local
185 out_hnd->id = ++next_id_;
187 RegisterHandleLocked(out_hnd, -1, -1);
188 *outbuffer = out_hnd;
/hardware/qcom/display/sdm845/libgralloc1/
H A Dgr_buf_mgr.cpp182 private_handle_t *out_hnd = new private_handle_t(dup(input->fd), local
194 out_hnd->id = ++next_id_;
196 RegisterHandleLocked(out_hnd, -1, -1);
197 *outbuffer = out_hnd;

Completed in 34 milliseconds