ad_manager.h
来自「SAMSUNG 5009的源代码」· C头文件 代码 · 共 24 行
H
24 行
/******************************************************************************
* Filename : AD_Manager.h
* Start : 2004. 11. 15
* By : Hongsik Park
* Contact : hongsik7.park@samsung.com
* Description :
******************************************************************************
*/
#ifndef _AD_MANAGER_H_
#define _AD_MANAGER_H_
VOID ad_TaskMain( ULONG argc, VOID *argv);
VOID ad_create_main(VOID);
UINT ad_main_postctrlmsg( AUDIO_CTRL_t *control);
UINT ad_main_sendctrlmsg( AUDIO_CTRL_t *control);
UINT ad_main_postattrmsg( AUDIO_ATTR_t *attr);
UINT ad_main_sendattrmsg( AUDIO_ATTR_t *attr);
UINT _ad_main_treatemsg( AUDIO_CTRL_t *control, AUDIO_ATTR_t *attr, BOOL wait_for_done);
BOOL bIsSameMessage( UCHAR *msg, UCHAR *rtmsg, UINT size);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?