Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h47 ALLOC_LOCAL, // allocate a local buffer enumerator
DTracks.cpp207 case ALLOC_LOCAL: in TrackBase()
519 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK, in Track()
2063 ((buffer == NULL) ? ALLOC_LOCAL : ALLOC_NONE), in RecordTrack()