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

  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 843 status_t AudioRecord::obtainBuffer(Buffer* audioBuffer, int32_t waitCount, size_t *nonContig)
846 if (nonContig != NULL) {
847 *nonContig = 0;
855 if (nonContig != NULL) {
856 *nonContig = 0;
876 return obtainBuffer(audioBuffer, requested, NULL /*elapsed*/, nonContig);
880 struct timespec *elapsed, size_t *nonContig)
939 if (nonContig != NULL) {
940 *nonContig = buffer.mNonContig;
    [all...]
AudioTrack.cpp     [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h 389 * If nonContig is non-NULL, it is an output parameter that will be set to the number of
425 size_t *nonContig = NULL);
480 /* If nonContig is non-NULL, it is an output parameter that will be set to the number of
490 struct timespec *elapsed = NULL, size_t *nonContig = NULL);
    [all...]
AudioTrack.h     [all...]

Completed in 342 milliseconds