Searched defs:outLayers (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp508 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const
510 if (!outLayers) {
535 outLayers->clear();
536 return reply.readParcelableVector(outLayers);
852 std::vector<LayerDebugInfo> outLayers; local
853 status_t result = getLayerDebugInfo(&outLayers);
857 result = reply->writeParcelableVector(outLayers);
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp542 std::vector<Layer>* outLayers,
545 outLayers->clear();
580 outLayers->swap(last_frame_layers);
581 for (size_t i = 0; i < outLayers->size(); ++i)
541 presentDisplay(Display display, int32_t* outPresentFence, std::vector<Layer>* outLayers, std::vector<int32_t>* outReleaseFences) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp337 std::vector<Layer>* outLayers,
340 mReader.takeChangedCompositionTypes(display, outLayers, outTypes);
426 uint32_t* outDisplayRequestMask, std::vector<Layer>* outLayers,
430 outLayers, outLayerRequestMasks);
492 std::vector<Layer>* outLayers, std::vector<int>* outReleaseFences)
494 mReader.takeReleaseFences(display, outLayers, outReleaseFences);
1182 std::vector<Layer>* outLayers,
1187 outLayers->clear();
1194 *outLayers = std::move(data.changedLayers);
1199 uint32_t* outDisplayRequestMask, std::vector<Layer>* outLayers,
336 getChangedCompositionTypes(Display display, std::vector<Layer>* outLayers, std::vector<IComposerClient::Composition>* outTypes) argument
425 getDisplayRequests(Display display, uint32_t* outDisplayRequestMask, std::vector<Layer>* outLayers, std::vector<uint32_t>* outLayerRequestMasks) argument
491 getReleaseFences(Display display, std::vector<Layer>* outLayers, std::vector<int>* outReleaseFences) argument
1181 takeChangedCompositionTypes(Display display, std::vector<Layer>* outLayers, std::vector<IComposerClient::Composition>* outTypes) argument
1198 takeDisplayRequests(Display display, uint32_t* outDisplayRequestMask, std::vector<Layer>* outLayers, std::vector<uint32_t>* outLayerRequestMasks) argument
1217 takeReleaseFences(Display display, std::vector<Layer>* outLayers, std::vector<int>* outReleaseFences) argument
[all...]
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp608 std::vector<hwc2_layer_t>* outLayers,
623 outLayers->resize(numElements);
628 reinterpret_cast<uint64_t*>(outLayers->data()),
676 std::vector<hwc2_layer_t>* outLayers,
690 outLayers->resize(numElements);
694 &numElements, reinterpret_cast<uint64_t*>(outLayers->data()),
844 std::vector<hwc2_layer_t>* outLayers,
857 outLayers->resize(numElements);
861 &numElements, outLayers->data(), outFences->data()));
1136 std::vector<hwc2_layer_t>* outLayers, size_
606 getDisplayRequests(hwc2_display_t display, hwc2_display_request_t* outDisplayRequests, std::vector<hwc2_layer_t>* outLayers, std::vector<hwc2_layer_request_t>* outLayerRequests, hwc2_error_t* outErr = nullptr) argument
675 getChangedCompositionTypes(hwc2_display_t display, std::vector<hwc2_layer_t>* outLayers, std::vector<hwc2_composition_t>* outTypes, hwc2_error_t* outErr = nullptr) argument
843 getReleaseFences(hwc2_display_t display, std::vector<hwc2_layer_t>* outLayers, std::vector<int32_t>* outFences, hwc2_error_t* outErr = nullptr) argument
1135 createLayers(hwc2_display_t display, std::vector<hwc2_layer_t>* outLayers, size_t newLayerCnt) argument
[all...]

Completed in 67 milliseconds