| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: If0cde8860a5cb1fa63a40787bfe001cf18e9be6d
|
| |\
| |
| |
| |
| |
| | |
Add an implementation of get_next_write_timestamp.
Change-Id: Ie8e19307bafdb057d06bf3c536380c5740f830a6
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add a default implementation of get_next_write_timestamp to the C <--> C++
legacy audio HAL implementation allowing HALs using the legacy C++
AudioStreamOut to overload and implement get_next_write_timestamp. Default
implementation returns INVALID_OPERATION to indicate that the functionality is
not supported.
Change-Id: I087347649e9ba186a74cb34aaadf989bf90720fe
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| | |
Add a bridge implementation of get_master_volume.
Conflicts:
audio/audio_hw_hal.cpp
Change-Id: Icff9d8dce05d1d811fca815cc39cb38a1df293f9
|
| | |
| |
| |
| |
| |
| |
| | |
Add an implementation of the new get_master_volume method to bridge from the new
C only audio HAL to the old C++ legacy audio HAL.
Change-Id: I5c29814623b5141b0c69927ea60be9873c8a5dab
|
| |/
|
|
| |
Change-Id: Ie0acd07861604e66f571e0c1f43cfdccf12ea691
|
| |
|
|
| |
Change-Id: I0a84ddbff53f13662873f69d9be4dfa13ebcb8fe
|
| |
|
|
|
| |
Change-Id: I7a414a2e173c2bfd72ae70d57b251fa0d4dbdfa0
Signed-off-by: Dima Zavin <dima@android.com>
|
| |
|
|
|
| |
Change-Id: Ia0859cc22cfd50a334235aac5b1e8688bc3d52f4
Signed-off-by: Dima Zavin <dima@android.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This doesn't actually create a HAL, but rather a set of helper static
libraries that device specific libraries (i.e. the old libaudio pieces)
can link against to create a proper audio HAL module.
We provide an audio_policy static wrapper and audio hardware interface
static wrapper.
Change-Id: Ie56195447ad24b83888f752dca24674b0afd8a76
Signed-off-by: Dima Zavin <dima@android.com>
|
| |
|
|
|
|
|
|
| |
sholes
Add API to retrieve number of frames dropped by audio input kernel driver.
Submitted on behalf of Masaki Sato <masaki.sato@motorola.com>
|
| |
|
|
|
| |
Added getRenderPosition() API to AudioHardwareInterface to retreive number of audio frames
written by DSP to DAC.
|
| |
|
|
| |
Initial commit for review.
|
| | |
|
| |
|
|
| |
Continuation of bug 1846343
|
| |
|
|
|
|
|
|
| |
This change lays the foundation for recording from different sources.
A series of changes will follow that implement the factory function
for the various hardware configurations. Finally, the deprecated
function will be removed.
Bug 1846343
|
| | |
|
| | |
|
| | |
|
| |
|