summaryrefslogtreecommitdiff
path: root/libs/binder/ndk/libbinder_ndk.map.txt
blob: 0843a8e648c1c4d22878dc604da590fe62db66ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
LIBBINDER_NDK { # introduced=29
  global:
    AIBinder_associateClass;
    AIBinder_Class_define;
    AIBinder_Class_setOnDump;
    AIBinder_DeathRecipient_delete;
    AIBinder_DeathRecipient_new;
    AIBinder_debugGetRefCount;
    AIBinder_decStrong;
    AIBinder_dump;
    AIBinder_fromJavaBinder;
    AIBinder_getCallingPid;
    AIBinder_getCallingUid;
    AIBinder_getClass;
    AIBinder_getUserData;
    AIBinder_incStrong;
    AIBinder_isAlive;
    AIBinder_isRemote;
    AIBinder_linkToDeath;
    AIBinder_new;
    AIBinder_ping;
    AIBinder_prepareTransaction;
    AIBinder_toJavaBinder;
    AIBinder_transact;
    AIBinder_unlinkToDeath;
    AIBinder_Weak_delete;
    AIBinder_Weak_new;
    AIBinder_Weak_promote;
    AParcel_delete;
    AParcel_getDataPosition;
    AParcel_readBool;
    AParcel_readBoolArray;
    AParcel_readByte;
    AParcel_readByteArray;
    AParcel_readChar;
    AParcel_readCharArray;
    AParcel_readDouble;
    AParcel_readDoubleArray;
    AParcel_readFloat;
    AParcel_readFloatArray;
    AParcel_readInt32;
    AParcel_readInt32Array;
    AParcel_readInt64;
    AParcel_readInt64Array;
    AParcel_readParcelableArray;
    AParcel_readParcelFileDescriptor;
    AParcel_readStatusHeader;
    AParcel_readString;
    AParcel_readStringArray;
    AParcel_readStrongBinder;
    AParcel_readUint32;
    AParcel_readUint32Array;
    AParcel_readUint64;
    AParcel_readUint64Array;
    AParcel_setDataPosition;
    AParcel_writeBool;
    AParcel_writeBoolArray;
    AParcel_writeByte;
    AParcel_writeByteArray;
    AParcel_writeChar;
    AParcel_writeCharArray;
    AParcel_writeDouble;
    AParcel_writeDoubleArray;
    AParcel_writeFloat;
    AParcel_writeFloatArray;
    AParcel_writeInt32;
    AParcel_writeInt32Array;
    AParcel_writeInt64;
    AParcel_writeInt64Array;
    AParcel_writeParcelableArray;
    AParcel_writeParcelFileDescriptor;
    AParcel_writeStatusHeader;
    AParcel_writeString;
    AParcel_writeStringArray;
    AParcel_writeStrongBinder;
    AParcel_writeUint32;
    AParcel_writeUint32Array;
    AParcel_writeUint64;
    AParcel_writeUint64Array;
    AStatus_delete;
    AStatus_fromExceptionCode;
    AStatus_fromExceptionCodeWithMessage;
    AStatus_fromServiceSpecificError;
    AStatus_fromServiceSpecificErrorWithMessage;
    AStatus_fromStatus;
    AStatus_getExceptionCode;
    AStatus_getMessage;
    AStatus_getServiceSpecificError;
    AStatus_getStatus;
    AStatus_isOk;
    AStatus_newOk;
    ABinderProcess_joinThreadPool; # systemapi llndk
    ABinderProcess_setThreadPoolMaxThreadCount; # systemapi llndk
    ABinderProcess_startThreadPool; # systemapi llndk
    AServiceManager_addService; # systemapi llndk
    AServiceManager_checkService; # systemapi llndk
    AServiceManager_getService; # systemapi llndk
};

LIBBINDER_NDK30 { # introduced=30
  global:
    AIBinder_getExtension;
    AIBinder_setExtension;
    AStatus_getDescription;
    AStatus_deleteDescription;
    AParcel_fromJavaParcel;

    AIBinder_markSystemStability; # systemapi
    AIBinder_markVendorStability; # llndk
    AIBinder_markVintfStability; # systemapi llndk
    AIBinder_Class_setHandleShellCommand; # systemapi llndk
};

LIBBINDER_NDK31 { # introduced=31
  global:
    ABinderProcess_handlePolledCommands; # systemapi
    ABinderProcess_setupPolling; # systemapi
    AIBinder_getCallingSid; # systemapi
    AIBinder_setRequestingSid; # systemapi
    AParcel_markSensitive; # systemapi llndk
    AServiceManager_forEachDeclaredInstance; # systemapi llndk
    AServiceManager_forceLazyServicesPersist; # systemapi llndk
    AServiceManager_isDeclared; # systemapi llndk
    AServiceManager_isUpdatableViaApex; # systemapi
    AServiceManager_reRegister; # llndk
    AServiceManager_registerLazyService; # systemapi llndk
    AServiceManager_setActiveServicesCallback; # llndk
    AServiceManager_tryUnregister; # llndk
    AServiceManager_waitForService; # systemapi llndk

    AIBinder_forceDowngradeToSystemStability; # systemapi
    AIBinder_forceDowngradeToVendorStability; # llndk

    AIBinder_Class_getDescriptor;
    AIBinder_Weak_clone;
    AIBinder_Weak_lt;
    AIBinder_lt;
    AParcel_appendFrom;
    AParcel_create;
    AParcel_getDataSize;
    AParcel_reset;
};

LIBBINDER_NDK33 { # introduced=33
  global:
    AIBinder_Class_disableInterfaceTokenHeader;
    AIBinder_DeathRecipient_setOnUnlinked;
    AIBinder_isHandlingTransaction;
    AIBinder_setInheritRt; # systemapi llndk
    AIBinder_setMinSchedulerPolicy; # systemapi llndk
    AParcel_marshal;
    AParcel_unmarshal;
};

LIBBINDER_NDK34 { # introduced=UpsideDownCake
  global:
    ABinderProcess_isThreadPoolStarted; # systemapi llndk
    AServiceManager_getUpdatableApexName; # systemapi
    AServiceManager_registerForServiceNotifications; # systemapi llndk
    AServiceManager_NotificationRegistration_delete; # systemapi llndk
    AServiceManager_addServiceWithFlags; # systemapi llndk
};

LIBBINDER_NDK35 { # introduced=VanillaIceCream
  global:
    APersistableBundle_readFromParcel;
    APersistableBundle_writeToParcel;
    APersistableBundle_new;
    APersistableBundle_dup;
    APersistableBundle_delete;
    APersistableBundle_isEqual;
    APersistableBundle_size;
    APersistableBundle_erase;
    APersistableBundle_putBoolean;
    APersistableBundle_putInt;
    APersistableBundle_putLong;
    APersistableBundle_putDouble;
    APersistableBundle_putString;
    APersistableBundle_putBooleanVector;
    APersistableBundle_putIntVector;
    APersistableBundle_putLongVector;
    APersistableBundle_putDoubleVector;
    APersistableBundle_putStringVector;
    APersistableBundle_putPersistableBundle;
    APersistableBundle_getBoolean;
    APersistableBundle_getInt;
    APersistableBundle_getLong;
    APersistableBundle_getDouble;
    APersistableBundle_getString;
    APersistableBundle_getBooleanVector;
    APersistableBundle_getIntVector;
    APersistableBundle_getLongVector;
    APersistableBundle_getDoubleVector;
    APersistableBundle_getStringVector;
    APersistableBundle_getPersistableBundle;
    APersistableBundle_getBooleanKeys;
    APersistableBundle_getIntKeys;
    APersistableBundle_getLongKeys;
    APersistableBundle_getDoubleKeys;
    APersistableBundle_getStringKeys;
    APersistableBundle_getBooleanVectorKeys;
    APersistableBundle_getIntVectorKeys;
    APersistableBundle_getLongVectorKeys;
    APersistableBundle_getDoubleVectorKeys;
    APersistableBundle_getStringVectorKeys;
    APersistableBundle_getPersistableBundleKeys;
};

LIBBINDER_NDK_PLATFORM {
  global:
    AParcel_getAllowFds;
    extern "C++" {
        AIBinder_fromPlatformBinder*;
        AIBinder_toPlatformBinder*;
        AParcel_viewPlatformParcel*;
    };
  local:
    *;
};