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

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_primary.cpp 120 bool main_class_services_started = false; local
126 main_class_services_started = true;
129 if ((!isEncrypted ||(isEncrypted && main_class_services_started)) &&
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.cpp 134 bool main_class_services_started = false; local
142 main_class_services_started = true;
147 if ((!isEncrypted || (isEncrypted && main_class_services_started)) &&
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_primary.cpp 121 bool main_class_services_started = false; local
127 main_class_services_started = true;
130 if ((!isEncrypted ||(isEncrypted && main_class_services_started)) &&
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_primary.cpp 134 bool main_class_services_started = false; local
142 main_class_services_started = true;
147 if ((!isEncrypted || (isEncrypted && main_class_services_started)) &&

Completed in 634 milliseconds