Home
last modified time | relevance | path

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

/hardware/interfaces/audio/2.0/default/
DDevice.cpp161 Return<void> Device::openOutputStream(int32_t ioHandle, in openOutputStream() argument
172 ioHandle, static_cast<audio_devices_t>(device.device), in openOutputStream()
177 mDevice, ioHandle, static_cast<audio_devices_t>(device.device), in openOutputStream()
192 Return<void> Device::openInputStream(int32_t ioHandle, in openInputStream() argument
203 ioHandle, static_cast<audio_devices_t>(device.device), in openInputStream()
209 mDevice, ioHandle, static_cast<audio_devices_t>(device.device), in openInputStream()
DPrimaryDevice.cpp68 Return<void> PrimaryDevice::openOutputStream(int32_t ioHandle, in openOutputStream() argument
73 return mDevice->openOutputStream(ioHandle, device, config, flags, _hidl_cb); in openOutputStream()
77 int32_t ioHandle, const DeviceAddress& device, const AudioConfig& config, in openInputStream() argument
79 return mDevice->openInputStream(ioHandle, device, config, flags, source, in openInputStream()
DDevice.h72 int32_t ioHandle,
78 int32_t ioHandle,
DPrimaryDevice.h67 int32_t ioHandle,
73 int32_t ioHandle,
/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/2.0/default/
DEffectsFactory.cpp155 const Uuid& uid, int32_t session, int32_t ioHandle, createEffect_cb _hidl_cb) { in createEffect() argument
160 status_t status = EffectCreate(&halUuid, session, ioHandle, &handle); in createEffect()
DEffectsFactory.h49 const Uuid& uid, int32_t session, int32_t ioHandle, createEffect_cb _hidl_cb) override;
DEffect.cpp233 halOffload->ioHandle = offload.ioHandle; in effectOffloadParamToHal()
/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/2.0/default/
DHidlUtils.cpp150 config->ext.mix.ioHandle = halConfig.ext.mix.handle; in audioPortConfigFromHal()
188 halConfig->ext.mix.handle = config.ext.mix.ioHandle; in audioPortConfigToHal()
258 port->ext.mix.ioHandle = halPort.ext.mix.handle; in audioPortFromHal()
309 halPort->ext.mix.handle = port.ext.mix.ioHandle; in audioPortToHal()
/hardware/qcom/audio/post_proc/
Dbundle.c697 offload_param->isOffload, offload_param->ioHandle); in effect_command()
702 if (context->out_handle == offload_param->ioHandle) in effect_command()
709 context->out_handle = offload_param->ioHandle; in effect_command()
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c1224 __func__, offload_param->isOffload, offload_param->ioHandle); in effect_command()
1229 if (context->out_handle == offload_param->ioHandle) in effect_command()
1236 context->out_handle = offload_param->ioHandle; in effect_command()
1237 out_ctxt = get_output(offload_param->ioHandle); in effect_command()
/hardware/interfaces/audio/2.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp581 AudioIoHandle ioHandle = in testOpen() local
584 ASSERT_OK(openStream(ioHandle, config, in testOpen()
599 openStream(ioHandle, suggestedConfig, in testOpen()
/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
/hardware/interfaces/audio/effect/2.0/vts/functional/
DVtsHalAudioEffectV2_0TargetTest.cpp456 offloadParam.ioHandle = in TEST_F()