Searched refs:AStatsEvent_writeAttributionChain (Results 1 – 2 of 2) sorted by relevance
/system/core/libstats/socket_lazy/ |
D | libstatssocket_lazy.cpp | 107 BIND_SYMBOL(AStatsEvent_writeAttributionChain); in InitializeOnce() 182 void AStatsEvent_writeAttributionChain(AStatsEvent* event, const uint32_t* uids, in AStatsEvent_writeAttributionChain() function 184 INVOKE_METHOD(AStatsEvent_writeAttributionChain, event, uids, tags, numNodes); in AStatsEvent_writeAttributionChain()
|
/system/core/libstats/socket_lazy/tests/ |
D | libstatssocket_lazy_test.cpp | 50 EXPECT_DEATH(AStatsEvent_writeAttributionChain(event, NULL, NULL, 0), kLoadFailed); in TEST_F()
|