Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DClientDescriptor.cpp114 mCloseOutput = closeOutput; in setSwOutput()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DClientDescriptor.h258 bool canCloseOutput() const { return mCloseOutput; } in canCloseOutput()
289 bool mCloseOutput = false; variable