Marco Chen
d8bb6bafb7
Bug 834200 - [Audio] Hook AudioManager::SetPhoneState for getting ring & in_call then register into AudioChannelService. r=baku, a=tef+
2013-02-04 11:23:06 +08:00
6fe9c2178f
Bug 827840 - [camera] shutter sound is almost inaudible, r=sicking, a=bb+
2013-01-09 11:09:37 +08:00
Randy Lin
c45567f374
Bug 819965 - Unable to silence or control FM radio volume. r=sicking
2012-12-17 20:46:56 +08:00
Marco Chen
a171bbc19c
Bug 819858 - Add AudioChannelAgent to AudioManager for telephony joining AudioChannelService. r=baku, a=blocking-basecamp
2012-12-13 09:45:10 +08:00
Randy Lin
8ef376ef70
Bug 815452 - Don't unmute FM audio if the user increases the volume when FM audio is muted for channel policy reasons. r=sicking
2012-12-11 18:26:01 +08:00
a6a3854d2a
Bug 815445 - Hook up telephony audio to audio channels backend r=baku
2012-12-06 18:11:06 +08:00
Randy Lin
63c7403c57
Bug 814326 - Volume steps on the UI is 10 steps which cannot be mapped correctly to the underlying streams. r=sicking, r=fabrice
2012-12-04 18:21:43 +08:00
Randy Lin
76ecdbbf4e
Bug 812434 - Support FM volume control for implement AudioChannel API. r=mwu
2012-11-29 10:14:11 +08:00
vliu
21d09c316f
Bug 813823 - AudioManager reports unknown status when inserting headphone or headset. r=mwu
2012-11-27 11:13:19 +08:00
Randy Lin
d5c31d3a0e
Bug 811204 - [Dialer] Voice call can't switch between speaker and bt sco audio path. r=mwu, a=blocking-basecamp
2012-11-15 11:00:34 +08:00
Marco Chen
236ed976be
Bug 791642 - nsIAudioManager: support voice volume. r=philikon
...
1. Provide api for adjusting volume based on each stream.
2. Modify settings.js for listening the changing for stream volume.
2012-11-02 17:36:46 +08:00
Gina Yeh
c9411fc915
Bug 796300 - Final version: Set audio device BLUETOOTH_SCO_HEADSET to unavailable when disconnect Sco socket, r=qdot
2012-10-03 10:55:28 +08:00
Gina Yeh
1dafed36ee
Bug 794903 - Final version: BluetoothScoManager implementation, r=qdot
2012-09-29 17:39:05 +08:00
Alexandre Lissy
5229f39f78
Bug 794424 - Send the headphone status at boot time. r=philipp
2012-09-27 23:06:01 -04:00
Marco Chen
7f6a99fd68
Bug 791329 - Let AudioManager set correct device (headset or headphone) into setDeviceConnectionState according to event from GonkSwitch.cpp. r=mwu
2012-09-25 19:03:50 +08:00
Steven Lee
ca911499e9
Bug 749053 - FM radio support: AudioManager implementation. r=jlebar,mwu
2012-09-19 13:51:35 -04:00
Dave Hylands
69249d2466
Bug 782289 - Bah - Added in the second part of the patch. r=philikon
2012-09-06 13:51:15 -07:00
Dave Hylands
f6a0eddcac
Bug 782289 - Forward headphone status changed notification from gonk to chrome. r=philikon
...
The wrong patch was applied previously. This changeset rolls back the previous change and
applies the correct one.
2012-09-06 13:47:58 -07:00
Alexandre Lissy
0eb1a7cbfd
Bug 782289 - Headphones status notification. Part 1: Send observer notification. r=philikon
...
We send this notification each time status change. For now, only on/off, maybe
it might be a good thing to add microphone status too. We will observe
this notification in b2g's shell.js to generate a mozChromeEvent.
2012-08-13 16:57:51 +02:00
Ehsan Akhgari
243c878d26
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Steven Lee
c68d9fca05
Bug 779149 - [Dialer] Audio does not go through headset. r=mwu
2012-08-15 21:00:50 -04:00
Gervase Markham
eae6a044f6
Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0.
2012-07-20 10:10:44 +01:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Hsin-Yi Tsai
b456d66b56
Bug 746496 - B2G telephony: update the audio system for incoming calls and holding calls. r=philikon
2012-05-14 21:13:06 -07:00
Michael Wu
c96285e1ad
Bug 749080 - Make AudioManager.cpp build again, r=cjones
2012-04-30 14:10:48 -04:00
Steven Lee
b908f005f5
Bug 736939 - AudioManager implementation. r=cjones, a=b2g-only
2012-04-22 14:14:36 -04:00
Chris Jones
d4d8f6b525
Bug 739090: Dynamically call the right *ForceUse interface. r=mwu (npotb)
2012-03-26 17:39:33 -07:00
Michael Wu
5daed5eb86
Bug 737173, part 2: Port AudioManager and libsydneyaudio to the new import. r=cjones (npotb)
2012-03-25 02:11:05 -07:00
Kyle Machulis
f6a633c45e
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 2: Change mozilla::dom::telephony to mozilla::dom::gonk for dom/system/gonk objects; r=bent
2012-03-14 15:43:26 -07:00
Kyle Machulis
60225ac04d
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 1: Change dom/system/b2g to dom/system/gonk; r=philikon
2012-03-14 15:42:31 -07:00