Home
last modified time | relevance | path

Searched refs:ioHandle (Results 1 – 25 of 29) sorted by relevance

12

/hardware/interfaces/audio/effect/all-versions/default/
DEffectsFactory.cpp158 Return<void> EffectsFactory::createEffect(const Uuid& uuid, int32_t session, int32_t ioHandle, in createEffect() argument
160 return createEffectImpl(uuid, session, ioHandle, AUDIO_PORT_HANDLE_NONE, _hidl_cb); in createEffect()
163 Return<void> EffectsFactory::createEffect(const Uuid& uuid, int32_t session, int32_t ioHandle, in createEffect() argument
166 return createEffectImpl(uuid, session, ioHandle, device, _hidl_cb); in createEffect()
170 Return<void> EffectsFactory::createEffectImpl(const Uuid& uuid, int32_t session, int32_t ioHandle, in createEffectImpl() argument
178 status = EffectCreateOnDevice(&halUuid, device, ioHandle, &handle); in createEffectImpl()
180 status = EffectCreate(&halUuid, session, ioHandle, &handle); in createEffectImpl()
DEffectsFactory.h52 Return<void> createEffect(const Uuid& uuid, int32_t session, int32_t ioHandle,
55 Return<void> createEffect(const Uuid& uuid, int32_t session, int32_t ioHandle, int32_t device,
66 Return<void> createEffectImpl(const Uuid& uuid, int32_t session, int32_t ioHandle,
DEffect.cpp242 halOffload->ioHandle = offload.ioHandle; in effectOffloadParamToHal()
/hardware/interfaces/audio/core/all-versions/default/
DDevice.cpp150 std::tuple<Result, sp<IStreamOut>> Device::openOutputStreamImpl(int32_t ioHandle, in openOutputStreamImpl() argument
161 ioHandle, static_cast<audio_devices_t>(device.device), in openOutputStreamImpl()
165 mDevice->open_output_stream(mDevice, ioHandle, static_cast<audio_devices_t>(device.device), in openOutputStreamImpl()
180 int32_t ioHandle, const DeviceAddress& device, const AudioConfig& config, in openInputStreamImpl() argument
188 ioHandle, static_cast<audio_devices_t>(device.device), in openInputStreamImpl()
193 mDevice, ioHandle, static_cast<audio_devices_t>(device.device), &halConfig, &halStream, in openInputStreamImpl()
208 Return<void> Device::openOutputStream(int32_t ioHandle, const DeviceAddress& device, in openOutputStream() argument
213 openOutputStreamImpl(ioHandle, device, config, flags, &suggestedConfig); in openOutputStream()
218 Return<void> Device::openInputStream(int32_t ioHandle, const DeviceAddress& device, in openInputStream() argument
223 openInputStreamImpl(ioHandle, device, config, flags, source, &suggestedConfig); in openInputStream()
[all …]
DPrimaryDevice.cpp75 Return<void> PrimaryDevice::openOutputStream(int32_t ioHandle, const DeviceAddress& device, in openOutputStream() argument
79 return mDevice->openOutputStream(ioHandle, device, config, flags, _hidl_cb); in openOutputStream()
82 Return<void> PrimaryDevice::openInputStream(int32_t ioHandle, const DeviceAddress& device, in openInputStream() argument
85 return mDevice->openInputStream(ioHandle, device, config, flags, source, _hidl_cb); in openInputStream()
88 Return<void> PrimaryDevice::openOutputStream(int32_t ioHandle, const DeviceAddress& device, in openOutputStream() argument
93 return mDevice->openOutputStream(ioHandle, device, config, flags, sourceMetadata, _hidl_cb); in openOutputStream()
96 Return<void> PrimaryDevice::openInputStream(int32_t ioHandle, const DeviceAddress& device, in openInputStream() argument
100 return mDevice->openInputStream(ioHandle, device, config, flags, sinkMetadata, _hidl_cb); in openInputStream()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DDevice.h65 std::tuple<Result, sp<IStreamOut>> openOutputStreamImpl(int32_t ioHandle,
71 int32_t ioHandle, const DeviceAddress& device, const AudioConfig& config,
74 Return<void> openOutputStream(int32_t ioHandle, const DeviceAddress& device,
77 Return<void> openInputStream(int32_t ioHandle, const DeviceAddress& device,
81 Return<void> openOutputStream(int32_t ioHandle, const DeviceAddress& device,
85 Return<void> openInputStream(int32_t ioHandle, const DeviceAddress& device,
DPrimaryDevice.h56 Return<void> openOutputStream(int32_t ioHandle, const DeviceAddress& device,
63 Return<void> openInputStream(int32_t ioHandle, const DeviceAddress& device,
67 Return<void> openInputStream(int32_t ioHandle, const DeviceAddress& device,
/hardware/interfaces/audio/effect/4.0/
DIEffectsFactory.hal49 * @param ioHandle identifies the output or input stream this effect is
56 createEffect(Uuid uid, AudioSession session, AudioIoHandle ioHandle)
Dtypes.hal284 AudioIoHandle ioHandle; // io handle of the playback thread
/hardware/interfaces/audio/effect/5.0/
DIEffectsFactory.hal49 * @param ioHandle identifies the output or input stream this effect is
56 createEffect(Uuid uid, AudioSession session, AudioIoHandle ioHandle)
Dtypes.hal286 AudioIoHandle ioHandle; // io handle of the playback thread
/hardware/interfaces/audio/effect/2.0/
DIEffectsFactory.hal49 * @param ioHandle identifies the output or input stream this effect is
56 createEffect(Uuid uid, AudioSession session, AudioIoHandle ioHandle)
Dtypes.hal284 AudioIoHandle ioHandle; // io handle of the playback thread
/hardware/interfaces/audio/effect/6.0/
DIEffectsFactory.hal49 * @param ioHandle identifies the output or input stream this effect is
60 createEffect(Uuid uid, AudioSession session, AudioIoHandle ioHandle, AudioPortHandle device)
Dtypes.hal286 AudioIoHandle ioHandle; // io handle of the playback thread
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyInterface.h236 …virtual void setParameters(audio_io_handle_t ioHandle, const String8& keyValuePairs, int delayMs =…
238 virtual String8 getParameters(audio_io_handle_t ioHandle, const String8& keys) = 0;
/hardware/interfaces/audio/2.0/
DIDevice.hal108 * @param ioHandle handle assigned by AudioFlinger.
117 AudioIoHandle ioHandle,
130 * @param ioHandle handle assigned by AudioFlinger.
140 AudioIoHandle ioHandle,
/hardware/interfaces/audio/common/all-versions/default/
DHidlUtils.cpp191 config->ext.mix.ioHandle = halConfig.ext.mix.handle; in audioPortConfigFromHal()
229 halConfig->ext.mix.handle = config.ext.mix.ioHandle; in audioPortConfigToHal()
299 port->ext.mix.ioHandle = halPort.ext.mix.handle; in audioPortFromHal()
349 halPort->ext.mix.handle = port.ext.mix.ioHandle; in audioPortToHal()
/hardware/interfaces/audio/4.0/
DIDevice.hal106 * @param ioHandle handle assigned by AudioFlinger.
117 AudioIoHandle ioHandle,
131 * @param ioHandle handle assigned by AudioFlinger.
142 AudioIoHandle ioHandle,
/hardware/interfaces/audio/5.0/
DIDevice.hal106 * @param ioHandle handle assigned by AudioFlinger.
117 AudioIoHandle ioHandle,
131 * @param ioHandle handle assigned by AudioFlinger.
142 AudioIoHandle ioHandle,
/hardware/interfaces/audio/6.0/
DIDevice.hal106 * @param ioHandle handle assigned by AudioFlinger.
117 AudioIoHandle ioHandle,
131 * @param ioHandle handle assigned by AudioFlinger.
142 AudioIoHandle ioHandle,
/hardware/qcom/audio/post_proc/
Dbundle.c699 offload_param->isOffload, offload_param->ioHandle); in effect_command()
704 if (context->out_handle == offload_param->ioHandle) in effect_command()
711 context->out_handle = offload_param->ioHandle; in effect_command()
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c1237 __func__, offload_param->isOffload, offload_param->ioHandle); in effect_command()
1242 if (context->out_handle == offload_param->ioHandle) in effect_command()
1249 context->out_handle = offload_param->ioHandle; in effect_command()
1250 out_ctxt = get_output(offload_param->ioHandle); in effect_command()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h816 AudioIoHandle ioHandle = (AudioIoHandle)AudioHandleConsts::AUDIO_IO_HANDLE_NONE; in open() local
823 ASSERT_OK(openStream(ioHandle, config, returnIn(*res, mStream, *suggestedConfigPtr))); in open()
833 ASSERT_OK(openStream(ioHandle, *suggestedConfigPtr, in open()
/hardware/interfaces/audio/common/2.0/
Dtypes.hal881 AudioIoHandle ioHandle; // I/O handle of the input/output stream
911 AudioIoHandle ioHandle; // I/O handle of the stream

12