HomeSort by relevance Sort by last modified time
    Searched refs:nonContig (Results 1 - 4 of 4) 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...]
  /frameworks/av/include/media/
AudioRecord.h 363 * If nonContig is non-NULL, it is an output parameter that will be set to the number of
399 size_t *nonContig = NULL);
445 /* If nonContig is non-NULL, it is an output parameter that will be set to the number of
455 struct timespec *elapsed = NULL, size_t *nonContig = NULL);
AudioTrack.h 634 * If nonContig is non-NULL, it is an output parameter that will be set to the number of
    [all...]

Completed in 158 milliseconds