summaryrefslogtreecommitdiff
path: root/cras/src/tests/cras_client_unittest.cc
AgeCommit message (Expand)Author
2019-08-26CRAS: Format all unittests at onceEn-Shuo Hsu
2019-07-29CRAS: cras_shm: Add buffer_offset to headerFletcher Woodruff
2019-07-24CRAS: client_unittest - Fix unintialized warningDylan Reid
2019-06-25CRAS: cras_shm: rename shm_area to shm_headerFletcher Woodruff
2019-06-19CRAS: unittest: Fix memory leak and double freepaulhsia
2019-06-12CRAS: cras_client - unsplit shmFletcher Woodruff
2019-06-10CRAS: switch cras_client to cras_audio_shm_createFletcher Woodruff
2019-05-14CRAS: client - Initialize stream volume/gain to 1.0fHsin-Yu Chao
2019-05-07CRAS: client - Set volume before stream connected should workHsin-Yu Chao
2018-07-06adhd: Fix memory leak in cras_client_unittest.ccpaulhsia
2018-06-20CRAS: client - Set stream effects and backward supportHsin-Yu Chao
2018-06-08Revert "CRAS: client - Set stream effects"Hsin-Yu Chao
2018-06-06CRAS: client - Set stream effectsHsin-Yu Chao
2017-10-16CRAS: libcras - Add API to wait for hotwordChinyue Chen
2016-12-16CRAS: client - Don't send partial corrupted buffer to clientHsin-Yu Chao
2016-10-17CRAS client: Start stream audio thread before connectionJohn Muir
2016-08-03CRAS: Libcras auto-reconnect to server.John Muir
2016-02-12CRAS: client - close both stream FDs on connectDylan Reid
2015-11-17CRAS: rstream - use posix shm for stream audio.Dylan Reid
2014-12-05CRAS: Remove unused stream reattach related code.Chinyue Chen
2014-11-04CRAS: libcras - API to add pinned stream.Chinyue Chen
2014-11-04CRAS: client UT - Don't dereference stream after deletingDylan Reid
2014-10-29CRAS: client - always write samples from the startDylan Reid
2014-10-22CRAS: client - Remove fmt_conv from clientHsin-Yu Chao
2014-09-17CRAS: dev_stream - don't convert channel/layout for input streamHsin-Yu Chao
2014-09-09CRAS: fmt_conv - pass input frames as a pointer.Dylan Reid
2014-09-09CRAS: fmt_conv - Move creation from client to fmt_conv.Dylan Reid
2014-09-09CRAS: fmt_conv - make input buffer const.Dylan Reid
2014-09-05CRAS: Fill stream_attached message with a pointer.Dylan Reid
2014-09-05CRAS: Remove min_cb_level.Dylan Reid
2014-07-03CRAS: client_ut - Add test cases for add and remove stream.Owen Lin
2014-07-03CRAS: client_ut - Add test cases for handle_stream_reattach.Owen Lin
2014-07-03CRAS: client_ut - Add test cases for stream_connect.Owen Lin
2013-05-08CRAS: client - audio request size tweaks.Dylan Reid
2013-05-08CRAS unitetst: Test static function of cras_clientHsin-Yu Chao