OSDN Git Service

b9d6de73ddb3d8f3adb17d252af0dbba76d7cac2
[android-x86/external-bluetooth-sbc.git] / sbc / sbc.sym
1 SBC_0 {
2 global:
3         sbc_init;
4         sbc_reinit;
5         sbc_finish;
6
7         sbc_parse;
8         sbc_decode;
9         sbc_encode;
10
11         sbc_get_frame_length;
12         sbc_get_frame_duration;
13         sbc_get_codesize;
14         sbc_get_implementation_info;
15 local:
16         *;
17 };