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

  /frameworks/av/media/libmedia/
AudioRecord.cpp 739 status_t AudioRecord::obtainBuffer(Buffer* audioBuffer, int32_t waitCount, size_t *nonContig)
742 if (nonContig != NULL) {
743 *nonContig = 0;
751 if (nonContig != NULL) {
752 *nonContig = 0;
772 return obtainBuffer(audioBuffer, requested, NULL /*elapsed*/, nonContig);
776 struct timespec *elapsed, size_t *nonContig)
835 if (nonContig != NULL) {
836 *nonContig = buffer.mNonContig;
    [all...]
AudioTrack.cpp     [all...]

Completed in 41 milliseconds