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

  /frameworks/av/services/audioflinger/
TrackBase.h 44 ALLOC_CBLK, // allocate immediately after control block
67 alloc_type alloc = ALLOC_CBLK,
Tracks.cpp 115 if (buffer == NULL && alloc == ALLOC_CBLK) {
162 case ALLOC_CBLK:
351 (type == TYPE_PATCH) ? ( buffer == NULL ? ALLOC_LOCAL : ALLOC_NONE) : ALLOC_CBLK,
    [all...]

Completed in 49 milliseconds