# HG changeset patch # User Mychaela Falconia # Date 1604876749 0 # Node ID c366f68d74d239cfccbd64a10be6d64df4cb4735 # Parent 8beb376cdb5731fad1411637e27df8607aef9fcd mmiCall.h: bogotab fixes diff -r 8beb376cdb57 -r c366f68d74d2 src/ui/bmi/mmiCall.h --- a/src/ui/bmi/mmiCall.h Sun Nov 08 23:03:19 2020 +0000 +++ b/src/ui/bmi/mmiCall.h Sun Nov 08 23:05:49 2020 +0000 @@ -1,6 +1,6 @@ /******************************************************************************* - CONDAT (UK) + CONDAT (UK) ******************************************************************************** @@ -9,14 +9,14 @@ ******************************************************************************** - $Project name: Basic MMI - $Project code: BMI (6349) - $Module: Call - $File: mmiCall.h - $Revision: 1.0 + $Project name: Basic MMI + $Project code: BMI (6349) + $Module: Call + $File: mmiCall.h + $Revision: 1.0 - $Author: Condat(UK) - $Date: 25/10/00 + $Author: Condat(UK) + $Date: 25/10/00 ******************************************************************************** @@ -27,36 +27,36 @@ $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 - 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 - Enable. However, the Ringer Stop goes to L1 much later after Vocoder - Enable reaches L1 due to which the Vocoder eventually gets disabled. - Solution: The Vocoder Enable Implementation is removed from ACI and - shall be called by BMI on receipt of AS_STOP_IND - (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 + 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 + 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 + Enable. However, the Ringer Stop goes to L1 much later after Vocoder + Enable reaches L1 due to which the Vocoder eventually gets disabled. + Solution: The Vocoder Enable Implementation is removed from ACI and + shall be called by BMI on receipt of AS_STOP_IND + (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 - inorder to display it on calling screen. + 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 + inorder to display it on calling screen. - xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 - 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. + xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 + 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 @@ -73,7 +73,7 @@ #define ALLOC_MEMORY mfwAlloc #define FREE_MEMORY mfwFree -// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 +// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 #ifdef FF_MMI_AUDIO_PROFILE #include "mfw_mme.h" #endif @@ -88,13 +88,13 @@ CallNone=CallDummy, CallNormal, CallDone, - CallNew, + CallNew, CallSingle, CallTwo, CallConference, - CallPrivateCall, - CallSingleMultiparty, - CallMultipartySingle + CallPrivateCall, + CallSingleMultiparty, + CallMultipartySingle } E_CALL_TYPE;/*a0393213 warnings removal-typedef name added*/ @@ -106,17 +106,17 @@ ViewCalling, ViewIncoming, ViewDTMF, - ViewDTMFMenu, - ViewCallError, - ViewSelectPrivateCall, - ViewScratchPad, - ViewWaitingAnswer, - ViewAutoRedial, - ViewSendingDTMF, - ViewShortWait, //GW Added - ViewMulticallControl, - ViewMulticallControlCallWaiting, - ViewMulticallControlIncomingCall + ViewDTMFMenu, + ViewCallError, + ViewSelectPrivateCall, + ViewScratchPad, + ViewWaitingAnswer, + ViewAutoRedial, + ViewSendingDTMF, + ViewShortWait, //GW Added + ViewMulticallControl, + ViewMulticallControlCallWaiting, + ViewMulticallControlIncomingCall } E_CALL_MESSAGE; /*a0393213 warnings removal-typedef name added*/ @@ -137,7 +137,7 @@ /*mc, SPR 1319*/ #ifdef LSCREEN -#define MAX_CHAR PHB_MAX_LEN /*MC SPR 1442*/ +#define MAX_CHAR PHB_MAX_LEN /*MC SPR 1442*/ #else #define MAX_CHAR 12 #endif @@ -159,19 +159,19 @@ UBYTE view; UBYTE numCalls; SHORT selected; - long time[MAX_CALLS]; + long time[MAX_CALLS]; T_MFW_CM_STATUS status[MAX_CALLS]; } tMmiCallTable; typedef enum { - CALL_INIT, - CALL_SCRATCHPAD_INIT, - CALL_CALLSELECT_INIT, //GW Added ???? - CALL_DESTROY_WAITING, - CALL_OUTGOING_SAT, - CALL_DESTROY_CALLING_WINDOW + CALL_INIT, + CALL_SCRATCHPAD_INIT, + CALL_CALLSELECT_INIT, //GW Added ???? + CALL_DESTROY_WAITING, + CALL_OUTGOING_SAT, + CALL_DESTROY_CALLING_WINDOW } E_CALL_EVENTS; /*a0393213 warnings removal-typedef name added*/ @@ -180,9 +180,9 @@ #ifdef MMI_TTY_ENABLED typedef enum { - CALL_TTY_OFF = 0, /* TTY always off */ - CALL_TTY_ALWAYSON, /* TTY always on */ - CALL_TTY_ONNEXTCALL /* TTY on for next call only */ + CALL_TTY_OFF = 0, /* TTY always off */ + CALL_TTY_ALWAYSON, /* TTY always on */ + CALL_TTY_ONNEXTCALL /* TTY on for next call only */ } E_CALL_TTY; /*a0393213 warnings removal-typedef name added*/ #endif /* end SH */ @@ -193,9 +193,9 @@ */ typedef enum { - CALL_VOCODER_IDLE = 0, /* BMI in Idle State, Vocoder not under BMI control */ - CALL_VOCODER_DISABLED, /* Vocoder is disabled prior to the call being connected */ - CALL_VOCODER_INCALL /* Vocoder is enabled and In-Call */ + CALL_VOCODER_IDLE = 0, /* BMI in Idle State, Vocoder not under BMI control */ + CALL_VOCODER_DISABLED, /* Vocoder is disabled prior to the call being connected */ + CALL_VOCODER_INCALL /* Vocoder is enabled and In-Call */ } tMmiVcState; struct QUEUETYPE @@ -209,82 +209,82 @@ typedef struct { T_MMI_CONTROL mmi_control; - T_MFW_HND win; // window handle - T_MFW_HND kbd; + T_MFW_HND win; // window handle + T_MFW_HND kbd; T_MFW_HND kbd_long; - T_MFW_HND win_search; - T_MFW_HND cm; - T_MFW_HND win_incoming; - T_MFW_HND win_calling; - T_MFW_HND win_ending; - T_MFW_HND win_menu; - T_MFW_HND win_waiting; - T_MFW_HND win_sending_dtmf; + T_MFW_HND win_search; + T_MFW_HND cm; + T_MFW_HND win_incoming; + T_MFW_HND win_calling; + T_MFW_HND win_ending; + T_MFW_HND win_menu; + T_MFW_HND win_waiting; + T_MFW_HND win_sending_dtmf; #ifdef NEW_EDITOR - T_ED_DATA *editorCall; /* SPR#1428 - SH - New Editor changes */ + T_ED_DATA *editorCall; /* SPR#1428 - SH - New Editor changes */ #else /* NEW_EDITOR */ - T_MFW_HND editCall; + T_MFW_HND editCall; #endif /* NEW_EDITOR */ - T_MFW_HND win_redial; + T_MFW_HND win_redial; T_MFW_HND timer; - /*SPR 1392*/ - T_MFW_HND win_deflectEdit; /*handle for call deflect editor.*/ - T_MFW_HND win_deflecting; /*"Deflecting to..." window*/ - T_MFW_HND win_deflectSearch; /*Call deflection phonebook search window*/ - char editor_buffer[20]; /*call deflection number buffer*/ - T_DISPLAY_DATA inc_call_data; /*incoming call dialogue display info*/ - /*1392 end*/ - T_MFW_PHB_ENTRY entry; - int current_command; - UBYTE callStatus; - tMmiCallTable calls; - int accessEnd; // controls when several calls are to be ended - int callWaitingEnd; - int emergencyCall; - int callsToEnd; - long timeEnded; - TYPEQUEUE *endQueue; - SHORT incCall; - SHORT outCall; - int refreshConnect; - int firstChar; - int currentModule; - int currentVolume; - SHORT singleCall; - unsigned char charSent; - char sendingDTMF; - T_MFW_CM_CW_INFO globalCWInfo; /* information about incoming call */ - char phbNameNumber[EDITOR_SIZE]; - char edtBufDTMF[EDITOR_SIZE]; /* edit buffer */ + /*SPR 1392*/ + T_MFW_HND win_deflectEdit; /*handle for call deflect editor.*/ + T_MFW_HND win_deflecting; /*"Deflecting to..." window*/ + T_MFW_HND win_deflectSearch; /*Call deflection phonebook search window*/ + char editor_buffer[20]; /*call deflection number buffer*/ + T_DISPLAY_DATA inc_call_data; /*incoming call dialogue display info*/ + /*1392 end*/ + T_MFW_PHB_ENTRY entry; + int current_command; + UBYTE callStatus; + tMmiCallTable calls; + int accessEnd; // controls when several calls are to be ended + int callWaitingEnd; + int emergencyCall; + int callsToEnd; + long timeEnded; + TYPEQUEUE *endQueue; + SHORT incCall; + SHORT outCall; + int refreshConnect; + int firstChar; + int currentModule; + int currentVolume; + SHORT singleCall; + unsigned char charSent; + char sendingDTMF; + T_MFW_CM_CW_INFO globalCWInfo; /* information about incoming call */ + char phbNameNumber[EDITOR_SIZE]; + char edtBufDTMF[EDITOR_SIZE]; /* edit buffer */ #ifdef NEW_EDITOR - T_ED_ATTR editorAttrCall; /* SPR#1428 - SH - New Editor changes */ - T_ED_ATTR editorAttrDTMF; + T_ED_ATTR editorAttrCall; /* SPR#1428 - SH - New Editor changes */ + T_ED_ATTR editorAttrDTMF; #else /* NEW_EDITOR */ - MfwEdtAttr edtAttrCall; - MfwEdtAttr edtAttrDTMF; /* edit attributes: */ + MfwEdtAttr edtAttrCall; + MfwEdtAttr edtAttrDTMF; /* edit attributes: */ #endif /* NEW_EDITOR */ - T_MFW_CM_AOC_INFO aocInfo; - USHORT ignore_disconnect; - T_MFW_CM_CALL_DIR call_direction; - UBYTE colp_number[MFW_NUM_LEN]; /* colp number */ - int animationScreen; + T_MFW_CM_AOC_INFO aocInfo; + USHORT ignore_disconnect; + T_MFW_CM_CALL_DIR call_direction; + UBYTE colp_number[MFW_NUM_LEN]; /* colp number */ + int animationScreen; #ifdef MMI_TTY_ENABLED - UBYTE tty; /* SPR#1352 - SH - TTY status */ + UBYTE tty; /* SPR#1352 - SH - TTY status */ #endif //x0035544 Mar 09, 2006 DR:OMAPS00061467 #ifdef FF_MMI_SAT_ICON T_SAT_IconData IconData; //Sat icon information #endif - tMmiVcState vocoderState; + tMmiVcState vocoderState; } T_call; /*x0039928 OMAPS00097714 HCO/VCO options - added to differenciate between normal/HCO/VCO tty option*/ #ifdef FF_TTY_HCO_VCO typedef enum { - TTY_ONLY_PF = 0, /* TTY only */ - TTY_VCO_PF, /* TTY HCO */ - TTY_HCO_PF /* TTY VCO */ + TTY_ONLY_PF = 0, /* TTY only */ + TTY_VCO_PF, /* TTY HCO */ + TTY_HCO_PF /* TTY VCO */ } T_MMI_TTY_PF_TYPE; #endif @@ -293,8 +293,8 @@ typedef enum { - BMI_INCOMING_CALL_NONE = 0, - BMI_INCOMING_CALL_RINGERSTOPPED + BMI_INCOMING_CALL_NONE = 0, + BMI_INCOMING_CALL_RINGERSTOPPED } E_IN_CALL_RINGER_STATUS; @@ -339,7 +339,7 @@ void call_tty_revert(void); #endif /* end SH */ -// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 +// xpradipg - LOCOSTO-ENH-31895 : 23 June 2005 #ifdef FF_MMI_AUDIO_PROFILE USHORT item_headset_status( struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi ); USHORT item_handheld_status( struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi );