HomeSort by relevance Sort by last modified time
    Searched full:kpoll (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmedia/
AudioRecord.cpp 810 static const uint32_t kPoll = 0;
811 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
812 minFrames = kPoll * notificationFrames;
AudioTrack.cpp     [all...]

Completed in 289 milliseconds