FreeCalypso > hg > fc-tourmaline
diff 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 |
line wrap: on
line diff
--- a/src/ui/bmi/mmiCall.h Sun Nov 08 05:12:05 2020 +0000 +++ b/src/ui/bmi/mmiCall.h Sun Nov 08 06:39:16 2020 +0000 @@ -2,36 +2,36 @@ CONDAT (UK) -******************************************************************************** +******************************************************************************** This software product is the property of Condat (UK) Ltd and may not be - disclosed to any third party without the express permission of the owner. - + disclosed to any third party without the express permission of the owner. + ******************************************************************************** - $Project name: Basic MMI - $Project code: BMI (6349) + $Project name: Basic MMI + $Project code: BMI (6349) $Module: Call $File: mmiCall.h - $Revision: 1.0 - - $Author: Condat(UK) - $Date: 25/10/00 - + $Revision: 1.0 + + $Author: Condat(UK) + $Date: 25/10/00 + ******************************************************************************** - + Description: - + ******************************************************************************** $History: mmiCall.h - + August 01, 2007 DR: OMAPS00137399 x0080701 (Bharat) Description: COMBO PLUS: Voice can not be heard in a call when MP3 tone was set Have an MP3 tone set as Ringer. Make a call to the target. - Accept the same, no voice can be heard from the calling - device or from the board that received + Accept the same, no voice can be heard from the calling + device or from the board that received Issue: Timing Synchronization Issue between BMI-ACI-L1. BMI calls sAT_A to accept the call. ACI then sends the RING_OFF signal to BMI, wherein BMI does a Ringer Stop. After this, ACI calls Vocoder @@ -42,10 +42,10 @@ (AS_STOP_IND is the message sent by AS to BMI when BMI invokes as_stop for ringer_stop). This way, it is assured that the Vocoder Enable Request reaches L1 only after Ringer Stop is completely done - + Oct 8 2006 OMAPS00097714 x0039928(sumanth) TTY HCO/VCO options in MMI - + Mar 11, 2006 REF:DR:OMAPS00061467 x0035544 Description: 27.22.4.13.3 SET UP CALL (display of icons) fails. Solution: created a variable of type T_SAT_IconData at the structure T_call to store the Icon data @@ -55,8 +55,8 @@ Description: Support for various audio profiles Solution: The support for audio device's carkit/headset/loudspeaker/handheld. The audio device is enabled as per the user actions. - - 25/10/00 Original Condat(UK) BMI version. + + 25/10/00 Original Condat(UK) BMI version. Mar 28, 2006 REF:ER OMAPS00071798 x0043642 @@ -80,7 +80,7 @@ #include "mfw_phb.h" #include "mfw_cm.h" #include "MmiMmi.h" -#include "MmiDialogs.h" //GW 29/11/01 - Added +#include "MmiDialogs.h" //GW 29/11/01 - Added #include "MmiIdle.h" // SPR#0630 - SH - EDITOR_SIZE now defined in MmiIdle.h typedef enum @@ -113,8 +113,8 @@ ViewWaitingAnswer, ViewAutoRedial, ViewSendingDTMF, - ViewShortWait, //GW Added - ViewMulticallControl, + ViewShortWait, //GW Added + ViewMulticallControl, ViewMulticallControlCallWaiting, ViewMulticallControlIncomingCall @@ -124,7 +124,7 @@ { CallActive, CallInactive - + } E_CALL_STATUS; /*a0393213 warnings removal-typedef name added*/ extern UBYTE callStatus; @@ -133,7 +133,7 @@ #define true 1 #define false 0 -#define MAX_CALLS 6 +#define MAX_CALLS 6 /*mc, SPR 1319*/ #ifdef LSCREEN @@ -201,7 +201,7 @@ struct QUEUETYPE { SHORT call_number; - struct QUEUETYPE* next; + struct QUEUETYPE* next; }; typedef struct QUEUETYPE TYPEQUEUE; @@ -353,7 +353,7 @@ #endif /* Mar 27, 2006 REF:ER OMAPS00071798 */ -#ifdef NEPTUNE_BOARD +#ifdef NEPTUNE_BOARD int ctty_audio_mode_text(MfwMnu* m, MfwMnuItem* i); int ctty_audio_mode_vco(MfwMnu* m, MfwMnuItem* i); int ctty_audio_mode_unknown(MfwMnu* m, MfwMnuItem* i);