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

/frameworks/av/services/audioflinger/
H A DTrackBase.h48 ALLOC_NONE, // do not allocate:use the buffer passed to TrackBase constructor enumerator in enum:TrackBase::alloc_type
H A DTracks.cpp196 case ALLOC_NONE:
380 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK,
1579 ((buffer == NULL) ? ALLOC_LOCAL : ALLOC_NONE),
1840 ALLOC_NONE,

Completed in 24 milliseconds