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

/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp1051 static const uint32_t kPoll = 0; local
1052 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
1053 minFrames = kPoll * notificationFrames;
H A DAudioTrack.cpp2029 static const uint32_t kPoll = 0; local
2030 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
2031 minFrames = kPoll * notificationFrames;

Completed in 149 milliseconds