Home
last modified time | relevance | path

Searched refs:getSupportedProfiles (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/audio/
Dstream_in.cpp251 Return<void> StreamIn::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
252 mCommon.getSupportedProfiles(_hidl_cb); in getSupportedProfiles()
Dstream_common.h43 void getSupportedProfiles(const IStream::getSupportedProfiles_cb &_hidl_cb) const;
Dstream_common.cpp57 void StreamCommon::getSupportedProfiles(const IStream::getSupportedProfiles_cb &_hidl_cb) const { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamCommon
Dstream_out.cpp301 Return<void> StreamOut::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
302 mCommon.getSupportedProfiles(_hidl_cb); in getSupportedProfiles()
Dstream_in.h52 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
Dstream_out.h53 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
/device/google/atv/audio_proxy/service/
DStreamOutImpl.h76 Return<void> getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) override;
DStreamOutImpl.cpp107 Return<void> StreamOutImpl::getSupportedProfiles( in getSupportedProfiles() function in audio_proxy::service::StreamOutImpl