Searched refs:ALLOC_NONE (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 613 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/ |
D | IAfTrack.h | 80 ALLOC_NONE, // do not allocate:use the buffer passed to TrackBase constructor enumerator
|
D | Tracks.cpp | 232 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()
|