Home
last modified time | relevance | path

Searched refs:isUpdateUi (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/volume_change_test/src/
H A Daudio_volume_change_unit_test.cpp107 bool isUpdateUi = false; in HWTEST_F() local
118 EXPECT_EQ(isUpdateUi, g_isUpdateUi); in HWTEST_F()
143 bool isUpdateUi = false; in HWTEST_F() local
154 EXPECT_EQ(isUpdateUi, g_isUpdateUi); in HWTEST_F()
178 bool isUpdateUi = false; in HWTEST_F() local
189 EXPECT_EQ(isUpdateUi, g_isUpdateUi); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp798 int32_t AudioPolicyServer::SetStreamMuteInternal(AudioStreamType streamType, bool mute, bool isUpdateUi) in SetStreamMuteInternal() argument
801 streamType, mute, isUpdateUi); in SetStreamMuteInternal()
808 int32_t setResult = SetSingleStreamMute(audioStreamType, mute, isUpdateUi); in SetStreamMuteInternal()
816 return SetSingleStreamMute(streamType, mute, isUpdateUi); in SetStreamMuteInternal()
819 int32_t AudioPolicyServer::SetSingleStreamMute(AudioStreamType streamType, bool mute, bool isUpdateUi) in SetSingleStreamMute() argument
826 // When isUpdateUi is false, the func is called by others. Need to verify permission. in SetSingleStreamMute()
827 if (!isUpdateUi && !VerifyPermission(ACCESS_NOTIFICATION_POLICY_PERMISSION)) { in SetSingleStreamMute()
853 volumeEvent.updateUi = isUpdateUi; in SetSingleStreamMute()
868 bool isUpdateUi) in SetSystemVolumeLevelInternal()
871 streamType, volumeLevel, isUpdateUi); in SetSystemVolumeLevelInternal()
867 SetSystemVolumeLevelInternal(AudioStreamType streamType, int32_t volumeLevel, bool isUpdateUi) SetSystemVolumeLevelInternal() argument
891 SetSingleStreamVolume(AudioStreamType streamType, int32_t volumeLevel, bool isUpdateUi) SetSingleStreamVolume() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h544 int32_t SetSystemVolumeLevelInternal(AudioStreamType streamType, int32_t volumeLevel, bool isUpdateUi);
545 int32_t SetSingleStreamVolume(AudioStreamType streamType, int32_t volumeLevel, bool isUpdateUi);
549 int32_t SetStreamMuteInternal(AudioStreamType streamType, bool mute, bool isUpdateUi);
550 int32_t SetSingleStreamMute(AudioStreamType streamType, bool mute, bool isUpdateUi);
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp399 bool isUpdateUi = false; in GetVolumeLevel() local
407 cJSON_AddStringToObject(jParam, IS_UPDATEUI, std::to_string(isUpdateUi).c_str()); in GetVolumeLevel()

Completed in 6 milliseconds