Home | History | Annotate | Download | only in hwc

Lines Matching refs:SetMaxMixerStages

703     status = SetMaxMixerStages(input_parcel);
1024 android::status_t HWCSession::SetMaxMixerStages(const android::Parcel *input_parcel) {
1031 error = hwc_display_[HWC_DISPLAY_PRIMARY]->SetMaxMixerStages(max_mixer_stages);
1040 error = hwc_display_[HWC_DISPLAY_EXTERNAL]->SetMaxMixerStages(max_mixer_stages);
1049 error = hwc_display_[HWC_DISPLAY_VIRTUAL]->SetMaxMixerStages(max_mixer_stages);