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.cpp196 client->isLowLevel() ? RECORD_CONFIG_EVENT_START : RECORD_CONFIG_EVENT_UPDATE, in setPatchHandle()
366 || (!client->isLowLevel() in updateClientRecordingConfiguration()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DClientDescriptor.h171 bool isLowLevel() const { return mRIId == RECORD_RIID_INVALID; } in isLowLevel() function