Searched refs:stopInput (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h118 virtual status_t stopInput(audio_io_handle_t input) = 0;
H A DAudioPolicyManagerBase.h112 virtual status_t stopInput(audio_io_handle_t input);
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp196 return lap->apm->stopInput(input);
H A DAudioPolicyManagerBase.cpp1010 stopInput(activeInput);
1045 status_t AudioPolicyManagerBase::stopInput(audio_io_handle_t input) function in class:android_audio_legacy::AudioPolicyManagerBase
1047 ALOGV("stopInput() input %d", input);
1050 ALOGW("stopInput() unknown input %d", input);
1056 ALOGW("stopInput() input %d already stopped", input);
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp194 return qap->apm->stopInput(input);

Completed in 85 milliseconds