Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h55 TYPE_PATCH, enumerator
88 bool isPatchTrack() const { return (mType == TYPE_PATCH); } in isPatchTrack()
DTracks.cpp209 if (mType == TYPE_OUTPUT || mType == TYPE_PATCH) { in initCheck()
390 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK, in Track()
1878 buffer, 0, 0, getuid(), flags, TYPE_PATCH), in PatchTrack()
2158 buffer, 0, getuid(), flags, TYPE_PATCH), in PatchRecord()