aboutsummaryrefslogtreecommitdiff
path: root/platform/slpi/platform_audio.cc
AgeCommit message (Expand)Author
2019-08-20Run clang-format on system/chreAnthony Stange
2018-12-27Remove a spammy log line.Enxun Wei
2018-12-12Cleanup SLPI audio logsAndrew Rossignol
2018-10-31Change PAL callback instances to static constAndrew Rossignol
2018-10-31Update SLPI PlatformAudioBase to use the audio PALAndrew Rossignol
2018-06-28Clear the nextAudioRequest for a source schedulingAndrew Rossignol
2018-06-26Remove unnecessary cast to PlatformAudioBaseAndrew Rossignol
2018-06-26Use Android naming conventions for member variablesAndrew Rossignol
2018-06-25Defer audio disable to the next AP wakeupAndrew Rossignol
2018-06-08Implement debug dump for audio in CHREAndrew Rossignol
2018-06-04Force big image before calling into wcd_spi_client APIsAndrew Rossignol
2018-05-16Send audio request/release messages to the hostAndrew Rossignol
2018-05-11Defer WCD SPI initialization until lateInitAndrew Rossignol
2018-05-11Add PlatformAudio::setHandleEnabledAndrew Rossignol
2018-04-26Map audio request cancel|release to the WCD SPI driverAndrew Rossignol
2018-04-13Initial support for audio availability callbacksAndrew Rossignol
2018-03-05Adds support for audio data events on SLPI for WCD SPIAndrew Rossignol
2018-03-05Initial integration of CHRE with wcd_spi audio driverAndrew Rossignol
2017-10-23Initial chreAudioConfigureSource implementationAndrew Rossignol
2017-10-05Adds PlatformAudio::getSourceCount and AudioRequestManager initAndrew Rossignol
2017-10-04Make PlatformAudio init/deinit into ctor/dtorAndrew Rossignol
2017-10-02Adds PlatformAudio to abstract the interface to audioAndrew Rossignol