Home
last modified time | relevance | path

Searched refs:legacyCreateAudioPatch (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libaudiohal/include/media/audiohal/
DStreamHalInterface.h92 virtual status_t legacyCreateAudioPatch(const struct audio_port_config& port,
/frameworks/av/media/libaudiohal/impl/
DStreamHalHidl.h94 status_t legacyCreateAudioPatch(const struct audio_port_config& port,
DStreamHalAidl.h188 status_t legacyCreateAudioPatch(const struct audio_port_config& port,
DStreamHalHidl.cpp296 status_t StreamHalHidl::legacyCreateAudioPatch(const struct audio_port_config& port, in legacyCreateAudioPatch() function in android::StreamHalHidl
DStreamHalAidl.cpp553 status_t StreamHalAidl::legacyCreateAudioPatch(const struct audio_port_config& port __unused, in legacyCreateAudioPatch() function in android::StreamHalAidl
/frameworks/av/media/libaudiohal/tests/
DCoreAudioHalAidl_test.cpp699 status_t legacyCreateAudioPatch(const struct audio_port_config&, std::optional<audio_source_t>, in legacyCreateAudioPatch() function in __anon0285cf8d0411::StreamHalMock
/frameworks/av/services/audioflinger/
DThreads.cpp4991 status = mOutput->stream->legacyCreateAudioPatch(patch->sinks[0], std::nullopt, type); in createAudioPatch_l()
9884 status = mInput->stream->legacyCreateAudioPatch(patch->sources[0], in createAudioPatch_l()
10746 status = mHalStream->legacyCreateAudioPatch(port, source, type); in createAudioPatch_l()