Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp197 client->isLowLevel() ? RECORD_CONFIG_EVENT_START : RECORD_CONFIG_EVENT_UPDATE, in setPatchHandle()
371 || (!client->isLowLevel() in updateClientRecordingConfiguration()
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DClientDescriptor.h217 bool isLowLevel() const { return mRIId == RECORD_RIID_INVALID; } in isLowLevel() function