HomeSort by relevance Sort by last modified time
    Searched defs:ohnd (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 122 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
123 Writeback::getInstance()->configureDpyInfo(ohnd->width,
124 ohnd->height);
161 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
162 int format = ohnd->format;
169 if(isSecureBuffer(ohnd)){
196 Writeback::getInstance()->queueBuffer(ohnd->fd,
197 (uint32_t)ohnd->offset);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 133 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
134 Writeback::getInstance()->configureDpyInfo(ohnd->width,
135 ohnd->height);
173 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
174 int format = ohnd->format;
181 if(isSecureBuffer(ohnd)){
212 Writeback::getInstance()->queueBuffer(ohnd->fd,
213 (uint32_t)ohnd->offset);
226 if(!isSecureBuffer(ohnd)) {
229 dumpBuffer(ohnd, bufferName)
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc.cpp 231 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
232 Writeback::getInstance()->configureDpyInfo(ohnd->width, ohnd->height);
511 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
512 int format = ohnd->format;
532 Writeback::getInstance()->queueBuffer(ohnd->fd, ohnd->offset);

Completed in 275 milliseconds