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

/frameworks/av/services/audioflinger/
H A DTrackBase.h44 ALLOC_CBLK, // allocate immediately after control block enumerator in enum:TrackBase::alloc_type
67 alloc_type alloc = ALLOC_CBLK,
H A DTracks.cpp127 if (buffer == NULL && alloc == ALLOC_CBLK) {
181 case ALLOC_CBLK:
380 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK,
1578 ((flags & AUDIO_INPUT_FLAG_FAST) ? ALLOC_PIPE : ALLOC_CBLK) :

Completed in 54 milliseconds