Searched refs:legacyCreateAudioPatch (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libaudiohal/include/media/audiohal/ |
D | StreamHalInterface.h | 92 virtual status_t legacyCreateAudioPatch(const struct audio_port_config& port,
|
/frameworks/av/media/libaudiohal/impl/ |
D | StreamHalHidl.h | 94 status_t legacyCreateAudioPatch(const struct audio_port_config& port,
|
D | StreamHalAidl.h | 188 status_t legacyCreateAudioPatch(const struct audio_port_config& port,
|
D | StreamHalHidl.cpp | 296 status_t StreamHalHidl::legacyCreateAudioPatch(const struct audio_port_config& port, in legacyCreateAudioPatch() function in android::StreamHalHidl
|
D | StreamHalAidl.cpp | 553 status_t StreamHalAidl::legacyCreateAudioPatch(const struct audio_port_config& port __unused, in legacyCreateAudioPatch() function in android::StreamHalAidl
|
/frameworks/av/media/libaudiohal/tests/ |
D | CoreAudioHalAidl_test.cpp | 699 status_t legacyCreateAudioPatch(const struct audio_port_config&, std::optional<audio_source_t>, in legacyCreateAudioPatch() function in __anon0285cf8d0411::StreamHalMock
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 4991 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()
|