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

/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp1089 static const uint32_t kPoll = 0; local
1090 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
1091 minFrames = kPoll * notificationFrames;
H A DAudioTrack.cpp2105 static const uint32_t kPoll = 0; local
2106 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
2107 minFrames = kPoll * notificationFrames;

Completed in 37 milliseconds