comparison src/ui/bmi/mmiCall.h @ 92:c0052fe355d3

src/ui/bmi/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 06:39:16 +0000
parents 67bfe9f274f6
children c366f68d74d2
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
1 /******************************************************************************* 1 /*******************************************************************************
2 2
3 CONDAT (UK) 3 CONDAT (UK)
4 4
5 ******************************************************************************** 5 ********************************************************************************
6 6
7 This software product is the property of Condat (UK) Ltd and may not be 7 This software product is the property of Condat (UK) Ltd and may not be
8 disclosed to any third party without the express permission of the owner. 8 disclosed to any third party without the express permission of the owner.
9 9
10 ******************************************************************************** 10 ********************************************************************************
11 11
12 $Project name: Basic MMI 12 $Project name: Basic MMI
13 $Project code: BMI (6349) 13 $Project code: BMI (6349)
14 $Module: Call 14 $Module: Call
15 $File: mmiCall.h 15 $File: mmiCall.h
16 $Revision: 1.0 16 $Revision: 1.0
17 17
18 $Author: Condat(UK) 18 $Author: Condat(UK)
19 $Date: 25/10/00 19 $Date: 25/10/00
20 20
21 ******************************************************************************** 21 ********************************************************************************
22 22
23 Description: 23 Description:
24 24
25 ******************************************************************************** 25 ********************************************************************************
26 26
27 $History: mmiCall.h 27 $History: mmiCall.h
28 28
29 29
30 August 01, 2007 DR: OMAPS00137399 x0080701 (Bharat) 30 August 01, 2007 DR: OMAPS00137399 x0080701 (Bharat)
31 Description: COMBO PLUS: Voice can not be heard in a call when MP3 tone was set 31 Description: COMBO PLUS: Voice can not be heard in a call when MP3 tone was set
32 Have an MP3 tone set as Ringer. Make a call to the target. 32 Have an MP3 tone set as Ringer. Make a call to the target.
33 Accept the same, no voice can be heard from the calling 33 Accept the same, no voice can be heard from the calling
34 device or from the board that received 34 device or from the board that received
35 Issue: Timing Synchronization Issue between BMI-ACI-L1. 35 Issue: Timing Synchronization Issue between BMI-ACI-L1.
36 BMI calls sAT_A to accept the call. ACI then sends the RING_OFF signal 36 BMI calls sAT_A to accept the call. ACI then sends the RING_OFF signal
37 to BMI, wherein BMI does a Ringer Stop. After this, ACI calls Vocoder 37 to BMI, wherein BMI does a Ringer Stop. After this, ACI calls Vocoder
38 Enable. However, the Ringer Stop goes to L1 much later after Vocoder 38 Enable. However, the Ringer Stop goes to L1 much later after Vocoder
39 Enable reaches L1 due to which the Vocoder eventually gets disabled. 39 Enable reaches L1 due to which the Vocoder eventually gets disabled.
40 Solution: The Vocoder Enable Implementation is removed from ACI and 40 Solution: The Vocoder Enable Implementation is removed from ACI and
41 shall be called by BMI on receipt of AS_STOP_IND 41 shall be called by BMI on receipt of AS_STOP_IND
42 (AS_STOP_IND is the message sent by AS to BMI when BMI invokes 42 (AS_STOP_IND is the message sent by AS to BMI when BMI invokes
43 as_stop for ringer_stop). This way, it is assured that the Vocoder 43 as_stop for ringer_stop). This way, it is assured that the Vocoder
44 Enable Request reaches L1 only after Ringer Stop is completely done 44 Enable Request reaches L1 only after Ringer Stop is completely done
45 45
46 Oct 8 2006 OMAPS00097714 x0039928(sumanth) 46 Oct 8 2006 OMAPS00097714 x0039928(sumanth)
47 TTY HCO/VCO options in MMI 47 TTY HCO/VCO options in MMI
48 48
49 Mar 11, 2006 REF:DR:OMAPS00061467 x0035544 49 Mar 11, 2006 REF:DR:OMAPS00061467 x0035544
50 Description: 27.22.4.13.3 SET UP CALL (display of icons) fails. 50 Description: 27.22.4.13.3 SET UP CALL (display of icons) fails.
51 Solution: created a variable of type T_SAT_IconData at the structure T_call to store the Icon data 51 Solution: created a variable of type T_SAT_IconData at the structure T_call to store the Icon data
52 inorder to display it on calling screen. 52 inorder to display it on calling screen.
53 53
54 xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 54 xpradipg - LOCOSTO-ENH-31895 : 23 June 2005
55 Description: Support for various audio profiles 55 Description: Support for various audio profiles
56 Solution: The support for audio device's carkit/headset/loudspeaker/handheld. 56 Solution: The support for audio device's carkit/headset/loudspeaker/handheld.
57 The audio device is enabled as per the user actions. 57 The audio device is enabled as per the user actions.
58 58
59 25/10/00 Original Condat(UK) BMI version. 59 25/10/00 Original Condat(UK) BMI version.
60 60
61 61
62 Mar 28, 2006 REF:ER OMAPS00071798 x0043642 62 Mar 28, 2006 REF:ER OMAPS00071798 x0043642
63 Added new options in BMI to accept the value for tty audio mode, 63 Added new options in BMI to accept the value for tty audio mode,
64 and the accepted value is passed as parameter in function call sAT_PercentCTTY 64 and the accepted value is passed as parameter in function call sAT_PercentCTTY
78 #include "mfw_mme.h" 78 #include "mfw_mme.h"
79 #endif 79 #endif
80 #include "mfw_phb.h" 80 #include "mfw_phb.h"
81 #include "mfw_cm.h" 81 #include "mfw_cm.h"
82 #include "MmiMmi.h" 82 #include "MmiMmi.h"
83 #include "MmiDialogs.h" //GW 29/11/01 - Added 83 #include "MmiDialogs.h" //GW 29/11/01 - Added
84 #include "MmiIdle.h" // SPR#0630 - SH - EDITOR_SIZE now defined in MmiIdle.h 84 #include "MmiIdle.h" // SPR#0630 - SH - EDITOR_SIZE now defined in MmiIdle.h
85 85
86 typedef enum 86 typedef enum
87 { 87 {
88 CallNone=CallDummy, 88 CallNone=CallDummy,
111 ViewSelectPrivateCall, 111 ViewSelectPrivateCall,
112 ViewScratchPad, 112 ViewScratchPad,
113 ViewWaitingAnswer, 113 ViewWaitingAnswer,
114 ViewAutoRedial, 114 ViewAutoRedial,
115 ViewSendingDTMF, 115 ViewSendingDTMF,
116 ViewShortWait, //GW Added 116 ViewShortWait, //GW Added
117 ViewMulticallControl, 117 ViewMulticallControl,
118 ViewMulticallControlCallWaiting, 118 ViewMulticallControlCallWaiting,
119 ViewMulticallControlIncomingCall 119 ViewMulticallControlIncomingCall
120 120
121 } E_CALL_MESSAGE; /*a0393213 warnings removal-typedef name added*/ 121 } E_CALL_MESSAGE; /*a0393213 warnings removal-typedef name added*/
122 122
123 typedef enum 123 typedef enum
124 { 124 {
125 CallActive, 125 CallActive,
126 CallInactive 126 CallInactive
127 127
128 } E_CALL_STATUS; /*a0393213 warnings removal-typedef name added*/ 128 } E_CALL_STATUS; /*a0393213 warnings removal-typedef name added*/
129 129
130 extern UBYTE callStatus; 130 extern UBYTE callStatus;
131 extern int idwithheld; 131 extern int idwithheld;
132 132
133 #define true 1 133 #define true 1
134 #define false 0 134 #define false 0
135 135
136 #define MAX_CALLS 6 136 #define MAX_CALLS 6
137 137
138 /*mc, SPR 1319*/ 138 /*mc, SPR 1319*/
139 #ifdef LSCREEN 139 #ifdef LSCREEN
140 #define MAX_CHAR PHB_MAX_LEN /*MC SPR 1442*/ 140 #define MAX_CHAR PHB_MAX_LEN /*MC SPR 1442*/
141 #else 141 #else
199 } tMmiVcState; 199 } tMmiVcState;
200 200
201 struct QUEUETYPE 201 struct QUEUETYPE
202 { 202 {
203 SHORT call_number; 203 SHORT call_number;
204 struct QUEUETYPE* next; 204 struct QUEUETYPE* next;
205 }; 205 };
206 206
207 typedef struct QUEUETYPE TYPEQUEUE; 207 typedef struct QUEUETYPE TYPEQUEUE;
208 208
209 typedef struct 209 typedef struct
351 int M_exeCarkit (MfwMnu* m, MfwMnuItem* i); 351 int M_exeCarkit (MfwMnu* m, MfwMnuItem* i);
352 void mmi_hook_handle(); 352 void mmi_hook_handle();
353 #endif 353 #endif
354 354
355 /* Mar 27, 2006 REF:ER OMAPS00071798 */ 355 /* Mar 27, 2006 REF:ER OMAPS00071798 */
356 #ifdef NEPTUNE_BOARD 356 #ifdef NEPTUNE_BOARD
357 int ctty_audio_mode_text(MfwMnu* m, MfwMnuItem* i); 357 int ctty_audio_mode_text(MfwMnu* m, MfwMnuItem* i);
358 int ctty_audio_mode_vco(MfwMnu* m, MfwMnuItem* i); 358 int ctty_audio_mode_vco(MfwMnu* m, MfwMnuItem* i);
359 int ctty_audio_mode_unknown(MfwMnu* m, MfwMnuItem* i); 359 int ctty_audio_mode_unknown(MfwMnu* m, MfwMnuItem* i);
360 #endif 360 #endif
361 /*x0039928 OMAPS00097714 HCO/VCO option - fn prototypes of menu handlers*/ 361 /*x0039928 OMAPS00097714 HCO/VCO option - fn prototypes of menu handlers*/