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 669 status_t AudioRecord::obtainBuffer(Buffer* audioBuffer, int32_t waitCount, size_t *nonContig)
672 if (nonContig != NULL) {
673 *nonContig = 0;
681 if (nonContig != NULL) {
682 *nonContig = 0;
702 return obtainBuffer(audioBuffer, requested, NULL /*elapsed*/, nonContig);
706 struct timespec *elapsed, size_t *nonContig)
765 if (nonContig != NULL) {
766 *nonContig = buffer.mNonContig;
990 size_t nonContig;
    [all...]
AudioTrack.cpp     [all...]

Completed in 44 milliseconds