Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyCompatClient.cpp99 String8 AudioPolicyCompatClient::getParameters(audio_io_handle_t ioHandle, const String8& keys) in getParameters() argument
104 str = mServiceOps->get_parameters(mService, ioHandle, keys.string()); in getParameters()
111 void AudioPolicyCompatClient::setParameters(audio_io_handle_t ioHandle, in setParameters() argument
115 mServiceOps->set_parameters(mService, ioHandle, keyValuePairs.string(), in setParameters()
DAudioPolicyCompatClient.h64 virtual String8 getParameters(audio_io_handle_t ioHandle, const String8& keys);
65 virtual void setParameters(audio_io_handle_t ioHandle,
/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/qcom/audio/post_proc/
Dbundle.c686 offload_param->isOffload, offload_param->ioHandle); in effect_command()
691 if (context->out_handle == offload_param->ioHandle) in effect_command()
698 context->out_handle = offload_param->ioHandle; in effect_command()
/hardware/libhardware/include/hardware/
Daudio_effect.h901 int ioHandle; // io handle of the playback thread the effect is attached to member
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c1186 __func__, offload_param->isOffload, offload_param->ioHandle); in effect_command()
1191 if (context->out_handle == offload_param->ioHandle) in effect_command()
1198 context->out_handle = offload_param->ioHandle; in effect_command()
1199 out_ctxt = get_output(offload_param->ioHandle); in effect_command()