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.cpp209 case ALLOC_LOCAL: in TrackBase()
522 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK, in Track()
2084 ((buffer == NULL) ? ALLOC_LOCAL : ALLOC_NONE), in RecordTrack()