Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp7703 audio_track_cblk_t *cblkNew = fastTrack != 0 ? fastTrack->cblk() : NULL; in threadLoop() local
7704 if (cblkNew != cblkOld) { in threadLoop()
7705 state->mCblk = cblkNew; in threadLoop()