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

/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp1139 static const uint32_t kPoll = 0; local
1140 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
1141 minFrames = kPoll * notificationFrames;
H A DAudioTrack.cpp2040 static const uint32_t kPoll = 0; local
2041 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
2042 minFrames = kPoll * notificationFrames;

Completed in 37 milliseconds