HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_PATCH (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
TrackBase.h 54 TYPE_PATCH,
85 bool isPatchTrack() const { return (mType == TYPE_PATCH); }
164 track_type mType; // must be one of TYPE_DEFAULT, TYPE_OUTPUT, TYPE_PATCH ...
Tracks.cpp 207 if (mType == TYPE_OUTPUT || mType == TYPE_PATCH) {
351 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK,
    [all...]

Completed in 649 milliseconds