Searched defs:kPoll (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp871 static const uint32_t kPoll = 0; local
872 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
873 minFrames = kPoll * notificationFrames;
H A DAudioTrack.cpp1711 static const uint32_t kPoll = 0; local
1712 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
1713 minFrames = kPoll * notificationFrames;

Completed in 144 milliseconds