Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h653 sp<AudioPatch> createTelephonyPatch(bool isRx, const sp<DeviceDescriptor> &device,
DAudioPolicyManager.cpp573 bool isRx, const sp<DeviceDescriptor> &device, uint32_t delayMs) { in createTelephonyPatch() argument
579 if (isRx) { in createTelephonyPatch()
590 const sp<DeviceDescriptor> outputDevice = isRx ? in createTelephonyPatch()
604 if (!isRx) { in createTelephonyPatch()
620 "%s() error %d creating %s audio patch", __func__, status, isRx ? "RX" : "TX"); in createTelephonyPatch()