Searched refs:GetVolumeIndex (Results 1 - 13 of 13) sorted by relevance

/system/media/brillo/audio/audioservice/aidl/android/brillo/brilloaudioservice/
H A DIBrilloAudioService.aidl55 int GetVolumeIndex(int stream, int device);
/system/media/brillo/audio/audioservice/
H A Dbrillo_audio_client.h114 int GetVolumeIndex(BAudioUsage usage, audio_devices_t device, int* index);
H A Dbrillo_audio_service.h47 virtual Status GetVolumeIndex(int stream, int device, int* _aidl_return) = 0;
H A Dbrillo_audio_service_impl.h35 Status GetVolumeIndex(int stream, int device, int* _aidl_return) override;
H A Dbrillo_audio_client.cpp134 int BrilloAudioClient::GetVolumeIndex(BAudioUsage usage, function in class:brillo::BrilloAudioClient
141 auto status = brillo_audio_service_->GetVolumeIndex(
H A Dbrillo_audio_service_impl.cpp116 Status BrilloAudioServiceImpl::GetVolumeIndex(int stream, function in class:brillo::BrilloAudioServiceImpl
125 volume_handler->GetVolumeIndex(static_cast<audio_stream_type_t>(stream),
H A Daudio_volume_handler.h122 int GetVolumeIndex(audio_stream_type_t stream, audio_devices_t device);
H A Dbrillo_audio_manager.cpp146 return client->GetVolumeIndex(
H A Daudio_volume_handler.cpp112 int AudioVolumeHandler::GetVolumeIndex(audio_stream_type_t stream, function in class:brillo::AudioVolumeHandler
/system/media/brillo/audio/audioservice/test/
H A Dbrillo_audio_service_mock.h38 MOCK_METHOD3(GetVolumeIndex,
H A Dbrillo_audio_client_test.cpp222 EXPECT_EQ(client_.GetVolumeIndex(
232 GetVolumeIndex(AUDIO_STREAM_MUSIC, AUDIO_DEVICE_OUT_SPEAKER, &foo))
234 EXPECT_EQ(client_.GetVolumeIndex(
H A Daudio_volume_handler_test.cpp196 EXPECT_EQ(handler_.GetVolumeIndex(AUDIO_STREAM_MUSIC,
207 EXPECT_EQ(handler_.GetVolumeIndex(AUDIO_STREAM_MUSIC,
H A Dbrillo_audio_manager_test.cpp404 GetVolumeIndex(

Completed in 137 milliseconds