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
20 lines
887 B
Text
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:
|
|
*;
|
|
};
|