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

  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_virtual.cpp 102 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
104 setMDPScalingMode(ctx, ohnd, dpy);
106 mScalingWidth = getWidth(ohnd);
107 mScalingHeight = getHeight(ohnd);
148 private_handle_t *ohnd = (private_handle_t *)list->outbuf; local
149 int format = ohnd->format;
156 if(! Writeback::getInstance()->setSecure(isSecureBuffer(ohnd)))
159 isSecureBuffer(ohnd));
186 Writeback::getInstance()->queueBuffer(ohnd->fd,
187 (uint32_t)ohnd->offset)
    [all...]
  /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/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...]

Completed in 175 milliseconds