Searched refs:AStatsEvent_writeByteArray (Results 1 – 2 of 2) sorted by relevance
105 BIND_SYMBOL(AStatsEvent_writeByteArray); in InitializeOnce()174 void AStatsEvent_writeByteArray(AStatsEvent* event, const uint8_t* buf, size_t numBytes) { in AStatsEvent_writeByteArray() function175 INVOKE_METHOD(AStatsEvent_writeByteArray, event, buf, numBytes); in AStatsEvent_writeByteArray()
48 EXPECT_DEATH(AStatsEvent_writeByteArray(event, NULL, 0), kLoadFailed); in TEST_F()