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
17LIBARTPALETTE_1 { # introduced=31
18  global:
19    # --- VERSION 01 API ---
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
29    PaletteCreateOdrefreshStagingDirectory; # apex
30    PaletteShouldReportDex2oatCompilation; # apex
31    PaletteNotifyStartDex2oatCompilation; # apex
32    PaletteNotifyEndDex2oatCompilation; # apex
33    PaletteNotifyDexFileLoaded; # apex
34    PaletteNotifyOatFileLoaded; # apex
35    PaletteShouldReportJniInvocations; # apex
36    PaletteNotifyBeginJniInvocation; # apex
37    PaletteNotifyEndJniInvocation; # apex
38
39  local:
40    *;
41};
42
43LIBARTPALETTE_2 { # introduced=33
44  global:
45    # --- VERSION 02 API ---
46    PaletteReportLockContention; # apex
47} LIBARTPALETTE_1;
48
49LIBARTPALETTE_3 { # introduced=34
50  global:
51    # --- VERSION 03 API ---
52    PaletteSetTaskProfiles; # apex
53} LIBARTPALETTE_2;
54
55LIBARTPALETTE_4 { # introduced=36
56  global:
57    # --- VERSION 04 API ---
58    PaletteDebugStoreGetString; # apex
59} LIBARTPALETTE_3;