Closed
Bug 819234
Opened 12 years ago
Closed 11 years ago
B2G Multi-SIM: refactor audio control in RIL
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: hsinyi, Assigned: hsinyi)
References
Details
Attachments
(2 files, 1 obsolete file)
232 bytes,
text/html
|
Details | |
9.61 KB,
patch
|
Details | Diff | Splinter Review |
In multi-sim configuration, we will have MSimRadioInterfaceLayer as a manger of RadioInterfaceLayer instances. We should move audio phone state control to MSimRadioInterfaceLayer, instead of leaving it in each instance, because we only have one audio hardware. The audio control is applied globally.
Assignee | ||
Updated•12 years ago
|
Blocks: b2g-multi-sim, 814625
Depends on: 814581
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → htsai
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Having a separate gCallAudioManager to handle call audio state
Assignee | ||
Comment 3•11 years ago
|
||
Move 'RIL:GetMicrophoneMuted,' 'RIL:GetMicrophoneMuted,' 'RIL:GetMicrophoneMuted,' and 'RIL:GetMicrophoneMuted' to |RadioInterfaceLayer.receiveMessage|
Attachment #764686 -
Attachment is obsolete: true
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #3)
> Created attachment 765185 [details] [diff] [review]
> WIP - rebased on bug 814581 (v2)
>
> Move 'RIL:GetMicrophoneMuted,' 'RIL:GetMicrophoneMuted,'
> 'RIL:GetMicrophoneMuted,' and 'RIL:GetMicrophoneMuted' to
> |RadioInterfaceLayer.receiveMessage|
Oops, wrong comment, should be moving to |MessageManager.receiveMessage|, instead of |RadioInterface.receiveMessage|
Updated•11 years ago
|
Component: DOM: Device Interfaces → RIL
Product: Core → Boot2Gecko
Comment 5•11 years ago
|
||
Discussed with Hsin-yi and closed it.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•