Change the names of attribute libsensor API
In libsensor, attribute APIs name will be changed
Previous attribute APIs are for getting or setting sensor listener attribute.
To distinguish between sensor listener attribute API and
sensor handle attribute API, change the names.
changed API
sensord_get_attribute_int -> sensord_listener_get_attribute_int
sensord_set_attribute_int -> sensord_listener_set_attribute_int
Change-Id: I992cb87e1dda47d06de46a9c40be9f6a0e701972
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>