Searched refs:ioHandle (Results 1 - 8 of 8) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyCompatClient.cpp99 String8 AudioPolicyCompatClient::getParameters(audio_io_handle_t ioHandle, const String8& keys) argument
104 str = mServiceOps->get_parameters(mService, ioHandle, keys.string());
111 void AudioPolicyCompatClient::setParameters(audio_io_handle_t ioHandle, argument
115 mServiceOps->set_parameters(mService, ioHandle, keyValuePairs.string(),
H A 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/
H A DAudioPolicyInterface.h236 virtual void setParameters(audio_io_handle_t ioHandle, const String8& keyValuePairs, int delayMs = 0) = 0;
238 virtual String8 getParameters(audio_io_handle_t ioHandle, const String8& keys) = 0;
/hardware/qcom/audio/msm8909/post_proc/
H A Dbundle.c710 offload_param->isOffload, offload_param->ioHandle);
715 if (context->out_handle == offload_param->ioHandle)
722 context->out_handle = offload_param->ioHandle;
/hardware/qcom/audio/post_proc/
H A Dbundle.c688 offload_param->isOffload, offload_param->ioHandle);
693 if (context->out_handle == offload_param->ioHandle)
700 context->out_handle = offload_param->ioHandle;
/hardware/libhardware/include/hardware/
H A Daudio_effect.h442 // send the ioHandle of the effect thread
902 int ioHandle; // io handle of the playback thread the effect is attached to member in struct:effect_offload_param_s
/hardware/qcom/audio/msm8909/visualizer/
H A Doffload_visualizer.c1195 __func__, offload_param->isOffload, offload_param->ioHandle);
1200 if (context->out_handle == offload_param->ioHandle)
1207 context->out_handle = offload_param->ioHandle;
1208 out_ctxt = get_output(offload_param->ioHandle);
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c1212 __func__, offload_param->isOffload, offload_param->ioHandle);
1217 if (context->out_handle == offload_param->ioHandle)
1224 context->out_handle = offload_param->ioHandle;
1225 out_ctxt = get_output(offload_param->ioHandle);

Completed in 261 milliseconds