blob: 31526d1c80e3b0615d07a02eeb79b6fa5ab37e87 [file] [log] [blame]
Orion Hodson3bdec1c2019-12-02 10:37:35 +00001#
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 {
18 global:
19 # --- VERSION 01 API ---
Orion Hodson1fa81452021-02-08 20:22:49 +000020 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 Hodson4894a472020-12-04 16:01:27 +000029 PaletteCreateOdrefreshStagingDirectory; # apex
Nicolas Geoffrayce6fbce2021-06-02 18:07:01 +010030 PaletteShouldReportDex2oatCompilation; #apex
31 PaletteNotifyStartDex2oatCompilation; #apex
32 PaletteNotifyEndDex2oatCompilation; #apex
33 PaletteNotifyDexFileLoaded; #apex
34 PaletteNotifyOatFileLoaded; #apex
35 PaletteShouldReportJniInvocations; #apex
36 PaletteNotifyBeginJniInvocation; #apex
37 PaletteNotifyEndJniInvocation; #apex
Orion Hodson3bdec1c2019-12-02 10:37:35 +000038
39 local:
40 *;
41};