Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / xwalk / tizen / browser / audio_session_manager.sigs
1 # Copyright (c) 2013 Intel Corporation. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 #------------------------------------------------
6 # Functions from audio-session-manager used in Crosswalk code.
7 #------------------------------------------------
8 bool ASM_register_sound(const int application_pid, int *asm_handle, ASM_sound_events_t sound_event, ASM_sound_states_t sound_state, ASM_sound_cb_t callback, void* cb_data, ASM_resource_t mm_resource, int *error_code);
9 bool ASM_unregister_sound(const int asm_handle, ASM_sound_events_t sound_event, int *error_code);
10 bool ASM_set_sound_state(const int asm_handle, ASM_sound_events_t sound_event, ASM_sound_states_t sound_state, ASM_resource_t mm_resource, int *error_code);