summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
taeyoung [Fri, 5 Aug 2016 00:42:26 +0000 (09:42 +0900)]
common: remove unused battery codes
- Old battery apis are not used any more.
For the battery information, battery.h needs to be used.
Change-Id: Id6f23122824c0d327580c4e0f507d629c3afc9c8
Signed-off-by: taeyoung <ty317.kim@samsung.com>
taeyoung [Fri, 5 Aug 2016 00:35:14 +0000 (09:35 +0900)]
common: remove unused codes
- cpu related apis exists in capi-system-runtime-info.
capi-system-device does not support them anymore.
Change-Id: Ied7e6b9f41857c305cd7e17cd3683518d3f2918b
Signed-off-by: taeyoung <ty317.kim@samsung.com>
taeyoung [Mon, 8 Aug 2016 02:54:36 +0000 (11:54 +0900)]
power: remove power lock auto release feature with TV profile
- TV profile does not have the libtracker, and build problems
can be occurred with TV. Thus power lock auto release feature
which is related with libtracker is disabled with TV.
Change-Id: I7c71ed715728dae214299651fd6bff7ef0d5a308
Signed-off-by: taeyoung <ty317.kim@samsung.com>
Taeyoung Kim [Mon, 15 Feb 2016 04:29:07 +0000 (13:29 +0900)]
power: add padding timer to power lock
- If Power Lock timeout (10 minutes) is expired during apps do
something with reference count 0 for very short time,
Power Lock will be released. Thus Suspend mode can be entered.
(Problem example)
==============================================================
Time | Music player | device-power | libtracker
==============================================================
00:00 power lock power lock
add timer
play start ref count:1
--------------------------------------------------------------
09:50 play stop ref count:0
search music
--------------------------------------------------------------
10:00 timer expired
check ref count (== 0)
-> power unlock
--------------------------------------------------------------
10:10 search done
play start ref count:1
--------------------------------------------------------------
After
few < Power Suspend Mode >
minutes
==============================================================
- To fix the issue, power lock api uses the padding timeout
whose callback is called after 20 seconds of power lock timeout.
Apps can do something without increasing reference count.
If the ref count is still 0 after 20 seconds, the Power Lock
will be released.
- If the ref count is changed during 20 seconds but the value is
still 0, Power Lock should not be released. Thus libtracker
supports the total reference count which means the accumulated
ref count. Thus The accumulated ref count is checked if the
ref count is still 0.
Change-Id: I307fbda4313d14fec2a4a31640096020c3c21485
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Signed-off-by: taeyoung <ty317.kim@samsung.com>
Taeyoung Kim [Fri, 22 Jan 2016 00:28:10 +0000 (09:28 +0900)]
power: add timeout not to permit permanent power lock
- If an app requests permanent power lock and does not
release the powr lock, power comsumption will be increased
dramatically. This is not good for the platform.
- Now, a timeout is added not to permit permanent power lock.
Even if an app requests permanent power lock, the api
adds timeout with maximum lock time (currently 10 minutes)
internally. If the timeout is expired, the permanent power
lock is released.
- Only the way to keep the power lock is to use the platform
apis which use power lock internally. For example, if an
app plays music using MM apis, the power lock will be kept
sinc the MM apis request power lock internally.
Change-Id: I3f11df904f61f720081e5ab63e4e4da130dc85dc
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
taeyoung [Tue, 26 Jul 2016 02:22:14 +0000 (11:22 +0900)]
display: change printf to dlog_print
- dlog is used for the logging system of the Tizen.
Thus printf is changed to dlog
Change-Id: I9587dbe98d6651c2650794984c5825069e54243a
Signed-off-by: taeyoung <ty317.kim@samsung.com>
Taeyoung Kim [Wed, 4 May 2016 03:00:18 +0000 (12:00 +0900)]
display: hide display dim state on TV profile
- TV profile does not support dim state of display.
Thus doxygen is updated not to show dim state
on TV profile.
Change-Id: I5f9f0a9c9e391b666ea8faf7a25e3dec6baf1ffa
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
pr.jung [Tue, 24 May 2016 07:54:42 +0000 (16:54 +0900)]
Add comments for line/function coverage analysis
- Remove system error, not called callback, not used function and logs.
- Drops the exclusion reason for Logs
Change-Id: I978869726e64a2c1d14a23e7a871ebd6b67ee0c5
Signed-off-by: pr.jung <pr.jung@samsung.com>
pr.jung [Mon, 27 Jun 2016 09:38:47 +0000 (02:38 -0700)]
Merge "Modify dbus method object path and interface for haptic" into tizen
taeyoung [Thu, 16 Jun 2016 10:07:15 +0000 (19:07 +0900)]
battery: add NULL check routine for input parameter
- App crash issue occurs when the input parameter is NULL.
Thus NULL check routine is added.
Change-Id: I34321c2ebb5c630c25afb8972d448db234769bc3
Signed-off-by: taeyoung <ty317.kim@samsung.com>
pr.jung [Wed, 18 May 2016 09:43:13 +0000 (18:43 +0900)]
Modify dbus method object path and interface for haptic
Haptic module is seperated from deviced to deviced-vibrator,
and object path, interface, and bus name is changed
Change-Id: I194e175daac8eaa51dbcbf8f8f1032aaa64a28a4
Signed-off-by: pr.jung <pr.jung@samsung.com>
Taeyoung Kim [Mon, 16 May 2016 09:40:37 +0000 (18:40 +0900)]
battery: add battery info apis
- int device_battery_get_health(device_battery_health_e *health);
- int device_battery_get_power_source(device_battery_power_source_e *source);
- int device_battery_get_property(device_battery_property_e propertyi, int *val);
- int device_battery_get_status(device_battery_status_e *status);
Change-Id: I0995f070039286b8e0c3be3c711c06ef238c5bf8
Signed-off-by: taeyoung <ty317.kim@samsung.com>
Taeyoung Kim [Fri, 27 May 2016 05:36:48 +0000 (14:36 +0900)]
common: update tizen version information for api descriptions
- Tizen 2.4 does not support Wearable profile. Thus the version
information need to be updated to 3.0 fir wearable profile.
Change-Id: I79635d9e7276eaf872be1c5c0f4050f0d3331f78
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Taeyoung Kim [Fri, 20 May 2016 01:04:04 +0000 (10:04 +0900)]
dbus: fix memory leak issue
==858== 8 bytes in 1 blocks are definitely lost in loss record 946 of 5,161
==858== at 0x4845750: malloc (vg_replace_malloc.c:296)
==858== by 0x5A22DF3: dbus_method_async_with_reply (dbus.c:237)
==858== by 0x5A21FE5: unlock_state (power.c:168)
==858== by 0x5A2239F: device_power_release_lock (power.c:197)
Change-Id: Ifbcf5c3c70b487c8cb6a98775fd62243febb9cc0
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
sunm.lee [Thu, 19 May 2016 09:13:46 +0000 (18:13 +0900)]
device: fix implicit declaration of function
Fix build warning occuerred by implicit declaration
of function in device.c
Change-Id: I37ab292b7a07c8e6c1eb9bdc6bdfdf87c9795ef7
Signed-off-by: sunm.lee <sunm.lee@samsung.com>
pr.jung [Thu, 12 May 2016 05:22:20 +0000 (22:22 -0700)]
Merge "Add explanation about feature" into tizen
pr.jung [Wed, 4 May 2016 02:15:29 +0000 (11:15 +0900)]
Add explanation about feature
Change-Id: Ie89800763842867b0fbd98b0be5fcf243a7ae1ad
Signed-off-by: pr.jung <pr.jung@samsung.com>
Taeyoung Kim [Mon, 9 May 2016 03:14:14 +0000 (12:14 +0900)]
common: update version of deprecated apis
- The apis are deprecated from Tizen 2.4 Mobile and Tizen 3.0 Wearable
Change-Id: Iac714fe4a09d83b5ee59dde27b3070bd3bd8248b
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Taeyoung Kim [Thu, 31 Mar 2016 23:53:07 +0000 (08:53 +0900)]
common: apply Tizen Coding Rule
- The positions of the braces are changed
Change-Id: I9e907e6fa8203089d8824d193d03f9cd2e0793c1
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Taeyoung Kim [Fri, 25 Mar 2016 09:08:05 +0000 (18:08 +0900)]
dbus: fix issue in which uninitialized variable is used
Change-Id: I1002489599d25f222b9efd09d04ac4bf9caf3e16
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Jung [Thu, 24 Mar 2016 08:43:20 +0000 (01:43 -0700)]
Revert "Check argument first on transmit api"
This reverts commit
bbc5c0e4ac7b85fd38fb3cc372b4b90242a0a107.
Change-Id: If3e6f5c4b2042e22e3cf1a1a885eebbb234780e3
pr.jung [Wed, 23 Mar 2016 10:22:33 +0000 (19:22 +0900)]
Check argument first on transmit api
Change-Id: Iecfcc15a5ee2e34b114fc61f60496a3f689abfe6
Signed-off-by: pr.jung <pr.jung@samsung.com>
pr.jung [Thu, 17 Mar 2016 05:28:11 +0000 (14:28 +0900)]
Get IR available information from system-info
Change-Id: I70cb0de086a1db256a3f8a40b3964699ad9f27ec
Signed-off-by: pr.jung <pr.jung@samsung.com>
pr.jung [Tue, 8 Mar 2016 08:34:45 +0000 (17:34 +0900)]
Remove useless function call
Change-Id: I63acad03a835e516ace668ac46a4843cd4253c92
Signed-off-by: pr.jung <pr.jung@samsung.com>
pr.jung [Fri, 4 Mar 2016 01:40:54 +0000 (10:40 +0900)]
Add missing error case
- Add permission denied error.
Change-Id: I0bd4853b52e97686a0d56c97a3db4fb13c736bf8
Signed-off-by: pr.jung <pr.jung@samsung.com>
Taeyoung Kim [Thu, 3 Mar 2016 03:48:39 +0000 (19:48 -0800)]
Merge "display: add result check routine for getting the number of display" into tizen
pr.jung [Thu, 11 Feb 2016 07:49:19 +0000 (16:49 +0900)]
Implement IR apis.
- device_ir_is_available : Check whether ir is available
- device_ir_transmit : Send IR command
Change-Id: Ib96cc19675d6d1b5cb7fc2c0a635ef5ed99bc83d
Signed-off-by: pr.jung <pr.jung@samsung.com>
pr.jung [Mon, 22 Feb 2016 06:25:18 +0000 (22:25 -0800)]
Merge "Add IR apis." into tizen
Taeyoung Kim [Mon, 22 Feb 2016 02:21:09 +0000 (11:21 +0900)]
display: add result check routine for getting the number of display
- Previously, the return value check routine for getting
the number of display was skipped. Thus the return value
was not correct even if permission error is occurred
- Now, The return value check routine is added and thus
the return value is correct.
Change-Id: Iac237061dcdce873423a0b31194fd67acf253857
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Taeyoung Kim [Wed, 17 Feb 2016 23:56:28 +0000 (08:56 +0900)]
doxygen: remove privilege from device_display_get_state()
- The privilege is removed since Tizen 2.4
Change-Id: I705f6038e0c5cbd5f540ec7fb6dd66cf8a53387f
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
pr.jung [Thu, 14 Jan 2016 05:04:23 +0000 (14:04 +0900)]
Add IR apis.
- device_ir_is_available : Check whether ir is available
- device_ir_transmit : Send IR command
Change-Id: I0b312e00fd10f8f23aee5f578530490276f6cf70
Signed-off-by: pr.jung <pr.jung@samsung.com>
pr.jung [Thu, 21 Jan 2016 02:09:17 +0000 (11:09 +0900)]
doc: Rearrange power enums in table
Change-Id: I0dd5188364776e1ea2879456b9b91952a11686e8
Signed-off-by: pr.jung <pr.jung@samsung.com>
Taeyoung Kim [Wed, 13 Jan 2016 05:56:17 +0000 (14:56 +0900)]
doc: update document
- add comments for deprecated apis since Tizen 2.4
- change guide url for featuring on the manifest file
Change-Id: Iced5ffa65f010c6ae10e80bd64c62c78a37c5843
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Taeyoung Kim [Wed, 30 Dec 2015 05:33:29 +0000 (14:33 +0900)]
cpu: change strtol() to strtoull()
- The type of the variables to store the result is unsigned longlong
Thus strtol() is changed to strtoull()
Change-Id: I3b01e79b46e7bf3b807e48a1ff1992481e67372d
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
pr.jung [Tue, 22 Dec 2015 06:21:05 +0000 (15:21 +0900)]
Fix as Tizen coding rule.
Change-Id: I8a07e55244c1dd6a55dd23e153e20ca48ef13d99
Signed-off-by: pr.jung <pr.jung@samsung.com>
Jiyoung Yun [Fri, 22 May 2015 04:53:41 +0000 (13:53 +0900)]
capi-system-device: Add document file for capi-system-device
Change-Id: I76b2840defd550306c9192348646654b9b29939b
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Jiyoung Yun [Fri, 22 May 2015 04:52:55 +0000 (13:52 +0900)]
capi-system-device: Update wrong space in manifest file
Change-Id: I3b72223107904f459aaba3ab6da2279ce1c4231a
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Jiyoung Yun [Fri, 22 May 2015 04:48:22 +0000 (13:48 +0900)]
capi-system-device: Change dbus-glib to gdbus
Dbus-glib is a deprecated API for use of D-Bus from GLib applications.
Since version 2.26, Glib provides a high-level API for D-Bus, "GDBus".
So the related code with dbus-glib is changed to gdbus logic.
http://dbus.freedesktop.org/doc/dbus-glib/
Change-Id: If92a0139fc9ed04d5810ce43bd4c1efd55eafd02
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Jiyoung Yun [Fri, 22 May 2015 04:35:21 +0000 (13:35 +0900)]
capi-system-device: Add reboot API
Reboot api request to deviced with command string.
It only valids with reboot privilege.
Change-Id: I3fcf252ad64b1256c9787f04f2fbda7470d281b8
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Jiyoung Yun [Fri, 22 May 2015 04:26:35 +0000 (13:26 +0900)]
capi-system-device: Add restriction on led flash api
Flash led can't control camera flash when camera API preempted flash.
In this case, led api will return DEVICE_ERROR_RESOURCE_BUSY error.
Change-Id: I13c1cbccb854be5a0309711145a69a010adfe94c
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Jiyoung Yun [Fri, 22 May 2015 04:09:01 +0000 (13:09 +0900)]
capi-system-device: Add flash brightness callback function
enum: DEVICE_CALLBACK_FLASH_BRIGHTNESS
value: Changed brightness
Flash led can't control camera flash when camera API preempted flash.
In this case, led api will return DEVICE_ERROR_RESOURCE_BUSY error.
Change-Id: Iecfd19e05de83a2de56fff126034d19349f57c9f
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Jiyoung Yun [Fri, 22 May 2015 03:57:09 +0000 (12:57 +0900)]
capi-system-device: Update since_tizen string for Tizen 2.3.1 APIs
Change-Id: I322d445af6a2abe5334d199a31a2506c37abe964
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Jiyoung Yun [Mon, 13 Apr 2015 02:30:47 +0000 (11:30 +0900)]
capi-system-device: Remove deviced dependency
The capi-system-device can invoke dbus method without deviced dependency.
Some function of device header file is deprecated.
Change-Id: If0da743246ea30e87bfddf1604d04790c7f61d7a
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Jiyoung Yun [Thu, 26 Feb 2015 04:26:23 +0000 (13:26 +0900)]
capi-system-device: Add no vibrator model case
If there is no vibrator device,
deviced does not provide dbus methods of vibrator.
In this case, haptic_get_count api will return zero.
Change-Id: I2bbd7125d707bb31c4782b107656fd180b362fe4
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Jiyoung Yun [Wed, 25 Feb 2015 12:18:44 +0000 (21:18 +0900)]
capi-system-device: Battery api regards as disconnected in no battery model
If there is no battery model,
below apis will work as disconnected battery.
device_battery_get_percent
device_battery_is_charging
device_battery_get_level_status
Change-Id: Icabaf30b85a99cdf5b09d1f624fb45fce00ac0db
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Jiyoung Yun [Wed, 25 Feb 2015 05:44:44 +0000 (14:44 +0900)]
capi-system-device: Enable device dlog
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I7f76ba4dddd55befb5a4ad5eeae6e37e75230c0d
Jiyoung Yun [Tue, 13 Jan 2015 06:21:27 +0000 (15:21 +0900)]
device: Merge public api on Tizen 2.3 into tizen branch
Detail Tizen Device Native API guideline:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.apireference/group__CAPI__SYSTEM__DEVICE__MODULE.html
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: If11e3576cd5911466b818c7b478a847556be0193
José Bollo [Fri, 5 Dec 2014 16:55:10 +0000 (17:55 +0100)]
Improve typing of constants data
The strings returned by vconf_keynode_get_name must never be changed.
Change-Id: Ic16a1b7720cf88a6c4f07ce102d9fe4976aa17bc
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
Ronan Le Martret [Thu, 10 Jul 2014 15:58:34 +0000 (17:58 +0200)]
Clean spec file for yocto complaince.
Change-Id: I66727d07778917fe141a124f3d12d69d44c87bc4
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
jy910.yun [Fri, 13 Sep 2013 12:13:57 +0000 (21:13 +0900)]
copy license file to /usr/share/license/
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I8f690aeae01a622d03ef8498b0124bb24066a5cf
Ryan Ware [Mon, 8 Jul 2013 17:07:05 +0000 (10:07 -0700)]
Merge "resetting manifest requested domain to floor" into tizen
Alexandru Cornea [Mon, 1 Jul 2013 12:26:31 +0000 (15:26 +0300)]
resetting manifest requested domain to floor
Alexandru Cornea [Fri, 28 Jun 2013 14:58:48 +0000 (17:58 +0300)]
resetting manifest requested domain to floor
Anas Nashif [Fri, 31 May 2013 13:56:47 +0000 (09:56 -0400)]
Remove placeholders and cleanup spec
jy910.yun [Thu, 11 Apr 2013 02:34:17 +0000 (11:34 +0900)]
delete redundant TC files
to clear opensource keyword issue
Junfeng Dong [Fri, 22 Mar 2013 09:56:39 +0000 (17:56 +0800)]
Fix for 64 bit compatibility.
- Fix hardcoding path.
- Use %cmake to set default paths.
Change-Id: Ib4e837c3ad6def84cf7a87ee3f9f1502d7b761ae
Jinkun Jang [Fri, 15 Mar 2013 16:11:45 +0000 (01:11 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:45:51 +0000 (01:45 +0900)]
Tizen 2.1 base
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:25 +0000 (21:59 +0900)]
Initial empty repository