Searched refs:kPoll (Results 1 – 2 of 2) sorted by relevance
1255 static const uint32_t kPoll = 0; in processAudioBuffer() local1256 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()1257 minFrames = kPoll * notificationFrames; in processAudioBuffer()
2214 static const uint32_t kPoll = 0; in processAudioBuffer() local2215 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()2216 minFrames = kPoll * notificationFrames; in processAudioBuffer()