Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 067443b5 authored by Brian Lindahl's avatar Brian Lindahl Committed by Android (Google) Code Review
Browse files

Merge "Update IPictureProfileChangedListener comments to indicate flexibility...

Merge "Update IPictureProfileChangedListener comments to indicate flexibility in endpoint" into main
parents cb33d9ee 1207a534
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -21,10 +21,9 @@ import android.hardware.tv.mediaquality.PictureProfile;
@VintfStability
oneway interface IPictureProfileChangedListener {
    /**
     * Notifies the composer HAL that the picture profile has changed. For picture profile details,
     * check PictureProfile.
     * Notifies the service that the picture profile has changed.
     *
     * @param pictureProfile Picture profile passed to the composer HAL.
     * @param pictureProfile Picture profile that should be cached by the service.
     */
    void onPictureProfileChanged(in PictureProfile pictureProfile);
}