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

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 201 bool Camera3Stream::isConfiguring() const {
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 94 bool isConfiguring;
583 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring ||
584 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 95 bool isConfiguring;
622 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring ||
623 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.h 110 bool isConfiguring;
692 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring ||
693 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 104 bool isConfiguring;
711 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring ||
712 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring);

Completed in 843 milliseconds