Searched refs:kPoll (Results 1 – 2 of 2) sorted by relevance
1032 static const uint32_t kPoll = 0; in processAudioBuffer() local1033 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()1034 minFrames = kPoll * notificationFrames; in processAudioBuffer()
1993 static const uint32_t kPoll = 0; in processAudioBuffer() local1994 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()1995 minFrames = kPoll * notificationFrames; in processAudioBuffer()