Home
last modified time | relevance | path

Searched refs:cancelBuffer (Results 1 – 12 of 12) sorted by relevance

/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp229 (void)mProducer->cancelBuffer(slot, fenceHandle).isOk(); in fetchFromIgbp_l()
234 (void)mProducer->cancelBuffer(slot, fenceHandle).isOk(); in fetchFromIgbp_l()
267 (void)mProducer->cancelBuffer(slot, fenceHandle).isOk(); in fetchFromIgbp_l()
297 (void)mProducer->cancelBuffer(slot, fenceHandle).isOk(); in fetchFromIgbp_l()
413 (void)mProducer->cancelBuffer(igbp_slot, nullptr).isOk(); in cancel()
454 igbp->cancelBuffer(bqSlot, nullptr); in ~C2BufferQueueBlockPoolData()
/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurface.cpp203 Return<int32_t> InputSurface::cancelBuffer( in cancelBuffer() function in hardware::google::media::c2::V1_0::utils::InputSurface
206 return mBase->cancelBuffer(slot, fence); in cancelBuffer()
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DInputSurface.h118 virtual Return<int32_t> cancelBuffer(
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.h77 virtual int32_t cancelBuffer(uint32_t index);
DQCamera3Stream.cpp705 pme->cancelBuffer(bufIdx); in dataProcRoutine()
845 int32_t QCamera3Stream::cancelBuffer(uint32_t index) in cancelBuffer() function in qcamera::QCamera3Stream
DQCamera3Channel.cpp893 stream->cancelBuffer(oldestBufIndex); in streamCbRoutine()
981 stream->cancelBuffer(oldestBufIndex); in streamCbRoutine()
/hardware/interfaces/camera/device/1.0/
DICameraDevicePreviewCallback.hal56 cancelBuffer(uint64_t bufferId) generates (Status status);
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal240 * buffer ownership back to the server with either cancelBuffer on
436 * cancelBuffer indicates that the client does not wish to fill in the
455 cancelBuffer(
/hardware/libhardware/tests/hwc/
Dcnativewindow.c541 win->base.cancelBuffer = cnw_cancel_buffer1; in cnw_init()
/hardware/interfaces/graphics/bufferqueue/2.0/
DIGraphicBufferProducer.hal189 * buffer ownership back to the server with either cancelBuffer() on
443 cancelBuffer(
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp209 return getStatusT(object->mPreviewCallback->cancelBuffer(bufferId)); in sCancelBuffer()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp338 Return<Status> cancelBuffer(uint64_t bufferId) override;
455 Return<Status> PreviewWindowCb::cancelBuffer(uint64_t bufferId) { in cancelBuffer() function in PreviewWindowCb
460 return mapToStatus(mAnw->cancelBuffer(mAnw.get(), in cancelBuffer()