HomeSort by relevance Sort by last modified time
    Searched refs:queueBuffer (Results 76 - 100 of 129) sorted by null

1 2 34 5 6

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 251 if (!ctx->mOverlay->queueBuffer(fd, offset, mDest)) {
252 ALOGE("%s: queueBuffer failed", __func__);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 239 bool MdpRot::queueBuffer(int fd, uint32_t offset) {
overlay.cpp 306 bool Overlay::queueBuffer(int fd, uint32_t offset,
312 ret = mPipeBook[dest].mPipe->queueBuffer(fd, offset);
overlay.h 102 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
overlayMdssRot.cpp 71 //buffer allocation, which happens in queueBuffer.
158 bool MdssRot::queueBuffer(int fd, uint32_t offset) {
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 233 bool MdpRot::queueBuffer(int fd, uint32_t offset) {
240 "queueBuffer numbufs is 0");
overlayMdssRot.cpp 130 bool MdssRot::queueBuffer(int fd, uint32_t offset) {
136 OVASSERT(mMem.curr().m.numBufs(), "queueBuffer numbufs is 0");
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.cpp 239 if (!ctx->mOverlay->queueBuffer(fd, offset, mDest)) {
240 ALOGE("%s: queueBuffer failed", __func__);
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlay.h 83 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
overlayMdpRot.cpp 218 bool MdpRot::queueBuffer(int fd, uint32_t offset) {
225 "queueBuffer numbufs is 0");
overlayMdssRot.cpp 132 bool MdssRot::queueBuffer(int fd, uint32_t offset) {
138 OVASSERT(mMem.curr().m.numBufs(), "queueBuffer numbufs is 0");
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.cpp 255 if (!ctx->mOverlay->queueBuffer(fd, offset, mDest)) {
256 ALOGE("%s: queueBuffer failed", __func__);
hwc_virtual.cpp 185 Writeback::getInstance()->queueBuffer(ohnd->fd,
  /system/core/include/system/
window.h 153 /* Check whether queueBuffer operations on the ANativeWindow send the buffer
382 * by the native window when queueBuffer is called. This is equal to INT64_MIN,
440 * either queueBuffer or cancelBuffer, so clients only need their own
473 * either queueBuffer or cancelBuffer, so clients only need their own
483 * time for binary compatibility, but the new queueBuffer function that
522 * either queueBuffer or cancelBuffer, so clients only need their own
540 * either queueBuffer or cancelBuffer, so clients only need their own
562 * either queueBuffer or cancelBuffer, so clients only need their own
571 * queueBuffer, and the ANativeWindow implementation is responsible for
576 int (*queueBuffer)(struct ANativeWindow* window
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 934 if(!rot->queueBuffer(fd, offset))
940 if (!ov.queueBuffer(fd, offset, dest)) {
941 ALOGE("%s: queueBuffer failed for external", __FUNCTION__);
    [all...]
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 178 virtual status_t queueBuffer(int buf,
405 status_t result = queueBuffer(buf, input, output);
  /hardware/qcom/display/msm8084/liboverlay/
overlay.cpp 303 bool Overlay::queueBuffer(int fd, uint32_t offset,
310 ret = mPipeBook[index].mPipe->queueBuffer(fd, offset);
overlay.h 101 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
  /hardware/qcom/display/msm8994/liboverlay/
overlay.cpp 332 bool Overlay::queueBuffer(int fd, uint32_t offset,
338 ret = mPipeBook[dest].mPipe->queueBuffer(fd, offset);
overlay.h 105 bool queueBuffer(int fd, uint32_t offset, utils::eDest dest);
overlayMdpRot.cpp 247 bool MdpRot::queueBuffer(int fd, uint32_t offset) {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 342 mRenderer->queueBuffer(true /* audio */, buffer, reply);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 169 * queueBuffer
203 res = currentConsumer->queueBuffer(currentConsumer.get(),
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 106 mListener->queueBuffer(buffIndex, buffLength);

Completed in 663 milliseconds

1 2 34 5 6