aud_test_command_interface.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 66 行
H
66 行
#ifndef AM_TEST_COMMAND_INTERFACE_INC#define AM_TEST_COMMAND_INTERFACE_INC#ifdef __cplusplus /* Allow #include in a C++ file. */extern "C" {#endif/* (c) Copyright Motorola 1997, All rights reserved. Motorola Confidential Proprietary Contains confidential proprietary information of Motorola, Inc. Reverse engineering is prohibited. The copyright notice does not imply publication. DESCRIPTION: Define tone types to request Audio Manager to begin or stop tone generation. ************** REVISION HISTORY ********************************************** Date Author Reference ======== ======== ========================== 04-11-30 abp095 LIBff40008 Tioman compiler not needed for some MME files 04-11-15 abp095 LIBff32598 Add Tioman conditional compile for MME Component 04-01-08 a18984 LIBdd65899 New interface function for V220 TCMD vibe 00-09-22 hchuang CSGce66038 Provide an interface function for retrieving tone information - creation of this file. - create port_am_tone_detail function. *//************** HEADER FILE INCLUDES ******************************************//************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************//************** FUNCTION PROTOTYPES *******************************************/ /* for test command interface global function */extern UINT8*port_am_tone_detail(DL_AUDIO_TONE_TYPE_T tone_type, UINT8 dspseq, BOOL monophonic);#if (MAKE_PRODUCT == MAKE_PRODUCT_C650)extern voidam_tcmd_vibe_req(UINT8 req_type, UINT8 (*timestamp_fptr)());#endif/************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?