Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp3729 audio_patch_handle_t downstreamPatchHandle = AUDIO_PATCH_HANDLE_NONE; in threadLoop() local
3733 downstreamPatchHandle = swPatches[0].getPatchHandle(); in threadLoop()
3735 if (downstreamPatchHandle != lastDownstreamPatchHandle) { in threadLoop()
3737 lastDownstreamPatchHandle = downstreamPatchHandle; in threadLoop()