Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp4075 audio_patch_handle_t downstreamPatchHandle = AUDIO_PATCH_HANDLE_NONE; in threadLoop() local
4080 downstreamPatchHandle = swPatches[0].getPatchHandle(); in threadLoop()
4082 if (downstreamPatchHandle != lastDownstreamPatchHandle) { in threadLoop()
4084 lastDownstreamPatchHandle = downstreamPatchHandle; in threadLoop()