libwvhidl: implement API to get plugin logs

Bug: 162255728
Test: VtsHalDrmV1_4TargetTest
Change-Id: I333cb1ee2f25ae718e7f544f4a5f7ee50668041a
This commit is contained in:
Robert Shih
2021-01-21 07:08:30 -08:00
parent 83ef9081d1
commit 12995287fa
6 changed files with 38 additions and 0 deletions

View File

@@ -61,6 +61,9 @@ struct WVCryptoPlugin : public ::drm::V1_4::ICryptoPlugin {
const DestinationBuffer& destination,
decrypt_1_2_cb _hidl_cb) override;
Return<void> getLogMessages(
getLogMessages_cb _hidl_cb) override;
private:
WVDRM_DISALLOW_COPY_AND_ASSIGN_AND_NEW(WVCryptoPlugin);