Home
last modified time | relevance | path

Searched refs:getBatch (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.h205 int getBatch(hwc_display_contents_1_t* list,
Dhwc_mdpcomp.cpp1086 int MDPComp::getBatch(hwc_display_contents_1_t* list, in getBatch() function in qhwc::MDPComp
1189 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount); in markLayersForCaching()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.h209 int getBatch(hwc_display_contents_1_t* list,
Dhwc_mdpcomp.cpp1265 int MDPComp::getBatch(hwc_display_contents_1_t* list, in getBatch() function in qhwc::MDPComp
1368 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount); in markLayersForCaching()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.h219 int getBatch(hwc_display_contents_1_t* list,
Dhwc_mdpcomp.cpp1541 int MDPComp::getBatch(hwc_display_contents_1_t* list, in getBatch() function in qhwc::MDPComp
1644 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount); in markLayersForCaching()
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.h250 std::pair<int, std::shared_ptr<InflightBatch>> getBatch(uint32_t frameNumber);
DCameraDeviceSession.cpp430 CameraDeviceSession::ResultBatcher::getBatch( in getBatch() function in android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher
666 auto pair = getBatch(frameNumber); in notify()
763 auto pair = getBatch(result.frameNumber); in processCaptureResult()
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp629 auto pair = getBatch(result.v3_2.frameNumber); in processCaptureResult_3_4()