Home
last modified time | relevance | path

Searched defs:isCallRx (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DClientDescriptor.h66 virtual bool isCallRx() const { return false; } in isCallRx() function
268 bool isCallRx() const override { return mIsCallRx; } in isCallRx() function
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DClientDescriptor.cpp100 bool isInternal, bool isCallRx, bool isCallTx) : in SourceClientDescriptor()
/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp6061 uid_t uid, bool internal, bool isCallRx, in startAudioSourceInternal()