Searched refs:AStatsEvent_writeBool (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/core/libstats/socket_lazy/ |
H A D | libstatssocket_lazy.cpp | 104 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 D | libstatssocket.map.txt | 11 AStatsEvent_writeBool; # apex # introduced=30
|
H A D | stats_event.c | 228 void AStatsEvent_writeBool(AStatsEvent* event, bool value) { in AStatsEvent_writeBool() function
|
/aosp12/system/core/libstats/socket_lazy/tests/ |
H A D | libstatssocket_lazy_test.cpp | 47 EXPECT_DEATH(AStatsEvent_writeBool(event, false), kLoadFailed); in TEST_F()
|
/aosp12/packages/modules/StatsD/lib/libstatssocket/include/ |
H A D | stats_event.h | 115 void AStatsEvent_writeBool(AStatsEvent* event, bool value);
|
/aosp12/packages/modules/StatsD/lib/libstatssocket/tests/ |
H A 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()
|
/aosp12/packages/modules/StatsD/statsd/tests/ |
H A D | LogEntryMatcher_test.cpp | 104 AStatsEvent_writeBool(statsEvent, bool1); in makeBoolLogEvent() 105 AStatsEvent_writeBool(statsEvent, bool2); in makeBoolLogEvent()
|
H A 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()
|
H A D | LogEvent_test.cpp | 86 AStatsEvent_writeBool(event, true); in TEST()
|
/aosp12/frameworks/base/libs/hwui/service/ |
H A D | GraphicsStatsService.cpp | 558 AStatsEvent_writeBool(event, !lastFullDay); in finishDumpInMemory()
|
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/ |
H A D | stubs_arm.cc | 31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatsEvent_writeBool); 1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AStatsEvent_writeBool); in init_stub_library()
|
H A D | stubs_arm64.cc | 31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatsEvent_writeBool); 1160 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", AStatsEvent_writeBool); in init_stub_library()
|