aboutsummaryrefslogtreecommitdiffstats
path: root/include/call.h
Commit message (Collapse)AuthorAgeFilesLines
* includes: call.h: switch to Linux code styleDenis 'GNUtoo' Carikli2020-06-271-79/+80
| | | | | | | | | | | | | | | This contains no functional changes. The commented out code if any has also been preserved as it could be relevant to the understanding of the code. It will be kept until we understand why the code has been commented. In that case we either need to remove it completely or to replace it by a comment explaining why not having that code was necessary. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Reviewed-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
* call: Size function for helpers that return data with non-explicit sizePaul Kocialkowski2014-08-021-0/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* call: DTMF status over state, burst responsePaul Kocialkowski2014-07-041-9/+13
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* call: Turns out mpty was not a typo for emptyPaul Kocialkowski2014-07-041-2/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Extract in helpers namingPaul Kocialkowski2014-02-111-4/+3
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Consistent coding style in helpersPaul Kocialkowski2014-02-091-9/+23
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Follow consistent coding style in headersPaul Kocialkowski2014-02-061-41/+40
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Types are not commandsPaul Kocialkowski2014-01-251-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-2/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-251-4/+8
| | | | | Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Drop support for the (incomplete) old protocol implementation used on H1.Paul Kocialkowski2013-06-251-54/+97
| | | | | | | Also refactor headers: values aligned to 16x4 spaces and other cosmetics Change-Id: I5a6f2c2471599c88c4be74591117d0ab2dfaaddf Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
|
* Call: Added a few call end causesPaul Kocialkowski2012-07-061-0/+4
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* call: add pack method for dtmf burst send messageSimon Busch2012-03-021-0/+1
|
* Switched crespo headers to ipc-v4 as these are shared between multiple devicesPaulK2012-01-281-2/+2
|
* Added DTMF support and corrected call structurePaulK2011-12-071-4/+6
|
* Split ipc_call_list_entry message structure for h1 and crespo deviceSimon Busch2011-11-181-10/+0
| | | | | | | For the crespo each entry has one byte more than for the h1. The additional bytes is now named unk0. Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add state values as defines for ipc_call_list_entry messageSimon Busch2011-11-181-1/+8
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Split call headers and added some SND definesPaulK2011-11-011-8/+0
|
* Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoingPaulK2011-10-311-8/+6
|
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+1
| | | | | | | On IRC we agreed to use vim:ts=4:sw=4:expandtab as uniform indentation style for the library. Signed-off-by: Simon Busch <morphis@gravedo.de>
* Fix several places in code for latest infrastructure changesSimon Busch2011-10-291-4/+4
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Various changes to code and vala binding regarding call APISimon Busch2011-10-281-0/+6
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add setup method for call outgoing message and various cleanups for call ↵Simon Busch2011-10-271-38/+46
| | | | | | messages Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rename library to libsamsung-ipcJoerie de Gram2011-08-171-37/+37
|
* call: update call_list struct and definesJoerie de Gram2011-08-161-1/+5
|
* Cleanup, preliminary calling/sms supportJoerie de Gram2011-07-281-0/+81