Home
last modified time | relevance | path

Searched refs:toggleScreenUpdate (Results 1 – 25 of 27) sorted by relevance

12

/hardware/qcom/display/msm8909w_3100/libdisplayconfig/
DDisplayConfig.h102 int toggleScreenUpdate(uint32_t on);
DDisplayConfig.cpp294 int toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
300 return intf->toggleScreenUpdate(on == 1); in toggleScreenUpdate()
/hardware/qcom/sdm845/display/libdisplayconfig/
DDisplayConfig.h102 int toggleScreenUpdate(uint32_t on);
DDisplayConfig.cpp294 int toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
300 return intf->toggleScreenUpdate(on == 1); in toggleScreenUpdate()
/hardware/qcom/display/msm8909/libdisplayconfig/
DDisplayConfig.h102 int toggleScreenUpdate(uint32_t on);
DDisplayConfig.cpp294 int toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
300 return intf->toggleScreenUpdate(on == 1); in toggleScreenUpdate()
/hardware/qcom/sm8150/display/libdisplayconfig/
DDisplayConfig.h106 int toggleScreenUpdate(uint32_t on);
/hardware/qcom/sm7250/display/libdisplayconfig/
DDisplayConfig.h106 int toggleScreenUpdate(uint32_t on);
/hardware/qcom/display/msm8994/libqservice/
DQServiceUtils.h77 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
/hardware/qcom/sm7250/display/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
/hardware/qcom/sdm845/display/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
/hardware/qcom/display/msm8909/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
/hardware/qcom/display/msm8998/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
/hardware/qcom/sm8150/display/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
/hardware/qcom/display/msm8996/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
/hardware/qcom/display/msm8909w_3100/libqservice/
DQServiceUtils.h69 inline android::status_t toggleScreenUpdate(uint32_t on) { in toggleScreenUpdate() function
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_qclient.cpp322 static void toggleScreenUpdate(hwc_context_t* ctx, uint32_t on) { in toggleScreenUpdate() function
409 toggleScreenUpdate(mHwcContext, inParcel->readInt32()); in notifyCallback()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_session_services.cpp364 Return<int32_t> HWCSession::toggleScreenUpdate(bool on) { in toggleScreenUpdate() function in sdm::HWCSession
Dhwc_session.h198 Return<int32_t> toggleScreenUpdate(bool on) override;
Dhwc_session.cpp927 status = toggleScreenUpdate(input == 1); in notifyCallback()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_session.h211 Return<int32_t> toggleScreenUpdate(bool on) override;
Dhwc_session_services.cpp374 Return<int32_t> HWCSession::toggleScreenUpdate(bool on) { in toggleScreenUpdate() function in sdm::HWCSession
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.h245 Return<int32_t> toggleScreenUpdate(bool on) override;
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h305 Return<int32_t> toggleScreenUpdate(bool on) override;
Dhwc_session_services.cpp422 Return<int32_t> HWCSession::toggleScreenUpdate(bool on) { in toggleScreenUpdate() function in sdm::HWCSession

12