aboutsummaryrefslogtreecommitdiffstats
path: root/vapi/samsung-ipc-1.0.vapi
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Drop (incomplete) support for Samsung H1Paul Kocialkowski2013-06-251-1/+0
| | | | | Change-Id: Ica4a4d34085adc800924be9009c636abc61036f3 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Fix vapi errors due to ipc_sms_send_msg and ipc_sms_deliv_report_msg renames.Denis 'GNUtoo' Carikli2012-11-121-2/+2
| | | | | | | | Without that fix we have: smshandler.c:111:34: error: field 'ackmsg' has incomplete type smshandler.c:113:34: error: field '_tmp4_' has incomplete type Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Fix vapi errors due to ipc_net_current_plmn rename.Denis 'GNUtoo' Carikli2012-09-301-1/+1
| | | | | | | | Without that fix we have: mediators_network.c: In function 'samsung_network_get_status_real_run_co': mediators_network.c:1575:24: error: dereferencing pointer to incomplete type Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Fix vapi errors due to ipc_net_regist rename.Denis 'GNUtoo' Carikli2012-09-301-1/+1
| | | | | | | | Without that fix we have many errors such as this one: mediators_network.c: In function 'samsung_network_get_status_real_run_co': mediators_network.c:1473:21: error: dereferencing pointer to incomplete type Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Fix VAPI's ipc_net_{regist_setup,plmn_sel_setup} renames for fsogsmdDenis 'GNUtoo' Carikli2012-09-301-2/+2
| | | | | | | | | | | Without that fix fsogmsd fails to compile that way: mediators_network.c: In function 'samsung_network_register_real_run_co': mediators_network.c:711:2: warning: implicit declaration of function 'ipc_net_plmn_sel_setup' [-Wimplicit-function-declaration] And: mediators_network.c: In function 'samsung_network_get_status_real_run_co': mediators_network.c:1426:2: warning: implicit declaration of function 'ipc_net_regist_setup' [-Wimplicit-function-declaration] Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
|
* sec: add IPC_SEC_FACILITY_LOCK_TYPE_SC_UNLOCKED typeSimon Busch2012-08-291-0/+1
|
* sec: rename ipc_sec_pin_status_response structureSimon Busch2012-08-291-1/+1
|
* sec: rename IPC_SEC_PIN_STATUS to IPC_SEC_SIM_STATUSSimon Busch2012-08-291-1/+1
|
* sec: refactor type naming to be clean and not misleadingSimon Busch2012-08-291-15/+27
|
* vapi: bind missing ipc_client_create_handlers_common_data methodSimon Busch2012-08-271-0/+1
|
* vapi: bind some more ipc client methodsSimon Busch2012-08-221-0/+2
|
* vapi: bind power_on/power_off and correct return typesSimon Busch2012-08-201-2/+4
|
* vapi: update for recent changes to GPRS subsystemSimon Busch2012-07-301-17/+92
|
* vapi: updates regarding binding issuesDenis 'GNUtoo' Carikli2012-03-031-2/+2
| | | | | | | | | | | | Without that fix we have: samsung-ipc-1.0.vapi:318.48-318.70: error: The type name `PhoneLockRequestMessage' could not be found res.length = (int) sizeof( PhoneLockRequestMessage ); ^^^^^^^^^^^^^^^^^^^^^^^ samsung-ipc-1.0.vapi:335.48-335.71: error: The type name `PhoneLockResponseMessage' could not be found res.length = (int) sizeof( PhoneLockResponseMessage ); ^^^^^^^^^^^^^^^^^^^^^^^^ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* vapi: various updates regarding binding issuesSimon Busch2012-03-021-5/+32
|
* Fixed ipc_sec_pin_status_noti change on vapiPaulK2012-02-241-1/+1
|
* vapi: update for recent changes to network related APISimon Busch2012-02-231-6/+33
|
* vapi: use correct types for fields in Sms.SendMessage structureSimon Busch2012-02-231-2/+2
|
* RFS NV item handling methods are now sending the io confirmation message ↵Simon Busch2012-02-211-12/+4
| | | | directly
* Update license header of the vapi description fileSimon Busch2012-02-201-10/+9
|
* Import two methods from samsung-ril to deal with rfs read/write nv item ↵Simon Busch2012-02-201-0/+20
| | | | message types
* net: fix styling/naming/coding issuesSimon Busch2012-02-061-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* net: add structure to set network PLMN selection modeSimon Busch2012-02-061-2/+22
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Adjust for recent changes to device creation structureSimon Busch2012-02-031-5/+0
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rework IPC client creation to detect device automatically on startupSimon Busch2012-02-031-1/+7
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rework device specific code so we can build one library for all devices nowSimon Busch2012-02-031-1/+8
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: fix several binding problemsSimon Busch2012-02-031-6/+10
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: use gint16 instead of gint8 for PhoneState enumSimon Busch2012-01-301-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: make string parameters nullableSimon Busch2012-01-271-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* gprs: adjust setup method so we can deactivate a gprs context nowSimon Busch2012-01-271-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: correct binding of enumeration valuesSimon Busch2011-12-191-5/+5
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: bind new sound API for chaging audio volumeSimon Busch2011-12-151-0/+42
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: some minor corrections to support vala-0.14Simon Busch2011-11-251-1/+12
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: some minor changes and implement method to retrieve single plmn entriesSimon Busch2011-11-231-5/+15
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: bind SMS structures and methodsSimon Busch2011-11-231-0/+96
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: bind additional misc functionality to retrieve serial number from basebandSimon Busch2011-11-231-0/+16
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: add missing sound message typesSimon Busch2011-11-201-0/+5
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add state values as defines for ipc_call_list_entry messageSimon Busch2011-11-181-1/+12
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: fix naming of ipc_call_outgoging_setup methodSimon Busch2011-11-131-0/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Adjust vala binding to suite for the latest changes to the library APISimon Busch2011-10-301-43/+34
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Merge branch 'master' into master-nextSimon Busch2011-10-301-1/+2
|\
| * Fix mistake in vala bindingSimon Busch2011-10-291-1/+2
| | | | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* | Merge remote-tracking branch 'ius/for-morphis' into master-nextSimon Busch2011-10-291-2/+2
|\ \ | |/ |/|
| * net: correct net_regist_get and add helperJoerie de Gram2011-10-281-1/+1
| |
| * replace ipc_request and ipc_response by a single struct ipc_message_infoJoerie de Gram2011-10-281-1/+1
| |
* | Various changes to code and vala binding regarding call APISimon Busch2011-10-281-13/+14
|/ | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add setup method for call outgoing message and various cleanups for call ↵Simon Busch2011-10-271-1/+3
| | | | | | messages Signed-off-by: Simon Busch <morphis@gravedo.de>
* gprs: add some missing unknown bytes to ipc_gprs_ip_configuration messageSimon Busch2011-10-271-0/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>