Searched refs:TYPE_PATCH (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | TrackBase.h | 55 TYPE_PATCH, enumerator 88 bool isPatchTrack() const { return (mType == TYPE_PATCH); } in isPatchTrack()
|
D | Tracks.cpp | 209 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()
|