Home
last modified time | relevance | path

Searched refs:isConfiguring (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_virtual.cpp120 ctx->dpyAttr[dpy].isConfiguring = false; in prepare()
233 ctx->dpyAttr[dpy].isConfiguring = true; in resume()
263 ctx->dpyAttr[dpy].isConfiguring = false; in prepare()
391 ctx->dpyAttr[dpy].isConfiguring = true; in resume()
H A Dhwc_uevents.cpp222 ctx->dpyAttr[dpy].isConfiguring = true; in handle_uevent()
270 ctx->dpyAttr[dpy].isConfiguring = true; in handle_uevent()
H A Dhwc_utils.h94 bool isConfiguring; member
583 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring || in isSecondaryConfiguring()
584 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring); in isSecondaryConfiguring()
H A Dhwc.cpp312 ctx->dpyAttr[dpy].isConfiguring = false; in hwc_prepare_external()
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_virtual.cpp131 ctx->dpyAttr[dpy].isConfiguring = false; in prepare()
273 ctx->dpyAttr[dpy].isConfiguring = true; in resume()
302 ctx->dpyAttr[dpy].isConfiguring = false; in prepare()
429 ctx->dpyAttr[dpy].isConfiguring = true; in resume()
H A Dhwc_uevents.cpp230 ctx->dpyAttr[dpy].isConfiguring = true; in handle_uevent()
278 ctx->dpyAttr[dpy].isConfiguring = true; in handle_uevent()
H A Dhwc_utils.h95 bool isConfiguring; member
622 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring || in isSecondaryConfiguring()
623 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring); in isSecondaryConfiguring()
H A Dhwc.cpp311 ctx->dpyAttr[dpy].isConfiguring = false; in hwc_prepare_external()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_uevents.cpp156 ctx->dpyAttr[dpy].isConfiguring = true; in handle_uevent()
192 ctx->dpyAttr[dpy].isConfiguring = true; in handle_uevent()
H A Dhwc_utils.h104 bool isConfiguring; member
711 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring || in isSecondaryConfiguring()
712 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring); in isSecondaryConfiguring()
H A Dhwc_virtual.cpp99 ctx->dpyAttr[dpy].isConfiguring = false; in prepare()
H A Dhwc.cpp345 ctx->dpyAttr[dpy].isConfiguring = false; in hwc_prepare_external()
H A Dhwc_utils.cpp2776 ctx->dpyAttr[dpy].isConfiguring = true; in handle_resume()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h196 virtual bool isConfiguring() const = 0;
H A DCamera3Stream.h200 bool isConfiguring() const;
H A DCamera3Device.cpp2290 if (!stream->isConfiguring()) { in setConsumerSurfaces()
2384 if (mInputStream->isConfiguring()) { in createCaptureRequest()
2427 if (stream->isConfiguring()) { in createCaptureRequest()
2487 if (mInputStream != NULL && mInputStream->isConfiguring()) { in cancelStreamsConfigurationLocked()
2497 if (outputStream->isConfiguring()) { in cancelStreamsConfigurationLocked()
2760 if (mInputStream != NULL && mInputStream->isConfiguring()) { in configureStreamsLocked()
2779 if (outputStream->isConfiguring() && !outputStream->isConsumerConfigurationDeferred()) { in configureStreamsLocked()
H A DCamera3Stream.cpp313 bool Camera3Stream::isConfiguring() const { in isConfiguring() function in android::camera3::Camera3Stream