Home
last modified time | relevance | path

Searched refs:GetSystemActiveVolumeTypeInternal (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_manager_stub.h34 void GetSystemActiveVolumeTypeInternal(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h518 AudioStreamType GetSystemActiveVolumeTypeInternal(const int32_t clientUid);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_manager_stub.cpp300 void AudioPolicyManagerStub::GetSystemActiveVolumeTypeInternal(MessageParcel& data, MessageParcel& … in GetSystemActiveVolumeTypeInternal() function in OHOS::AudioStandard::AudioPolicyManagerStub
1827 GetSystemActiveVolumeTypeInternal(data, reply); in OnRemoteRequest()
H A Daudio_policy_server.cpp588 return GetSystemActiveVolumeTypeInternal(clientUid); in GetSystemActiveVolumeType()
591 AudioStreamType AudioPolicyServer::GetSystemActiveVolumeTypeInternal(const int32_t clientUid) in GetSystemActiveVolumeTypeInternal() function in OHOS::AudioStandard::AudioPolicyServer