Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp613 ALLOC_NONE = 0, enumerator
627 AllocParams() : data{ALLOC_NONE, {0, 0}, {0}} {} in AllocParams()
665 case ALLOC_NONE: in allocate()
924 ALLOC_NONE = 0, enumerator
938 AllocParams() : data{ALLOC_NONE, {0, 0}, {0}} {} in AllocParams()
976 case ALLOC_NONE: in allocate()
/frameworks/av/services/audioflinger/
DIAfTrack.h80 ALLOC_NONE, // do not allocate:use the buffer passed to TrackBase constructor enumerator
DTracks.cpp232 case ALLOC_NONE: in TrackBase()
763 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK, in Track()
2779 ((buffer == NULL) ? ALLOC_LOCAL : ALLOC_NONE), in RecordTrack()
3505 ALLOC_NONE, in MmapTrack()