Searched refs:dstOutput (Results 1 – 7 of 7) sorted by relevance
215 audio_io_handle_t dstOutput) = 0;
317 audio_io_handle_t dstOutput) = 0;
765 audio_io_handle_t dstOutput) in moveEffects() argument771 data.writeInt32((int32_t) dstOutput); in moveEffects()1314 audio_io_handle_t dstOutput = (audio_io_handle_t) data.readInt32(); in onTransact() local1315 reply->writeInt32(moveEffects(session, srcOutput, dstOutput)); in onTransact()
2782 audio_io_handle_t dstOutput) in moveEffects() argument2785 sessionId, srcOutput, dstOutput); in moveEffects()2787 if (srcOutput == dstOutput) { in moveEffects()2788 ALOGW("moveEffects() same dst and src outputs %d", dstOutput); in moveEffects()2796 PlaybackThread *dstThread = checkPlaybackThread_l(dstOutput); in moveEffects()2798 ALOGW("moveEffects() bad dstOutput %d", dstOutput); in moveEffects()
228 audio_io_handle_t dstOutput);
504 audio_io_handle_t dstOutput);
956 audio_io_handle_t dstOutput = getOutputForEffect(); in getOutputForDevice() local957 if (dstOutput == output) { in getOutputForDevice()958 mpClientInterface->moveEffects(AUDIO_SESSION_OUTPUT_MIX, srcOutput, dstOutput); in getOutputForDevice()1351 audio_io_handle_t dstOutput = getOutputForEffect(); in releaseOutput() local1352 if (hasPrimaryOutput() && dstOutput != mPrimaryOutput->mIoHandle) { in releaseOutput()1354 mPrimaryOutput->mIoHandle, dstOutput); in releaseOutput()