Searched refs:AStatsEvent_writeBool (Results 1 – 7 of 7) sorted by relevance
/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 130 AStatsEvent_writeBool(event, boolValue); in TEST() 325 AStatsEvent_writeBool(event, boolValue); in TEST() 491 AStatsEvent_writeBool(event, true); in TEST()
|
/packages/modules/StatsD/lib/libstatssocket/ |
D | libstatssocket.map.txt | 11 AStatsEvent_writeBool; # apex # introduced=30
|
D | stats_event.c | 228 void AStatsEvent_writeBool(AStatsEvent* event, bool value) { in AStatsEvent_writeBool() function
|
/packages/modules/StatsD/lib/libstatssocket/include/ |
D | stats_event.h | 115 void AStatsEvent_writeBool(AStatsEvent* event, bool value);
|
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.cpp | 1041 AStatsEvent_writeBool(statsEvent, filtered); // filtered in CreateBleScanStateChangedEvent() 1043 AStatsEvent_writeBool(statsEvent, firstMatch); // first match in CreateBleScanStateChangedEvent() 1045 AStatsEvent_writeBool(statsEvent, opportunistic); // opportunistic in CreateBleScanStateChangedEvent() 1066 AStatsEvent_writeBool(statsEvent, usingAlertWindow); in CreateOverlayStateChangedEvent()
|
D | LogEntryMatcher_test.cpp | 104 AStatsEvent_writeBool(statsEvent, bool1); in makeBoolLogEvent() 105 AStatsEvent_writeBool(statsEvent, bool2); in makeBoolLogEvent()
|
D | LogEvent_test.cpp | 86 AStatsEvent_writeBool(event, true); in TEST()
|