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

  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 101 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
103 setMDPScalingMode(ctx, ohnd, dpy);
105 mScalingWidth = getWidth(ohnd);
106 mScalingHeight = getHeight(ohnd);
147 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
148 int format = ohnd->format;
155 if(! Writeback::getInstance()->setSecure(isSecureBuffer(ohnd)))
158 isSecureBuffer(ohnd));
185 Writeback::getInstance()->queueBuffer(ohnd->fd,
186 (uint32_t)ohnd->offset)
    [all...]
hwc_virtual.h 60 private_handle_t* ohnd, int dpy);
hwc_utils.cpp     [all...]
hwc_utils.h 331 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
  /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...]
hwc_utils.cpp     [all...]
hwc_utils.h 281 void dumpBuffer(private_handle_t *ohnd, char *bufferName);
  /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);

Completed in 100 milliseconds