summaryrefslogtreecommitdiff
path: root/libandroid/stubs_arm64.cc
blob: f32611cb6b6372ee5fd2545155d67b572287faaa (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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
//
// Copyright (C) 2020 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//      http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

// clang-format off
#include "native_bridge_support/vdso/interceptable_functions.h"

DEFINE_INTERCEPTABLE_STUB_FUNCTION(AActivityManager_addUidImportanceListener);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AActivityManager_getUidImportance);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AActivityManager_isUidActive);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AActivityManager_removeUidImportanceListener);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAssetDir_close);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAssetDir_getNextFileName);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAssetDir_rewind);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAssetManager_fromJava);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAssetManager_open);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAssetManager_openDir);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_close);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_getBuffer);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_getLength);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_getLength64);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_getRemainingLength);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_getRemainingLength64);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_isAllocated);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_openFileDescriptor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_openFileDescriptor64);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_read);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_seek);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AAsset_seek64);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimeNanos);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentationTimeNanos);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimelineVsyncId);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getFrameTimelinesLength);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_getInstance);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postFrameCallback);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postFrameCallback64);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postFrameCallbackDelayed);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postFrameCallbackDelayed64);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_postVsyncCallback);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_registerRefreshRateCallback);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AChoreographer_unregisterRefreshRateCallback);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_copy);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_delete);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_diff);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_fromAssetManager);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getCountry);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getDensity);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getGrammaticalGender);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getKeyboard);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getKeysHidden);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getLanguage);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getLayoutDirection);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getMcc);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getMnc);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getNavHidden);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getNavigation);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getOrientation);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getScreenHeightDp);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getScreenLong);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getScreenRound);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getScreenSize);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getScreenWidthDp);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getSdkVersion);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getSmallestScreenWidthDp);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getTouchscreen);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getUiModeNight);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_getUiModeType);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_isBetterThan);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_match);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_new);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setCountry);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setDensity);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setGrammaticalGender);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setKeyboard);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setKeysHidden);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setLanguage);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setLayoutDirection);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setMcc);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setMnc);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setNavHidden);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setNavigation);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setOrientation);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setScreenHeightDp);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setScreenLong);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setScreenSize);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setScreenWidthDp);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setSdkVersion);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setSmallestScreenWidthDp);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setTouchscreen);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setUiModeNight);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AConfiguration_setUiModeType);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_create);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_destroy);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_match);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_setFamilyVariant);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_setLocales);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFontMatcher_setStyle);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_close);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getAxisCount);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getAxisTag);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getAxisValue);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getCollectionIndex);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getFontFilePath);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getLocale);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getWeight);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_isItalic);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_acquire);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_allocate);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_describe);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_fromHardwareBuffer);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_getId);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_getNativeHandle);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_isSupported);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_lock);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_lockAndGetInfo);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_lockPlanes);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_recvHandleFromUnixSocket);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_release);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_sendHandleToUnixSocket);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_toHardwareBuffer);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AHardwareBuffer_unlock);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputEvent_getDeviceId);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputEvent_getSource);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputEvent_getType);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputEvent_release);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputQueue_attachLooper);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputQueue_detachLooper);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputQueue_finishEvent);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputQueue_fromJava);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputQueue_getEvent);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputQueue_hasEvents);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AInputQueue_preDispatchEvent);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_fromJava);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_getAction);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_getDownTime);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_getEventTime);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_getFlags);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_getKeyCode);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_getMetaState);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_getRepeatCount);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AKeyEvent_getScanCode);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_acquire);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_addFd);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_forThread);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_pollAll);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_pollOnce);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_prepare);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_release);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_removeFd);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_wake);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_fromJava);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getAction);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getActionButton);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getAxisValue);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getButtonState);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getClassification);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getDownTime);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getEdgeFlags);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getEventTime);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getFlags);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalAxisValue);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalEventTime);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalOrientation);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalPressure);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalRawX);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalRawY);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalSize);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalToolMajor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalToolMinor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalTouchMajor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalTouchMinor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalX);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistoricalY);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getHistorySize);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getMetaState);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getOrientation);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getPointerCount);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getPointerId);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getPressure);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getRawX);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getRawY);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getSize);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getToolMajor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getToolMinor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getToolType);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getTouchMajor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getTouchMinor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getX);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getXOffset);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getXPrecision);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getY);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getYOffset);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMotionEvent_getYPrecision);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeActivity_finish);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeActivity_hideSoftInput);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeActivity_setWindowFlags);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeActivity_setWindowFormat);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeActivity_showSoftInput);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_acquire);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_fromSurface);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getFormat);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getHeight);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_getWidth);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_lock);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_release);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setBuffersGeometry);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_toSurface);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_unlockAndPost);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AObbInfo_delete);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AObbInfo_getFlags);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AObbInfo_getPackageName);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AObbInfo_getVersion);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AObbScanner_getObbInfo);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_closeSession);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_createSession);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_getManager);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_getPreferredUpdateRateNanos);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_getThreadIds);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_reportActualWorkDuration);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_sendHint);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_setIHintManagerForTesting);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_setThreads);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APerformanceHint_updateTargetWorkDuration);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(APermissionManager_checkPermission);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorEventQueue_disableSensor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorEventQueue_enableSensor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorEventQueue_getEvents);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorEventQueue_hasEvents);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorEventQueue_registerSensor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorEventQueue_requestAdditionalInfoEvents);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorEventQueue_setEventRate);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_configureDirectReport);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_createEventQueue);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_createHardwareBufferDirectChannel);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_createSharedMemoryDirectChannel);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_destroyDirectChannel);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_destroyEventQueue);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_getDefaultSensor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_getDefaultSensorEx);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_getDynamicSensorList);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_getInstance);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_getInstanceForPackage);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensorManager_getSensorList);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getFifoMaxEventCount);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getFifoReservedEventCount);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getHandle);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getHighestDirectReportRateLevel);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getMinDelay);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getName);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getReportingMode);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getResolution);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getStringType);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getType);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_getVendor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_isDirectChannelTypeSupported);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASensor_isWakeUpSensor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASharedMemory_create);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASharedMemory_dupFromJava);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASharedMemory_getSize);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASharedMemory_setProt);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStorageManager_delete);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStorageManager_getMountedObbPath);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStorageManager_isObbMounted);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStorageManager_mountObb);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStorageManager_new);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStorageManager_unmountObb);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControlStats_getAcquireTime);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControlStats_getFrameNumber);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_acquire);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_create);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_createFromWindow);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_fromJava);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_getChoreographer);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_registerSurfaceStatsListener);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_release);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceControl_unregisterSurfaceStatsListener);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTexture_acquireANativeWindow);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTexture_attachToGLContext);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTexture_detachFromGLContext);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTexture_fromSurfaceTexture);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTexture_getTimestamp);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTexture_getTransformMatrix);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTexture_release);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTexture_updateTexImage);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransactionStats_getASurfaceControls);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransactionStats_getAcquireTime);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransactionStats_getLatchTime);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransactionStats_getPresentFenceFd);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransactionStats_getPreviousReleaseFenceFd);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransactionStats_releaseASurfaceControls);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_apply);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_clearFrameRate);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_create);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_delete);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_fromJava);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_reparent);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setBuffer);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setBufferAlpha);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setBufferDataSpace);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setBufferTransform);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setBufferTransparency);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setColor);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setCrop);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setDamageRegion);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setDesiredPresentTime);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setEnableBackPressure);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setExtendedRangeBrightness);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setFrameRate);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setFrameRateWithChangeStrategy);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setFrameTimeline);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setGeometry);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setHdrMetadata_cta861_3);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setHdrMetadata_smpte2086);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setOnCommit);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setOnComplete);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setPosition);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setScale);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setVisibility);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTransaction_setZOrder);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASystemFontIterator_close);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASystemFontIterator_next);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASystemFontIterator_open);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AThermal_acquireManager);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AThermal_getCurrentThermalStatus);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AThermal_getThermalHeadroom);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AThermal_registerThermalStatusListener);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AThermal_releaseManager);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(AThermal_unregisterThermalStatusListener);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ATrace_beginAsyncSection);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ATrace_beginSection);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ATrace_endAsyncSection);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ATrace_endSection);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ATrace_isEnabled);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(ATrace_setCounter);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_getaddrinfofornetwork);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_getprocdns);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_getprocnetwork);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_res_cancel);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_res_nquery);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_res_nresult);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_res_nsend);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_setprocdns);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_setprocnetwork);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_setsocknetwork);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_tag_socket);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_tag_socket_with_uid);
DEFINE_INTERCEPTABLE_STUB_FUNCTION(android_untag_socket);

static void __attribute__((constructor(0))) init_stub_library() {
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AActivityManager_addUidImportanceListener);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AActivityManager_getUidImportance);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AActivityManager_isUidActive);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AActivityManager_removeUidImportanceListener);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAssetDir_close);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAssetDir_getNextFileName);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAssetDir_rewind);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAssetManager_fromJava);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAssetManager_open);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAssetManager_openDir);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_close);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_getBuffer);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_getLength);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_getLength64);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_getRemainingLength);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_getRemainingLength64);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_isAllocated);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_openFileDescriptor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_openFileDescriptor64);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_read);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_seek);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AAsset_seek64);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimeNanos);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentationTimeNanos);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimelineVsyncId);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getFrameTimelinesLength);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_getInstance);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postFrameCallback);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postFrameCallback64);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postFrameCallbackDelayed);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postFrameCallbackDelayed64);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_postVsyncCallback);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_registerRefreshRateCallback);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AChoreographer_unregisterRefreshRateCallback);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_copy);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_delete);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_diff);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_fromAssetManager);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getCountry);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getDensity);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getGrammaticalGender);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getKeyboard);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getKeysHidden);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getLanguage);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getLayoutDirection);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getMcc);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getMnc);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getNavHidden);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getNavigation);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getOrientation);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getScreenHeightDp);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getScreenLong);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getScreenRound);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getScreenSize);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getScreenWidthDp);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getSdkVersion);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getSmallestScreenWidthDp);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getTouchscreen);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getUiModeNight);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_getUiModeType);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_isBetterThan);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_match);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_new);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setCountry);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setDensity);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setGrammaticalGender);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setKeyboard);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setKeysHidden);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setLanguage);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setLayoutDirection);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setMcc);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setMnc);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setNavHidden);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setNavigation);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setOrientation);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setScreenHeightDp);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setScreenLong);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setScreenSize);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setScreenWidthDp);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setSdkVersion);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setSmallestScreenWidthDp);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setTouchscreen);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setUiModeNight);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AConfiguration_setUiModeType);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_create);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_destroy);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_match);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_setFamilyVariant);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_setLocales);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFontMatcher_setStyle);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_close);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getAxisCount);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getAxisTag);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getAxisValue);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getCollectionIndex);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getFontFilePath);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getLocale);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getWeight);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_isItalic);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_acquire);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_allocate);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_describe);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_fromHardwareBuffer);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_getId);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_getNativeHandle);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_isSupported);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_lock);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_lockAndGetInfo);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_lockPlanes);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_recvHandleFromUnixSocket);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_release);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_sendHandleToUnixSocket);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_toHardwareBuffer);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AHardwareBuffer_unlock);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputEvent_getDeviceId);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputEvent_getSource);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputEvent_getType);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputEvent_release);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputQueue_attachLooper);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputQueue_detachLooper);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputQueue_finishEvent);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputQueue_fromJava);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputQueue_getEvent);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputQueue_hasEvents);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AInputQueue_preDispatchEvent);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_fromJava);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_getAction);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_getDownTime);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_getEventTime);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_getFlags);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_getKeyCode);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_getMetaState);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_getRepeatCount);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AKeyEvent_getScanCode);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_acquire);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_addFd);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_forThread);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_pollAll);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_pollOnce);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_prepare);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_release);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_removeFd);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_wake);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_fromJava);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getAction);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getActionButton);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getAxisValue);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getButtonState);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getClassification);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getDownTime);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getEdgeFlags);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getEventTime);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getFlags);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalAxisValue);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalEventTime);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalOrientation);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalPressure);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalRawX);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalRawY);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalSize);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalToolMajor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalToolMinor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalTouchMajor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalTouchMinor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalX);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistoricalY);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getHistorySize);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getMetaState);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getOrientation);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getPointerCount);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getPointerId);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getPressure);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getRawX);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getRawY);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getSize);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getToolMajor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getToolMinor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getToolType);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getTouchMajor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getTouchMinor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getX);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getXOffset);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getXPrecision);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getY);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getYOffset);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AMotionEvent_getYPrecision);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeActivity_finish);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeActivity_hideSoftInput);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeActivity_setWindowFlags);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeActivity_setWindowFormat);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeActivity_showSoftInput);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_acquire);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_fromSurface);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getFormat);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getHeight);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_getWidth);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_lock);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_release);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_setBuffersGeometry);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_toSurface);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ANativeWindow_unlockAndPost);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AObbInfo_delete);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AObbInfo_getFlags);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AObbInfo_getPackageName);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AObbInfo_getVersion);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AObbScanner_getObbInfo);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_closeSession);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_createSession);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_getManager);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_getPreferredUpdateRateNanos);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_getThreadIds);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_reportActualWorkDuration);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_sendHint);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_setIHintManagerForTesting);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_setThreads);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APerformanceHint_updateTargetWorkDuration);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", APermissionManager_checkPermission);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorEventQueue_disableSensor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorEventQueue_enableSensor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorEventQueue_getEvents);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorEventQueue_hasEvents);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorEventQueue_registerSensor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorEventQueue_requestAdditionalInfoEvents);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorEventQueue_setEventRate);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_configureDirectReport);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_createEventQueue);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_createHardwareBufferDirectChannel);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_createSharedMemoryDirectChannel);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_destroyDirectChannel);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_destroyEventQueue);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_getDefaultSensor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_getDefaultSensorEx);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_getDynamicSensorList);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_getInstance);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_getInstanceForPackage);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensorManager_getSensorList);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getFifoMaxEventCount);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getFifoReservedEventCount);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getHandle);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getHighestDirectReportRateLevel);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getMinDelay);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getName);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getReportingMode);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getResolution);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getStringType);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getType);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_getVendor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_isDirectChannelTypeSupported);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASensor_isWakeUpSensor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASharedMemory_create);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASharedMemory_dupFromJava);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASharedMemory_getSize);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASharedMemory_setProt);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AStorageManager_delete);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AStorageManager_getMountedObbPath);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AStorageManager_isObbMounted);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AStorageManager_mountObb);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AStorageManager_new);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AStorageManager_unmountObb);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControlStats_getAcquireTime);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControlStats_getFrameNumber);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_acquire);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_create);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_createFromWindow);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_fromJava);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_getChoreographer);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_registerSurfaceStatsListener);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_release);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceControl_unregisterSurfaceStatsListener);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTexture_acquireANativeWindow);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTexture_attachToGLContext);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTexture_detachFromGLContext);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTexture_fromSurfaceTexture);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTexture_getTimestamp);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTexture_getTransformMatrix);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTexture_release);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTexture_updateTexImage);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransactionStats_getASurfaceControls);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransactionStats_getAcquireTime);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransactionStats_getLatchTime);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransactionStats_getPresentFenceFd);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransactionStats_getPreviousReleaseFenceFd);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransactionStats_releaseASurfaceControls);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_apply);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_clearFrameRate);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_create);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_delete);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_fromJava);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_reparent);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setBuffer);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setBufferAlpha);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setBufferDataSpace);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setBufferTransform);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setBufferTransparency);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setColor);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setCrop);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setDamageRegion);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setDesiredPresentTime);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setEnableBackPressure);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setExtendedRangeBrightness);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setFrameRate);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setFrameRateWithChangeStrategy);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setFrameTimeline);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setGeometry);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setHdrMetadata_cta861_3);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setHdrMetadata_smpte2086);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setOnCommit);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setOnComplete);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setPosition);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setScale);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setVisibility);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTransaction_setZOrder);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASystemFontIterator_close);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASystemFontIterator_next);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASystemFontIterator_open);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AThermal_acquireManager);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AThermal_getCurrentThermalStatus);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AThermal_getThermalHeadroom);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AThermal_registerThermalStatusListener);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AThermal_releaseManager);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AThermal_unregisterThermalStatusListener);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ATrace_beginAsyncSection);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ATrace_beginSection);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ATrace_endAsyncSection);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ATrace_endSection);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ATrace_isEnabled);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ATrace_setCounter);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_getaddrinfofornetwork);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_getprocdns);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_getprocnetwork);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_res_cancel);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_res_nquery);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_res_nresult);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_res_nsend);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_setprocdns);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_setprocnetwork);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_setsocknetwork);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_tag_socket);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_tag_socket_with_uid);
  INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", android_untag_socket);
}
// clang-format on