android_system_core/libstats/socket/libstatssocket.map.txt
Muhammad Qureshi 2ebc2e3d8f Expose AStatsSocket_close() from the statsd apex
As part of statsd becoming a Mainline module in R, we need to formalize
the statsd APIs called from outside the statsd apex.

Bug: 145923416
Test: m
Change-Id: I296a018cc93d95bda77d95f8161acbbe983a5d51
2020-02-13 16:16:48 -08:00

20 lines
887 B
Text

LIBSTATSSOCKET {
global:
AStatsEvent_obtain; # apex # introduced=30
AStatsEvent_build; # apex # introduced=30
AStatsEvent_write; # apex # introduced=30
AStatsEvent_release; # apex # introduced=30
AStatsEvent_setAtomId; # apex # introduced=30
AStatsEvent_writeInt32; # apex # introduced=30
AStatsEvent_writeInt64; # apex # introduced=30
AStatsEvent_writeFloat; # apex # introduced=30
AStatsEvent_writeBool; # apex # introduced=30
AStatsEvent_writeByteArray; # apex # introduced=30
AStatsEvent_writeString; # apex # introduced=30
AStatsEvent_writeAttributionChain; # apex # introduced=30
AStatsEvent_addBoolAnnotation; # apex # introduced=30
AStatsEvent_addInt32Annotation; # apex # introduced=30
AStatsSocket_close; # apex # introduced=30
local:
*;
};