Home
last modified time | relevance | path

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

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