Home
last modified time | relevance | path

Searched refs:ALLOC_NONE (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DTrackBase.h48 ALLOC_NONE, // do not allocate:use the buffer passed to TrackBase constructor enumerator
DTracks.cpp180 case ALLOC_NONE: in TrackBase()
391 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK, in Track()
1951 ((buffer == NULL) ? ALLOC_LOCAL : ALLOC_NONE), in RecordTrack()