commit | a4bf33775c7c3aa57c5df651711dac3dee53f6e0 | [log] [tgz] |
---|---|---|
author | Nathalie Le Clair <lcnathalie@google.com> | Fri Feb 10 15:48:24 2023 +0100 |
committer | Nathalie Le Clair <lcnathalie@google.com> | Thu Feb 23 17:44:35 2023 +0100 |
tree | eb0fdedf92e771e0ee5fd04ab7efaebb01bccafa | |
parent | 3944d07e405ede75be88e39e327f96b8b4b64507 [diff] [blame] |
Update HAL interface Based on the Android Native API Council's review. Bug: 268601655 Test: make Change-Id: I84e828ed08d6ad5dd30dd33541b0c91324b5f8fb Merged-In: I84e828ed08d6ad5dd30dd33541b0c91324b5f8fb
diff --git a/tv/hdmi/earc/aidl/default/EArcMock.cpp b/tv/hdmi/earc/aidl/default/EArcMock.cpp index 99a845e..93395fc 100644 --- a/tv/hdmi/earc/aidl/default/EArcMock.cpp +++ b/tv/hdmi/earc/aidl/default/EArcMock.cpp
@@ -109,7 +109,7 @@ mCallback = nullptr; mCapabilities.resize(mTotalPorts); mPortStatus.resize(mTotalPorts); - mPortStatus[0] = IEArcStatus::STATUS_IDLE; + mPortStatus[0] = IEArcStatus::IDLE; mDeathRecipient = ndk::ScopedAIBinder_DeathRecipient(AIBinder_DeathRecipient_new(serviceDied)); }