KeyBrd.h
上传用户:lqx1163
上传日期:2014-08-13
资源大小:9183k
文件大小:7k
源码类别:

MTK

开发平台:

C/C++

  1. /*****************************************************************************
  2. *  Copyright Statement:
  3. *  --------------------
  4. *  This software is protected by Copyright and the information contained
  5. *  herein is confidential. The software may not be copied and the information
  6. *  contained herein may not be used or disclosed except with the written
  7. *  permission of MediaTek Inc. (C) 2005
  8. *
  9. *  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
  10. *  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
  11. *  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
  12. *  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
  13. *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
  14. *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
  15. *  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
  16. *  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
  17. *  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
  18. *  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
  19. *  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
  20. *  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
  21. *
  22. *  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
  23. *  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
  24. *  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
  25. *  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
  26. *  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
  27. *
  28. *  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
  29. *  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
  30. *  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
  31. *  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
  32. *  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
  33. *
  34. *****************************************************************************/
  35. /*******************************************************************************
  36.  * Filename:
  37.  * ---------
  38.  * MMI_features.h
  39.  *
  40.  * Project:
  41.  * --------
  42.  *   MAUI
  43.  *
  44.  * Description:
  45.  * ------------
  46.  *   This file is intends for MMI keypad config function.
  47.  *
  48.  * Author:
  49.  * -------
  50.  * -------
  51.  *
  52.  *==============================================================================
  53.  *             HISTORY
  54.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  55.  *------------------------------------------------------------------------------
  56.  * removed!
  57.  *
  58.  * removed!
  59.  * removed!
  60.  * removed!
  61.  *
  62.  * removed!
  63.  * removed!
  64.  * removed!
  65.  *
  66.  * removed!
  67.  * removed!
  68.  * removed!
  69.  * removed!
  70.  *
  71.  * removed!
  72.  * removed!
  73.  * removed!
  74.  *
  75.  * removed!
  76.  * removed!
  77.  * removed!
  78.  *
  79.  * removed!
  80.  * removed!
  81.  * removed!
  82.  *
  83.  * removed!
  84.  * removed!
  85.  * removed!
  86.  *
  87.  * removed!
  88.  * removed!
  89.  * removed!
  90.  *
  91.  * removed!
  92.  * removed!
  93.  * removed!
  94.  *
  95.  *------------------------------------------------------------------------------
  96.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  97.  *==============================================================================
  98.  *******************************************************************************/
  99. #ifndef _KEYBRD_H_
  100. #define _KEYBRD_H_
  101. #include "PixtelDataTypes.h"
  102. #include "QueueGprot.h"
  103. #include "FrameworkStruct.h"
  104. /***************************************************************************** 
  105. * Define
  106. *****************************************************************************/
  107. #define TOTAL_KEYS GetMaxPresentAllKeys()       /* JL 040223 for 3 extra keys. 22 */
  108. #define KEYTIMER_LONGPRESS       2000   /* Key Long Pres Duration */
  109. #define KEYTIMER_REPEAT          1000   /* Key Reapeat Duration */
  110. /***************************************************************************** 
  111. * Typedef 
  112. *****************************************************************************/
  113. typedef struct
  114. {
  115.     S16 nKeyCode;       /* From Key Pad Driver */
  116.     S16 nMMIKeyCode;    /* Key code mapped from MMI perspective */
  117.     S16 nTimerId;
  118.     /* S16 nKeyState;//Pressed,Released or idle */
  119.     U8 KeyPadTone;
  120.     U8 KeyPadDuration;
  121. #ifdef MMI_ON_WIN32
  122.     S16 nHotKey;        /* Mapping to keyboard in PC simulator */
  123. #endif 
  124. } KeyPadMap;
  125. typedef struct
  126. {
  127.     S16 nKeyState;
  128. } KeyPadState;
  129. /***************************************************************************** 
  130. * Extern Global Variable
  131. *****************************************************************************/
  132. extern const U16 PresentAllKeys[];
  133. /***************************************************************************** 
  134. * Extern Global Function
  135. *****************************************************************************/
  136. #ifdef MMI_ON_WIN32
  137. extern void KeyTimerExpiryProc(void *idEvent);
  138. #endif /* MMI_ON_WIN32 */
  139. extern void ProcessKeyEvent(U32 MsgType, U16 KeyMapIndex);
  140. extern U8 ProcessPCKeyEvent(U32 MsgType, KEYBRD_MESSAGE *KeyBrdMsg);
  141. /* Max 2005/02/20 */
  142. extern void InitProcessKeyEvent(void);
  143. extern void ProcessKeyBoardEvent(U32 MsgType, U16 KeyCode, U16 KeyMapIndex);
  144. extern void KeyHandler(void *paraBuff);
  145. extern void InitKeypadBeforePWRON(void);
  146. extern void KeyHandleBeforePWRON(void *paraBuff);
  147. extern void ClearKeyEvents(void);
  148. extern S16 GetHumanVoiceToneID(S16 MMIKeyCode);
  149. extern U16 GetCurKeypadTone(void);
  150. extern U16 GetKeypadTone(S16 KeyCode);
  151. extern U8 SetCurKeypadTone(U16 KeyTone);
  152. extern U8 GetKeypadDuration(S16 KeyCode);
  153. extern void StopCurrentKeyPadTone(void);
  154. extern U8 GetMaxPresentAllKeys(void);
  155. extern U8 GetMaxPresentDigitsKeys(void);
  156. extern void mmi_kbd_reset_key_state(U32 MsgType, U16 KeyMapIndex);
  157. extern void mmi_frm_kbd_set_tone_state(mmi_frm_kbd_tone_state_enum state);
  158. extern mmi_frm_kbd_tone_state_enum mmi_frm_kbd_get_key_tone_state(void);
  159. extern BOOL mmi_frm_kbd_is_tone_played(S16 key_code, S16 key_type);
  160. extern void mmi_frm_kbd_reg_pre_key_hdlr(PsKeyProcessCBPtr func);
  161. extern void mmi_frm_kbd_reg_post_key_hdlr(PsKeyProcessCBPtr func);
  162. extern void mmi_frm_stop_keypad_tone(S16 key_code);
  163. extern void mmi_frm_play_keypad_tone(S16 key_code);
  164. extern U8 mmi_kbd_app_key_hdlr(KEYBRD_MESSAGE *eventKey);
  165. extern void mmi_frm_set_key_handle_in_high_frequency(MMI_BOOL is_enable);
  166. extern void mmi_frm_convert_process_key_event(U32 Keyevent, U16 KeyMapIndex);
  167. extern void mmi_kbd_set_concurrent_mode(MMI_BOOL mode);
  168. extern MMI_BOOL mmi_kbd_get_concurrent_mode(void);
  169. extern U8 mmi_kbd_get_key_is_pressing_count(void);
  170. extern S16 mmi_kbd_reverse_code(S16 mmi_key_code);
  171. #ifndef MMI_ON_WIN32
  172. /* redirect L4KeyHandle to mmi_frm_key_handle. may replace L4KeyHandle later */
  173. #define L4KeyHandle   mmi_frm_key_handle
  174. extern void mmi_frm_key_handle(void *paraBuff);
  175. #endif /* MMI_ON_WIN32 */
  176. void mmi_frm_set_default_power_onoff_key(void);
  177. #endif /* _KEYBRD_H_ */