HomeSort by relevance Sort by last modified time
    Searched refs:isConfiguring (Results 1 - 15 of 15) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 67 virtual bool isConfiguring() const = 0;
Camera3Stream.h 144 bool isConfiguring() const;
Camera3Device.cpp     [all...]
Camera3Stream.cpp 149 bool Camera3Stream::isConfiguring() const {
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_uevents.cpp 127 ctx->dpyAttr[dpy].isConfiguring = true;
162 ctx->dpyAttr[dpy].isConfiguring = true;
hwc_utils.h 88 bool isConfiguring;
408 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring ||
409 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring);
hwc.cpp 186 ctx->dpyAttr[dpy].isConfiguring = false;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 120 ctx->dpyAttr[dpy].isConfiguring = false;
233 ctx->dpyAttr[dpy].isConfiguring = true;
263 ctx->dpyAttr[dpy].isConfiguring = false;
391 ctx->dpyAttr[dpy].isConfiguring = true;
hwc_uevents.cpp 222 ctx->dpyAttr[dpy].isConfiguring = true;
270 ctx->dpyAttr[dpy].isConfiguring = true;
hwc_utils.h 94 bool isConfiguring;
581 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring ||
582 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring);
hwc.cpp 312 ctx->dpyAttr[dpy].isConfiguring = false;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 131 ctx->dpyAttr[dpy].isConfiguring = false;
273 ctx->dpyAttr[dpy].isConfiguring = true;
302 ctx->dpyAttr[dpy].isConfiguring = false;
429 ctx->dpyAttr[dpy].isConfiguring = true;
hwc_uevents.cpp 230 ctx->dpyAttr[dpy].isConfiguring = true;
278 ctx->dpyAttr[dpy].isConfiguring = true;
hwc_utils.h 95 bool isConfiguring;
618 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring ||
619 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring);
hwc.cpp 301 ctx->dpyAttr[dpy].isConfiguring = false;

Completed in 250 milliseconds