commit | 76c90b21cca75dd9f30f308d56f820839929d869 | [log] [tgz] |
---|---|---|
author | Amy Zhang <amyjojo@google.com> | Sat Feb 08 01:47:40 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 08 01:47:40 2020 +0000 |
tree | a2fee3c59f7258bef218064b3e5869b10910bbb1 | |
parent | 4556d59c3a74c7de3cbb332ddf1f29b6505ef92d [diff] | |
parent | e3b37d3789c0cc7e99fc7ed28956c08fce3acd5f [diff] |
Merge "Add @export to frontend scan enums"
diff --git a/tv/tuner/1.0/types.hal b/tv/tuner/1.0/types.hal index 79392d3..8673f49 100644 --- a/tv/tuner/1.0/types.hal +++ b/tv/tuner/1.0/types.hal
@@ -1210,6 +1210,7 @@ /** * Scan type for Frontend. */ +@export enum FrontendScanType : uint32_t { SCAN_UNDEFINED = 0, SCAN_AUTO = 1 << 0, @@ -1219,6 +1220,7 @@ /** * Scan Message Type for Frontend. */ +@export enum FrontendScanMessageType : uint32_t { /** * Scan locked the signal.