Searched refs:isRx (Results 1 – 2 of 2) sorted by relevance
504 sp<AudioPatch> createTelephonyPatch(bool isRx, audio_devices_t device, uint32_t delayMs);
478 bool isRx, audio_devices_t device, uint32_t delayMs) { in createTelephonyPatch() argument484 if (isRx) { in createTelephonyPatch()495 audio_devices_t outputDevice = isRx ? device : AUDIO_DEVICE_OUT_TELEPHONY_TX; in createTelephonyPatch()508 if (!isRx) { in createTelephonyPatch()529 "%s() error %d creating %s audio patch", __func__, status, isRx ? "RX" : "TX"); in createTelephonyPatch()