Home
last modified time | relevance | path

Searched refs:mVolumeProfile (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DStream.cpp71 mVolumeProfile = volumeProfile; in set()
72 ALOGD("%s: 0x%X for Stream %s", __FUNCTION__, mVolumeProfile, getName().c_str()); in set()
79 ALOGV("%s: 0x%X for Stream %s", __FUNCTION__, mVolumeProfile, getName().c_str()); in get()
80 return mVolumeProfile; in get()
DStream.h84 audio_stream_type_t mVolumeProfile; /**< Volume Profile followed by this stream. */ variable