commit | 4db4b7b602de2968223dd2aff061ba72d75d269a | [log] [tgz] |
---|---|---|
author | Weilin Xu <xuweilin@google.com> | Fri Apr 05 14:03:15 2024 -0700 |
committer | Weilin Xu <xuweilin@google.com> | Mon Apr 08 11:56:05 2024 -0700 |
tree | 4a4625755807666eb119b18fc96333eaf03b3138 | |
parent | d1737dde060fc0d7d9596c1ae7a9c8633b007032 [diff] [blame] |
Fix wrong integer type in AIDL bcradio utils lib Bug: 310029333 Test: atest broadcastradio_utils_aidl_test Change-Id: I929049c0991a557f518853ecebd5ba67973e4274
diff --git a/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/Utils.h b/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/Utils.h index 25c96d0..a34ee10 100644 --- a/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/Utils.h +++ b/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/Utils.h
@@ -121,7 +121,7 @@ /** * Returns all IDs of a given type. */ -std::vector<int> getAllIds(const ProgramSelector& sel, const IdentifierType& type); +std::vector<int64_t> getAllIds(const ProgramSelector& sel, const IdentifierType& type); /** * Checks, if a given selector is supported by the radio module.