Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h48 ALLOC_NONE, // do not allocate:use the buffer passed to TrackBase constructor enumerator
DTracks.cpp212 case ALLOC_NONE: in TrackBase()
522 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK, in Track()
2084 ((buffer == NULL) ? ALLOC_LOCAL : ALLOC_NONE), in RecordTrack()
2686 ALLOC_NONE, in MmapTrack()
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp492 ALLOC_NONE = 0, enumerator
506 AllocParams() : data{ALLOC_NONE, {0, 0}, {0}} {} in AllocParams()
544 case ALLOC_NONE: in allocate()