Searched refs:kPoll (Results 1 – 2 of 2) sorted by relevance
1371 static const uint32_t kPoll = 0; in processAudioBuffer() local1372 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()1373 minFrames = kPoll * notificationFrames; in processAudioBuffer()
2611 static const uint32_t kPoll = 0; in processAudioBuffer() local2612 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()2613 minFrames = kPoll * notificationFrames; in processAudioBuffer()