Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h44 ALLOC_CBLK, // allocate immediately after control block enumerator
68 alloc_type alloc = ALLOC_CBLK,
DTracks.cpp117 if (buffer == NULL && alloc == ALLOC_CBLK) { in TrackBase()
164 case ALLOC_CBLK: in TrackBase()
353 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK, in Track()
1477 ((flags & IAudioFlinger::TRACK_FAST) ? ALLOC_PIPE : ALLOC_CBLK) : in RecordTrack()