Home
last modified time | relevance | path

Searched refs:StreamVolume (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_volume.h25 class StreamVolume;
63 std::unordered_map<uint32_t, StreamVolume> streamVolume_ {};
70 class StreamVolume { class
72 StreamVolume(uint32_t sessionId, int32_t streamType, int32_t streamUsage, int32_t uid, int32_t pid) in StreamVolume() function in OHOS::AudioStandard::StreamVolume
74 ~StreamVolume() = default;
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp143 streamVolume_.insert(std::make_pair(sessionId, StreamVolume(sessionId, streamType, streamUsage, uid, pid))); in AddStreamVolume()
333 std::vector<StreamVolume> streamVolumeList; in Dump()
337 std::sort(streamVolumeList.begin(), streamVolumeList.end(), [](StreamVolume &a, StreamVolume &b) { in Dump()

Completed in 2 milliseconds