aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/call.c
Commit message (Collapse)AuthorAgeFilesLines
* call: Size function for helpers that return data with non-explicit sizePaul Kocialkowski2014-08-021-1/+16
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* svc: HelpersPaul Kocialkowski2014-07-271-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Offset is unsigned intPaul Kocialkowski2014-07-261-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* call: DTMF status over state, burst responsePaul Kocialkowski2014-07-041-5/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Extract in helpers namingPaul Kocialkowski2014-02-111-7/+4
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Consistent coding style in helpersPaul Kocialkowski2014-02-091-61/+66
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Follow consistent coding style in headersPaul Kocialkowski2014-02-061-11/+11
| | | | 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>
* Refactor code for consistent coding style and avoid using assertPaul Kocialkowski2013-06-251-49/+40
| | | | | Change-Id: Idca5edb70869e07d35744301b185df02e42f5b4c Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-251-1/+1
| | | | | | | Also some minor headers cosmetics. Change-Id: Id2b988b118d956e91827b9b840e3f384424593ae 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: fix retrieval of the number of a callSimon Busch2012-09-091-5/+6
|
* call: add pack method for dtmf burst send messageSimon Busch2012-03-021-0/+18
|
* Fix missing iteration in method ipc_call_list_response_get_entry with num = 0Simon Busch2011-11-151-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Some minor changes to get method ipc_call_outgoing_setup working correctlySimon Busch2011-11-141-1/+7
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add vim modeline for uniform indentationSimon Busch2011-10-291-1/+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-3/+3
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Various changes to code and vala binding regarding call APISimon Busch2011-10-281-0/+72
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add setup method for call outgoing message and various cleanups for call ↵Simon Busch2011-10-271-0/+38
messages Signed-off-by: Simon Busch <morphis@gravedo.de>