summaryrefslogtreecommitdiff
path: root/include/audio-session-manager-types.h
diff options
context:
space:
mode:
authorinhyeok <i_bc.kim@samsung.com>2015-06-25 16:49:28 +0900
committerinhyeok <i_bc.kim@samsung.com>2015-06-26 11:07:41 +0900
commit7e72265b2a4deca07195129f428769811ea3873d (patch)
treea22a64344848526120270a6e9fed00f89fe4adcc /include/audio-session-manager-types.h
parentcba5a315ca8abb87ec935048647feaa129f5c277 (diff)
downloadaudio-session-manager-7e72265b2a4deca07195129f428769811ea3873d.tar.gz
audio-session-manager-7e72265b2a4deca07195129f428769811ea3873d.tar.bz2
audio-session-manager-7e72265b2a4deca07195129f428769811ea3873d.zip
[Version] Release 0.3.0 [Profile] Common [Issue Type] Migration Merged main changes - Update vconftool for SoundStatus initialize - Apply ASLR - Replace msgqueue to gdbus - Revise return value of asm callback in asm_testsuite - Support container Change-Id: If8fc14a03f1f00a45c7163d9f21a8df8de04f559 Signed-off-by: inhyeok <i_bc.kim@samsung.com>
Diffstat (limited to 'include/audio-session-manager-types.h')
-rw-r--r--include/audio-session-manager-types.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/include/audio-session-manager-types.h b/include/audio-session-manager-types.h
index beb0c1b..215c4d1 100644
--- a/include/audio-session-manager-types.h
+++ b/include/audio-session-manager-types.h
@@ -33,9 +33,7 @@
#define ERR_ASM_ERROR_NONE 0x00
#define ERR_ASM_THREAD_CREATE_ERROR 0x01
#define ERR_ASM_THREAD_CANCEL_ERROR 0x02
-#define ERR_ASM_MSG_QUEUE_MSGID_GET_FAILED 0x03
-#define ERR_ASM_MSG_QUEUE_SND_ERROR 0x04
-#define ERR_ASM_MSG_QUEUE_RCV_ERROR 0x05
+#define ERR_ASM_GDBUS_CONNECTION_ERROR 0x03
#define ERR_ASM_ALREADY_REGISTERED 0x06
#define ERR_ASM_ALREADY_UNREGISTERED 0x07
#define ERR_ASM_EVENT_IS_INVALID 0x08
@@ -72,6 +70,14 @@
#define ASM_HANDLE_INIT_VAL -1
#define SOUND_STATUS_KEY "memory/Sound/SoundStatus"
+
+/* GDBUS FEATURES */
+#define ASM_BUS_NAME_SOUND_SERVER "org.tizen.SoundServer"
+#define ASM_OBJECT_SOUND_SERVER "/org/tizen/SoundServer1"
+#define ASM_INTERFACE_SOUND_SERVER "org.tizen.SoundServer1"
+#define OBJECT_ASM "/org/tizen/asm"
+#define INTERFACE_ASM "org.tizen.asm"
+
/**
* This enumeration defines sound request.
*/