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