Searched refs:checkAudioSamplesAllSame (Results 1 – 4 of 4) sorted by relevance
38 bool checkAudioSamplesAllSame(const int16_t *data, const size_t dataLen);
35 bool checkAudioSamplesAllSame(const int16_t *data, const size_t dataLen) { in checkAudioSamplesAllSame() function
29 using chre::test_shared::checkAudioSamplesAllSame;242 } else if (!checkAudioSamplesAllSame(dataEvent->samplesS16, in handleAudioDataEvent()
31 using test_shared::checkAudioSamplesAllSame;234 } else if (!checkAudioSamplesAllSame(data->samplesS16, data->sampleCount)) { in validateAudioDataEvent()