Orion Hodson | 3bdec1c | 2019-12-02 10:37:35 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2019 The Android Open Source Project |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
| 17 | LIBARTPALETTE_1 { |
| 18 | global: |
| 19 | # --- VERSION 01 API --- |
Orion Hodson | 1fa8145 | 2021-02-08 20:22:49 +0000 | [diff] [blame] | 20 | PaletteSchedSetPriority; # apex |
| 21 | PaletteSchedGetPriority; # apex |
| 22 | PaletteWriteCrashThreadStacks; # apex |
| 23 | PaletteTraceEnabled; # apex |
| 24 | PaletteTraceBegin; # apex |
| 25 | PaletteTraceEnd; # apex |
| 26 | PaletteTraceIntegerValue; # apex |
| 27 | PaletteAshmemCreateRegion; # apex |
| 28 | PaletteAshmemSetProtRegion; # apex |
Orion Hodson | 4894a47 | 2020-12-04 16:01:27 +0000 | [diff] [blame] | 29 | PaletteCreateOdrefreshStagingDirectory; # apex |
Nicolas Geoffray | ce6fbce | 2021-06-02 18:07:01 +0100 | [diff] [blame] | 30 | PaletteShouldReportDex2oatCompilation; #apex |
| 31 | PaletteNotifyStartDex2oatCompilation; #apex |
| 32 | PaletteNotifyEndDex2oatCompilation; #apex |
| 33 | PaletteNotifyDexFileLoaded; #apex |
| 34 | PaletteNotifyOatFileLoaded; #apex |
| 35 | PaletteShouldReportJniInvocations; #apex |
| 36 | PaletteNotifyBeginJniInvocation; #apex |
| 37 | PaletteNotifyEndJniInvocation; #apex |
Orion Hodson | 3bdec1c | 2019-12-02 10:37:35 +0000 | [diff] [blame] | 38 | |
| 39 | local: |
| 40 | *; |
| 41 | }; |