summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorHongwei Wang <hwwang@google.com>2019-02-06 14:43:39 -0800
committerHongwei Wang <hwwang@google.com>2019-02-19 14:54:35 -0800
commit8ddef890e79b5701228090b459df9e6e060dead4 (patch)
treefa21330cafac58a65ec715723785d37f473a5eba /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parent32981ff4d406cd44c5e57814088028fecb9bf72f (diff)
Adds android.media.HwAudioSource class
The new HwAudioSource (inherits PlayerBase) serves as a player backed by a hardware audio source device. Sample usage ``` HwAudioSource player = new HwAudioSource.Builder() .setAudioDeviceInfo(deviceInfo) .setAudioAttributes(new AudioAttributes.Builder() .setUsage(AudioAttributes.USAGE_MEDIA) .build()) .build(); player.start(); ``` Bug: 112161027 Test: Launch FM Tuner application Change-Id: Id1f49c88cbbdb2b9156137ed8920713aa29b2d1c
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions