/hardware/interfaces/audio/effect/all-versions/default/ |
D | EffectsFactory.cpp | 158 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()
|
D | EffectsFactory.h | 52 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,
|
D | Effect.cpp | 242 halOffload->ioHandle = offload.ioHandle; in effectOffloadParamToHal()
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | Device.cpp | 150 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() 179 int32_t ioHandle, const DeviceAddress& device, const AudioConfig& config, in openInputStreamImpl() argument 187 ioHandle, static_cast<audio_devices_t>(device.device), in openInputStreamImpl() 192 mDevice, ioHandle, static_cast<audio_devices_t>(device.device), &halConfig, &halStream, in openInputStreamImpl() 206 Return<void> Device::openOutputStream(int32_t ioHandle, const DeviceAddress& device, in openOutputStream() argument 211 openOutputStreamImpl(ioHandle, device, config, flags, &suggestedConfig); in openOutputStream() 216 Return<void> Device::openInputStream(int32_t ioHandle, const DeviceAddress& device, in openInputStream() argument 221 openInputStreamImpl(ioHandle, device, config, flags, source, &suggestedConfig); in openInputStream() [all …]
|
D | PrimaryDevice.cpp | 75 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/ |
D | Device.h | 65 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,
|
D | PrimaryDevice.h | 56 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/ |
D | IEffectsFactory.hal | 49 * @param ioHandle identifies the output or input stream this effect is 56 createEffect(Uuid uid, AudioSession session, AudioIoHandle ioHandle)
|
D | types.hal | 284 AudioIoHandle ioHandle; // io handle of the playback thread
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEffectsFactory.hal | 49 * @param ioHandle identifies the output or input stream this effect is 56 createEffect(Uuid uid, AudioSession session, AudioIoHandle ioHandle)
|
D | types.hal | 286 AudioIoHandle ioHandle; // io handle of the playback thread
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffectsFactory.hal | 49 * @param ioHandle identifies the output or input stream this effect is 56 createEffect(Uuid uid, AudioSession session, AudioIoHandle ioHandle)
|
D | types.hal | 284 AudioIoHandle ioHandle; // io handle of the playback thread
|
/hardware/interfaces/audio/effect/6.0/ |
D | IEffectsFactory.hal | 49 * @param ioHandle identifies the output or input stream this effect is 60 createEffect(Uuid uid, AudioSession session, AudioIoHandle ioHandle, AudioPortHandle device)
|
D | types.hal | 286 AudioIoHandle ioHandle; // io handle of the playback thread
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyInterface.h | 236 …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/ |
D | IDevice.hal | 108 * @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/ |
D | HidlUtils.cpp | 162 config->ext.mix.ioHandle = halConfig.ext.mix.handle; in audioPortConfigFromHal() 200 halConfig->ext.mix.handle = config.ext.mix.ioHandle; in audioPortConfigToHal() 270 port->ext.mix.ioHandle = halPort.ext.mix.handle; in audioPortFromHal() 320 halPort->ext.mix.handle = port.ext.mix.ioHandle; in audioPortToHal()
|
/hardware/interfaces/audio/4.0/ |
D | IDevice.hal | 106 * @param ioHandle handle assigned by AudioFlinger. 117 AudioIoHandle ioHandle, 131 * @param ioHandle handle assigned by AudioFlinger. 142 AudioIoHandle ioHandle,
|
/hardware/interfaces/audio/5.0/ |
D | IDevice.hal | 106 * @param ioHandle handle assigned by AudioFlinger. 117 AudioIoHandle ioHandle, 131 * @param ioHandle handle assigned by AudioFlinger. 142 AudioIoHandle ioHandle,
|
/hardware/interfaces/audio/6.0/ |
D | IDevice.hal | 106 * @param ioHandle handle assigned by AudioFlinger. 117 AudioIoHandle ioHandle, 131 * @param ioHandle handle assigned by AudioFlinger. 142 AudioIoHandle ioHandle,
|
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 699 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/ |
D | offload_visualizer.c | 1237 __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/ |
D | AudioPrimaryHidlHalTest.h | 832 AudioIoHandle ioHandle = (AudioIoHandle)AudioHandleConsts::AUDIO_IO_HANDLE_NONE; in open() local 839 ASSERT_OK(openStream(ioHandle, config, returnIn(*res, mStream, *suggestedConfigPtr))); in open() 849 ASSERT_OK(openStream(ioHandle, *suggestedConfigPtr, in open()
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 841 AudioIoHandle ioHandle; // I/O handle of the input/output stream 872 AudioIoHandle ioHandle; // I/O handle of the stream
|