Home
last modified time | relevance | path

Searched refs:updateMetadataCommon (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp148 ndk::ScopedAStatus StreamSwitcher::updateMetadataCommon(const Metadata& metadata) { in updateMetadataCommon() function in aidl::android::hardware::audio::core::StreamSwitcher
154 return !mIsStubStream ? mStream->updateMetadataCommon(metadata) : ndk::ScopedAStatus::ok(); in updateMetadataCommon()
DStream.cpp792 ndk::ScopedAStatus StreamCommonImpl::updateMetadataCommon(const Metadata& metadata) { in updateMetadataCommon() function in aidl::android::hardware::audio::core::StreamCommonImpl
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamBluetooth.h56 ndk::ScopedAStatus updateMetadataCommon(const Metadata& metadata) override;
DStreamSwitcher.h122 ndk::ScopedAStatus updateMetadataCommon(const Metadata& metadata) override;
DStream.h328 virtual ndk::ScopedAStatus updateMetadataCommon(const Metadata& metadata) = 0;
428 ndk::ScopedAStatus updateMetadataCommon(const Metadata& metadata) override;
473 return updateMetadataCommon(in_sinkMetadata); in updateMetadata()
515 return updateMetadataCommon(in_sourceMetadata); in updateMetadata()
/hardware/interfaces/audio/aidl/default/bluetooth/
DStreamBluetooth.cpp187 ndk::ScopedAStatus StreamBluetooth::updateMetadataCommon(const Metadata& metadata) { in updateMetadataCommon() function in aidl::android::hardware::audio::core::StreamBluetooth