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

  /hardware/qcom/display/msm8996/sdm/libs/core/
display_primary.cpp 207 DisplayError DisplayPrimary::SetPanelBrightness(int level) {
209 return hw_intf_->SetPanelBrightness(level);
display_base.h 86 virtual DisplayError SetPanelBrightness(int level) {
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
display_primary.cpp 202 DisplayError DisplayPrimary::SetPanelBrightness(int level) {
204 return hw_intf_->SetPanelBrightness(level);
display_base.h 86 virtual DisplayError SetPanelBrightness(int level) {
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 513 DisplayError HWPrimary::SetPanelBrightness(int level) {
hw_device.cpp     [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_primary.cpp 500 DisplayError HWPrimary::SetPanelBrightness(int level) {
hw_device.cpp     [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp     [all...]
hwc_session.cpp 758 status = SetPanelBrightness(input_parcel, output_parcel);
801 android::status_t HWCSession::SetPanelBrightness(const android::Parcel *input_parcel,
807 error = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPanelBrightness(level);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp     [all...]
hwc_session.cpp     [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display.cpp     [all...]
hwc_session.cpp 753 status = SetPanelBrightness(input_parcel, output_parcel);
796 android::status_t HWCSession::SetPanelBrightness(const android::Parcel *input_parcel,
802 error = hwc_display_[HWC_DISPLAY_PRIMARY]->SetPanelBrightness(level);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display.cpp     [all...]
hwc_session.cpp     [all...]

Completed in 462 milliseconds