/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
H A D | layer_stack.h | 206 struct LayerRequest { struct 359 LayerRequest request = {}; //!< o/p - request on this Layer by SDM.
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/core/ |
H A D | layer_stack.h | 206 struct LayerRequest { struct 359 LayerRequest request = {}; //!< o/p - request on this Layer by SDM.
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/core/ |
H A D | layer_stack.h | 206 struct LayerRequest { struct 359 LayerRequest request = {}; //!< o/p - request on this Layer by SDM.
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/core/ |
H A D | layer_stack.h | 208 struct LayerRequest { struct 379 LayerRequest request = {}; //!< o/p - request on this Layer by SDM.
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/core/ |
H A D | layer_stack.h | 225 struct LayerRequest { struct 402 LayerRequest request = {}; //!< o/p - request on this Layer by SDM.
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/ |
H A D | layer_stack.h | 218 struct LayerRequest { struct 401 LayerRequest request = {}; //!< o/p - request on this Layer by SDM.
|
/aosp12/frameworks/native/libs/vr/libvrflinger/ |
H A D | hwc_types.h | 231 struct LayerRequest final : public Wrapper<HWC2::LayerRequest> { 236 LayerRequest() : Base(0) {}
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
H A D | OutputLayer.h | 51 MOCK_METHOD1(applyDeviceLayerRequest, void(Hwc2::IComposerClient::LayerRequest request));
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | Hal.h | 65 using LayerRequest = IComposerClient::LayerRequest; variable
|
H A D | HWC2.h | 103 std::unordered_map<Layer*, hal::LayerRequest>* outLayerRequests) = 0; 176 std::unordered_map<HWC2::Layer*, hal::LayerRequest>* outLayerRequests) override;
|
H A D | HWC2.cpp | 241 std::unordered_map<HWC2::Layer*, LayerRequest>* outLayerRequests) { in getRequests() 260 static_cast<LayerRequest>(layerRequests[element]); in getRequests()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | OutputLayer.h | 121 virtual void applyDeviceLayerRequest(Hwc2::IComposerClient::LayerRequest request) = 0;
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
H A D | OutputLayer.h | 55 void applyDeviceLayerRequest(Hwc2::IComposerClient::LayerRequest request) override;
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
H A D | HWC2On1Adapter.h | 344 const std::unordered_map<hwc2_layer_t, HWC2::LayerRequest>& 357 HWC2::LayerRequest request) { in addLayerRequest() 364 std::unordered_map<hwc2_layer_t, HWC2::LayerRequest>
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | HWC2On1Adapter.h | 304 const std::unordered_map<hwc2_layer_t, HWC2::LayerRequest>& 325 HWC2::LayerRequest request) { in addLayerRequest() 332 std::unordered_map<hwc2_layer_t, HWC2::LayerRequest>
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | DisplayTest.cpp | 620 {{nullptr, hal::LayerRequest::CLEAR_CLIENT_TARGET}}, in TEST_F() 793 applyDeviceLayerRequest(Hwc2::IComposerClient::LayerRequest::CLEAR_CLIENT_TARGET)) in TEST_F() 797 {&mLayer1.hwc2Layer, hal::LayerRequest::CLEAR_CLIENT_TARGET}, in TEST_F() 798 {&hwc2LayerUnknown, hal::LayerRequest::CLEAR_CLIENT_TARGET}, in TEST_F()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_display_virtual_gpu.cpp | 91 layer_requests_[hwc_layer->GetId()] = HWC2::LayerRequest::ClearClientTarget; in Validate()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
H A D | MockHWC2.h | 51 (hal::DisplayRequest *, (std::unordered_map<Layer *, hal::LayerRequest> *)),
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | Display.cpp | 310 static_cast<Hwc2::IComposerClient::LayerRequest>(it->second)); in applyLayerRequestsToLayers()
|
H A D | OutputLayer.cpp | 709 void OutputLayer::applyDeviceLayerRequest(hal::LayerRequest request) { in applyDeviceLayerRequest() 712 case hal::LayerRequest::CLEAR_CLIENT_TARGET: in applyDeviceLayerRequest()
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
H A D | hwc_display.h | 241 std::map<hwc2_layer_t, HWC2::LayerRequest> layer_requests_;
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | hwcomposer2.h | 958 enum class LayerRequest : int32_t { enum 961 TO_STRING(hwc2_layer_request_t, LayerRequest, getLayerRequestName)
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwc_display.h | 270 std::map<hwc2_layer_t, HWC2::LayerRequest> layer_requests_;
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
H A D | hwc_display.h | 263 std::map<hwc2_layer_t, HWC2::LayerRequest> layer_requests_;
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_display.h | 259 std::map<hwc2_layer_t, HWC2::LayerRequest> layer_requests_;
|