diff options
author | Alec Mouri <alecmouri@google.com> | 2020-01-14 08:12:29 -0800 |
---|---|---|
committer | Alec Mouri <alecmouri@google.com> | 2020-01-14 08:12:29 -0800 |
commit | 26c5fbb065f4a814f2b0e22ae261e07204493aa9 (patch) | |
tree | b7e6858835d77e73d9c1d4fc9e9d894e74b0f376 /native | |
parent | 6be7ecd54d4ac64db9a01d8f06bc81662d604198 (diff) |
[AChoreographer] Lift refresh rate callbacks into NDK
Bug: 136262896
Test: ChoreographerNativeTest
Change-Id: Ica2fe31e511045e2007e7d1b3a129e1b8f26f3a7
Diffstat (limited to 'native')
-rw-r--r-- | native/android/libandroid.map.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt index 203adfc749d2..e5c1f514b591 100644 --- a/native/android/libandroid.map.txt +++ b/native/android/libandroid.map.txt @@ -23,6 +23,8 @@ LIBANDROID { AChoreographer_postFrameCallbackDelayed; # introduced=24 AChoreographer_postFrameCallback64; # introduced=29 AChoreographer_postFrameCallbackDelayed64; # introduced=29 + AChoreographer_registerRefreshRateCallback; # introduced=30 + AChoreographer_unregisterRefreshRateCallback; # introduced=30 AConfiguration_copy; AConfiguration_delete; AConfiguration_diff; |