Parent: d61f3fc72e6d3961bd82cfdd094b586d65ede4bc
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Szymon Janc <szymon.janc@tieto.com>
Date: 2014-02-28 16:22:45
Tree: 02f40c3ad7580da9b394161003e000b8d804e081
android: Create comon header for IPC This header contains IPC specific structures and code not related to BT and audio HAL protocols. This allows to fully decouple IPC from HAL messages. This is first step to make HAL part of IPC unit-testable and reusable between BT HAL and audio HAL.
Diffstat
| M | android/a2dp.c | | | 1 | + |
| M | android/audio-msg.h | | | 7 | ++- - - - - |
| M | android/bluetooth.c | | | 7 | ++++- - - |
| M | android/hal-audio.c | | | 7 | ++++- - - |
| M | android/hal-avrcp.c | | | 39 | ++++++++++++++++++++- - - - - - - - - - - - - - - - - - - |
| M | android/hal-bluetooth.c | | | 9 | +++++- - - - |
| M | android/hal-handsfree.c | | | 9 | +++++- - - - |
| M | android/hal-hidhost.c | | | 5 | +++- - |
| M | android/hal-ipc.c | | | 11 | ++++++- - - - - |
| M | android/hal-msg.h | | | 16 | ++- - - - - - - - - - - - - - |
| M | android/handsfree.c | | | 1 | + |
| M | android/hidhost.c | | | 1 | + |
| A | android/ipc-common.h | | | 38 | ++++++++++++++++++++++++++++++++++++++ |
| M | android/ipc-tester.c | | | 58 | ++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| M | android/ipc.c | | | 16 | ++++++++- - - - - - - - |
| M | android/main.c | | | 1 | + |
| M | android/pan.c | | | 1 | + |
| M | android/socket.c | | | 2 | +- |
| M | android/test-ipc.c | | | 56 | ++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - |
19 files changed, 163 insertions(+), 122 deletions(-)