Searched refs:AStatsEvent_writeBool (Results 1 – 10 of 10) sorted by relevance
/packages/modules/UprobeStats/rust/ffi/ |
D | statssocket.rs | 5 AStatsEvent_write, AStatsEvent_writeBool, AStatsEvent_writeInt32, AStatsEvent_writeInt64, 33 unsafe { AStatsEvent_writeBool(self.as_ptr(), value) }; in write_bool()
|
/packages/modules/StatsD/lib/libstatssocket/ |
D | libstatssocket.map.txt | 11 AStatsEvent_writeBool; # apex introduced=30
|
D | stats_event.c | 224 void AStatsEvent_writeBool(AStatsEvent* event, bool value) { in AStatsEvent_writeBool() function
|
/packages/modules/UprobeStats/src/ |
D | UprobeStats.cpp | 161 AStatsEvent_writeBool(event, value.adding); in doPoll() 187 AStatsEvent_writeBool(event, value.onAllowlist); in doPoll()
|
/packages/modules/StatsD/lib/libstatssocket/include/ |
D | stats_event.h | 127 void AStatsEvent_writeBool(AStatsEvent* event, bool value);
|
/packages/modules/StatsD/lib/libstatssocket/fuzzers/ |
D | stats_event_fuzzer.cpp | 39 AStatsEvent_writeBool(event, fdp.ConsumeBool()); in LLVMFuzzerTestOneInput()
|
/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 151 AStatsEvent_writeBool(event, boolValue); in TEST() 401 AStatsEvent_writeBool(event, boolValue); in TEST() 648 AStatsEvent_writeBool(event, true); in TEST()
|
/packages/modules/StatsD/statsd/tests/ |
D | LogEvent_test.cpp | 221 AStatsEvent_writeBool(event, true); in TEST_P() 271 AStatsEvent_writeBool(event, true); in TEST_P() 297 AStatsEvent_writeBool(event, true); in TEST()
|
D | statsd_test_util.cpp | 1171 AStatsEvent_writeBool(statsEvent, boolField); in CreateTestAtomReportedEvent() 1390 AStatsEvent_writeBool(statsEvent, filtered); // filtered in CreateBleScanStateChangedEvent() 1392 AStatsEvent_writeBool(statsEvent, firstMatch); // first match in CreateBleScanStateChangedEvent() 1394 AStatsEvent_writeBool(statsEvent, opportunistic); // opportunistic in CreateBleScanStateChangedEvent() 1415 AStatsEvent_writeBool(statsEvent, usingAlertWindow); in CreateOverlayStateChangedEvent() 2425 AStatsEvent_writeBool(statsEvent, 1); in fillStatsEventWithSampleValue()
|
D | LogEntryMatcher_test.cpp | 105 AStatsEvent_writeBool(statsEvent, bool1); in makeBoolLogEvent() 106 AStatsEvent_writeBool(statsEvent, bool2); in makeBoolLogEvent()
|