Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h515 static bool streamsMatchForvolume(audio_stream_type_t stream1,
DAudioPolicyManager.cpp2088 if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { in initStreamVolume()
2116 if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { in setStreamVolumeIndex()
2135 if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { in setStreamVolumeIndex()
2286 if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { in isStreamActive()
4664 bool AudioPolicyManager::streamsMatchForvolume(audio_stream_type_t stream1, in AudioPolicyManager() function in android::AudioPolicyManager
4682 if (!streamsMatchForvolume(stream, (audio_stream_type_t)curStream)) { in AudioPolicyManager()