Home
last modified time | relevance | path

Searched refs:AStatsEvent_writeBool (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/core/libstats/socket_lazy/
H A Dlibstatssocket_lazy.cpp104 BIND_SYMBOL(AStatsEvent_writeBool); in InitializeOnce()
170 void AStatsEvent_writeBool(AStatsEvent* event, bool value) { in AStatsEvent_writeBool() function
171 INVOKE_METHOD(AStatsEvent_writeBool, event, value); in AStatsEvent_writeBool()
/aosp12/packages/modules/StatsD/lib/libstatssocket/
H A Dlibstatssocket.map.txt11 AStatsEvent_writeBool; # apex # introduced=30
H A Dstats_event.c228 void AStatsEvent_writeBool(AStatsEvent* event, bool value) { in AStatsEvent_writeBool() function
/aosp12/system/core/libstats/socket_lazy/tests/
H A Dlibstatssocket_lazy_test.cpp47 EXPECT_DEATH(AStatsEvent_writeBool(event, false), kLoadFailed); in TEST_F()
/aosp12/packages/modules/StatsD/lib/libstatssocket/include/
H A Dstats_event.h115 void AStatsEvent_writeBool(AStatsEvent* event, bool value);
/aosp12/packages/modules/StatsD/lib/libstatssocket/tests/
H A Dstats_event_test.cpp130 AStatsEvent_writeBool(event, boolValue); in TEST()
325 AStatsEvent_writeBool(event, boolValue); in TEST()
491 AStatsEvent_writeBool(event, true); in TEST()
/aosp12/packages/modules/StatsD/statsd/tests/
H A DLogEntryMatcher_test.cpp104 AStatsEvent_writeBool(statsEvent, bool1); in makeBoolLogEvent()
105 AStatsEvent_writeBool(statsEvent, bool2); in makeBoolLogEvent()
H A Dstatsd_test_util.cpp1041 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()
H A DLogEvent_test.cpp86 AStatsEvent_writeBool(event, true); in TEST()
/aosp12/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp558 AStatsEvent_writeBool(event, !lastFullDay); in finishDumpInMemory()
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/
H A Dstubs_arm.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatsEvent_writeBool);
1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AStatsEvent_writeBool); in init_stub_library()
H A Dstubs_arm64.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatsEvent_writeBool);
1160 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AStatsEvent_writeBool); in init_stub_library()