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

Commit a696e15d authored by Hayden Gomes's avatar Hayden Gomes
Browse files

Adding comment to sync native and java matchers

Bug: 130417872
Test: Presubmit linting for comment change

Change-Id: I64a5587e7aa04a0bb140a5ff3d4fc924e6a9ba29
parent 895c7330
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ status_t AudioProductStrategy::writeToParcel(Parcel *parcel) const
    return NO_ERROR;
}

// Keep in sync with android/media/audiopolicy/AudioProductStrategy#attributeMatches
bool AudioProductStrategy::attributesMatches(const audio_attributes_t refAttributes,
                                        const audio_attributes_t clientAttritubes)
{