Searched refs:getBuffer (Results 1 – 14 of 14) sorted by relevance
/device/generic/goldfish-opengl/system/hwc3/ |
D | HostFrameComposer.cpp | 369 mDrmClient->create(clientTargetFencedBuffer.getBuffer()); in onDisplayClientTargetSet() 519 if (displayClientTarget.getBuffer() != nullptr) { in presentDisplay() 527 … post(hostCon, rcEnc, displayInfo.hostDisplayId, displayClientTarget.getBuffer()); in presentDisplay() 572 ::android::base::unique_fd fence = layer->getBuffer().getFence(); in presentDisplay() 582 const native_handle_t* cb = layer->getBuffer().getBuffer(); in presentDisplay() 611 hostCon->grallocHelper()->getHostHandle(compositionResult->getBuffer()); in presentDisplay() 617 hostCon->grallocHelper()->getHostHandle(compositionResult->getBuffer()); in presentDisplay() 699 post(hostCon, rcEnc, displayInfo.hostDisplayId, displayClientTarget.getBuffer()); in presentDisplay()
|
D | Layer.cpp | 64 FencedBuffer& Layer::getBuffer() { in getBuffer() function in aidl::android::hardware::graphics::composer3::impl::Layer 81 return mBuffer.getBuffer(); in waitAndGetBuffer()
|
D | GuestFrameComposer.cpp | 669 if (compositionResult->getBuffer() == nullptr) { in presentDisplay() 682 mGralloc.Import(compositionResult->getBuffer()); in presentDisplay() 840 buffer_handle_t bufferHandle = layer->getBuffer().getBuffer(); in canComposeLayer()
|
D | FencedBuffer.h | 35 buffer_handle_t getBuffer() const { return mBuffer; } in getBuffer() function
|
D | DrmSwapchain.h | 34 const native_handle_t* getBuffer();
|
D | DrmSwapchain.cpp | 60 const native_handle_t* DrmSwapchain::Image::getBuffer() { return mBuffer; } in getBuffer() function in aidl::android::hardware::graphics::composer3::impl::DrmSwapchain::Image
|
D | Layer.h | 44 FencedBuffer& getBuffer();
|
D | ClientFrameComposer.cpp | 95 mDrmClient.create(display->getClientTarget().getBuffer()); in onDisplayClientTargetSet()
|
D | Display.cpp | 1022 return mClientTarget.getBuffer(); in waitAndGetClientTargetBuffer()
|
/device/generic/goldfish/camera/ |
D | QemuCamera.cpp | 288 const cb_handle_t* const cb = cb_handle_t::from(csb->getBuffer()); in captureFrameYUV() 314 const cb_handle_t* const cb = cb_handle_t::from(csb->getBuffer()); in captureFrameRGBA() 354 sb = csb->finish(convertRGBAtoRAW16(imageSize, mem, csb->getBuffer())); in captureFrameRAW16() 390 csb->getBuffer(), jpegBufferSize)); in captureFrameJpeg()
|
D | FakeRotatingCamera.cpp | 548 return renderIntoRGBA(si, renderParams, csb->getBuffer()); in captureFrameRGBA() 572 csb->getBuffer(), static_cast<uint32_t>(BufferUsage::CPU_WRITE_OFTEN), in captureFrameYUV() 582 LOG_ALWAYS_FATAL_IF(GraphicBufferMapper::get().unlock(csb->getBuffer()) != NO_ERROR); in captureFrameYUV() 603 csb->getBuffer(), jpegBufferSize)); in captureFrameJpeg()
|
D | CachedStreamBuffer.h | 41 const native_handle_t* getBuffer() const { return mBuffer; } in getBuffer() function
|
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsOffloadManagerTest.java | 840 String result = resultWriter.getBuffer().toString(); in serviceDump_containsDebuggingInfo()
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 46399 PLcom/android/internal/org/bouncycastle/asn1/ASN1InputStream;->getBuffer(Lcom/android/internal/org/… 49193 HSPLcom/android/org/bouncycastle/asn1/ASN1InputStream;->getBuffer(Lcom/android/org/bouncycastle/asn… 50335 HSPLjava/io/StringWriter;->getBuffer()Ljava/lang/StringBuffer; 57310 HSPLjdk/internal/math/FormattedFloatingDecimal;->getBuffer()[C
|