webrtc/api/voip
Jared Siskin bceec84aee Format ^(api|call|common_audio|examples|media|net|p2p|pc)/
half of the remaining folders

git ls-files | grep -e  "\(\.h\|\.cc\)$" | grep -E "^(api|call|common_audio|examples|media|net|p2p|pc)/" | xargs clang-format -i ; git cl format
after landing: add to .git-blame-ignore-revs

Bug: webrtc:15082
Change-Id: I8b2cac13f4587d3ce9b2fccc7362967283f57ea2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/302062
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39977}
2023-05-03 11:09:26 +00:00
..
test Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
BUILD.gn Adding MockVoipEngine for downstream project's tests 2021-01-28 21:06:16 +00:00
DEPS Delete unused.h include from api as unused 2021-01-18 13:34:17 +00:00
voip_base.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
voip_codec.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
voip_dtmf.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
voip_engine.h Defining API result types on VoIP API 2020-11-20 18:02:05 +00:00
voip_engine_factory.cc Remove usage of INFO alias for LS_INFO in log messages 2021-11-04 13:46:17 +00:00
voip_engine_factory.h Delay VoipCore initialization. 2020-11-12 18:05:19 +00:00
voip_network.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
voip_statistics.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00
voip_volume_control.h Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +00:00