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

Commit 1207a534 authored by Brian Lindahl's avatar Brian Lindahl
Browse files

Update IPictureProfileChangedListener comments to indicate flexibility in endpoint

Change-Id: I036f5a5a51448f0903779e583477dcc02651739a
parent d81c3745
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);
}