Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
284841d9e38958afca6f95f5bdbcdfb960a4dfa7
/
media
/
libaaudio
/
src
f4f8142
RESTRICT AUTOMERGE: aaudio: Fix converting negative FIFO counters to index
by Phil Burk
· 8 years ago
2b6f128
aaudio: fix reset of frame counters on stop, flush
by Phil Burk
· 8 years ago
51f0717
aaudio: use fmin and fmax to block Nan
by Phil Burk
· 8 years ago
f7da0b9
aaudio: fix FIFO wrapround frame counts
by Phil Burk
· 8 years ago
bbd5286
aaudio: teardown stream based on a port handle
by Phil Burk
· 8 years ago
55e5eab
aaudio: cleanup logs and add counters to dumpsys
by Phil Burk
· 8 years ago
3d786cb
aaudio: convert I16 input to float
by Phil Burk
· 8 years ago
c095964
aaudio: fix uninitialized var in getBestTimestamp
by Phil Burk
· 8 years ago
19e990e
aaudio: improve logging to help debugging
by Phil Burk
· 8 years ago
7f68013
audio: check for negative sizes in conversion
by Phil Burk
· 8 years ago
a5891f4
aaudio: call validate() from readFromParcel()
by Phil Burk
· 8 years ago
b62c79b
Merge "aaudio: convert mono output to stereo"
by TreeHugger Robot
· 9 years ago
41f19d8
aaudio: convert mono output to stereo
by Phil Burk
· 9 years ago
02fec70
aaudio: set ramp frames based on sample rate
by Phil Burk
· 9 years ago
ed81601
aaudio: fix routing for FAST track
by Phil Burk
· 9 years ago
67fdd89
aaudio: fix sessionId conversion
by Phil Burk
· 9 years ago
5cc83c3
aaudio: fix some state transitions
by Phil Burk
· 9 years ago
6a784e7
Merge changes from topic "audio-hal-v4-tmp"
by Kevin Rocard
· 9 years ago
7a4b8ab
Merge "aaudio: use AAUDIO_INPUT_PRESET_VOICE_RECOGNITION"
by Phil Burk
· 9 years ago
eaef9b9
aaudio: use AAUDIO_INPUT_PRESET_VOICE_RECOGNITION
by Phil Burk
· 9 years ago
da60340
Merge "aaudio: fix race condition in requestStart()"
by TreeHugger Robot
· 9 years ago
6d7582e
Audio V4: Use the framework audio.h instead of the HAL's
by Kevin Rocard
· 9 years ago
4e1af9f
aaudio: implement sessionId for effects
by Phil Burk
· 9 years ago
9e9a95b
aaudio: fix race condition in requestStart()
by Phil Burk
· 9 years ago
3cf4c18
Merge "aaudio: fix USAGE, INPUT_PRESET and CONTENT_TYPE"
by TreeHugger Robot
· 9 years ago
a62fb95
aaudio: fix USAGE, INPUT_PRESET and CONTENT_TYPE
by Phil Burk
· 9 years ago
5597889
aaudio: name threads for easier debugging
by Phil Burk
· 9 years ago
d4ccc62
aaudio: implement new USAGE, CONTENT_TYPE and INPUT_PRESET
by Phil Burk
· 9 years ago
e2039fd
Merge "aaudio: fix warning for use after free"
by Phil Burk
· 9 years ago
40cbbae
aaudio: fix warning for use after free
by Phil Burk
· 9 years ago
8232673
Merge "Use %d for int32_t" am: 240201e27b am: 63c04ff2b7 am: 6428a76641
by Yi Kong
· 9 years ago
6428a76
Merge "Use %d for int32_t" am: 240201e27b am: 63c04ff2b7
by Yi Kong
· 9 years ago
0f414de
Use %d for int32_t
by Yi Kong
· 9 years ago
0b02f68
Merge "aaudio: prevent stop/close from a callback"
by TreeHugger Robot
· 9 years ago
134f197
aaudio: prevent stop/close from a callback
by Phil Burk
· 9 years ago
ee99539
aaudio: honor requested device in Legacy mode
by Phil Burk
· 9 years ago
bba0900
aaudio: optimize float to int conversion
by Phil Burk
· 9 years ago
693cb2b
Merge "aaudio: use xruns detected in the service"
by Phil Burk
· 9 years ago
2329638
aaudio: use xruns detected in the service
by Phil Burk
· 9 years ago
afd5242
Merge "aaudio: clip bufferSize at top of MMAP code"
by TreeHugger Robot
· 9 years ago
6479d50
aaudio: clip bufferSize at top of MMAP code
by Phil Burk
· 9 years ago
9eba210
aaudio: fix ramp for volume smoothing
by Phil Burk
· 9 years ago
4593b04
Merge commit '79edadcea74151b573d5b973d5a421baee693ec1' from
by Xin Li
· 9 years ago
6392485
Merge "aaudio: fix loss of sync with HW FIFO index" into oc-mr1-dev
by Phil Burk
· 9 years ago
999e110
aaudio: fix loss of sync with HW FIFO index
by Phil Burk
· 9 years ago
a75fdf5
Merge "aaudio: cleanup logs and comments"
by TreeHugger Robot
· 9 years ago
fbf031e
aaudio: cleanup logs and comments
by Phil Burk
· 9 years ago
73af62a
aaudio: fix loss of sync with HW FIFO index
by Phil Burk
· 9 years ago
29ca1b3
Convert libaaudio to Android.bp
by Dan Willemsen
· 9 years ago
0230b1a
Convert libaaudio to Android.bp
by Dan Willemsen
· 9 years ago
b44c69e
Convert libaaudio to Android.bp
by Dan Willemsen
· 9 years ago
02cc0ec
resolve merge conflicts of 58fc59b91c to oc-mr1-dev-plus-aosp
by Elliott Hughes
· 9 years ago
5fa7dcf
Merge "Add missing includes." am: fe4ab105da
by Dan Albert
· 9 years ago
cb2e7fb
Add missing includes.
by Dan Albert
· 9 years ago
36967fb
Add missing includes.
by Dan Albert
· 9 years ago
e474bc1
aaudio: keep track of streams using strong pointers am: 523b3047af
by Phil Burk
· 9 years ago
523b304
aaudio: keep track of streams using strong pointers
by Phil Burk
· 9 years ago
5e44deb
Merge "aaudio: cleaned up PlayerBase implementation" into oc-mr1-dev am: a39b3ba3ad
by Phil Burk
· 9 years ago
8a8a9e5
aaudio: cleaned up PlayerBase implementation
by Phil Burk
· 9 years ago
71ce897
Merge "aaudio: prevent noise upon disconnect" into oc-mr1-dev am: aa488ac2ca
by Phil Burk
· 9 years ago
2d5ba53
aaudio: prevent noise upon disconnect
by Phil Burk
· 9 years ago
c3efae1
aaudio: fix return code from getTimestamp() am: c75d97f208 am: 331aa6d5c9
by Phil Burk
· 9 years ago
8ec8c38
Merge "aaudio: fix problems with PlayerBase and ref counting" into oc-mr1-dev am: e0de1cdc1e
by Phil Burk
· 9 years ago
c75d97f
aaudio: fix return code from getTimestamp()
by Phil Burk
· 9 years ago
965650e
aaudio: fix problems with PlayerBase and ref counting
by Phil Burk
· 9 years ago
b8ba103
Merge changes from topic "aaudio_timestamps" into oc-mr1-dev am: cc84034676
by Phil Burk
· 9 years ago
bcc3674
aaudio: fix timestamps and underruns
by Phil Burk
· 9 years ago
7328a80
aaudio: prevent retrograde motion in Legacy timestamps
by Phil Burk
· 9 years ago
0b8529f
Merge "Generate the IPlayer interface with AIDL."
by Ivan Lozano
· 9 years ago
8cf3a07
Generate the IPlayer interface with AIDL.
by Ivan Lozano
· 9 years ago
77964b9
Merge "aaudio: fix hang in client when audioserver dies" into oc-mr1-dev am: 35fcdb6a65
by Phil Burk
· 9 years ago
2bc7c18
aaudio: fix hang in client when audioserver dies
by Phil Burk
· 9 years ago
963a754
Merge "aaudio: fix returned performanceMode for Legacy" into oc-mr1-dev am: c35e23e508
by Phil Burk
· 9 years ago
09c27ca
aaudio: fix returned performanceMode for Legacy
by Phil Burk
· 9 years ago
39f02dd
aaudio: fix EXCLUSIVE mode interfering with SHARED
by Phil Burk
· 9 years ago
15f7cab
aaudio: fix EXCLUSIVE mode interfering with SHARED
by Phil Burk
· 9 years ago
703ddd9
Merge "aaudio: prevent memory leak from double configure" into oc-mr1-dev am: 8a37a466dc
by Phil Burk
· 9 years ago
99306c8
aaudio: prevent memory leak from double configure
by Phil Burk
· 9 years ago
3e1842c
Merge "aaudio: deleted FifoBuffers to fix memory leak" into oc-mr1-dev am: 39ebbc5925
by Phil Burk
· 9 years ago
39ebbc5
Merge "aaudio: deleted FifoBuffers to fix memory leak" into oc-mr1-dev
by Phil Burk
· 9 years ago
3173b6f
aaudio: fix ownership problems with file descriptors am: 37417526c9
by Phil Burk
· 9 years ago
3741752
aaudio: fix ownership problems with file descriptors
by Phil Burk
· 9 years ago
1389cc4
Merge "aaudio: fix ownership problems with file descriptors" into oc-mr1-dev am: c9f2e060b0
by Phil Burk
· 9 years ago
e32eb6d
Merge "Generate IAudioRecord with AIDL."
by Ivan Lozano
· 9 years ago
4a8d260
aaudio: deleted FifoBuffers to fix memory leak
by Phil Burk
· 9 years ago
e72481c
aaudio: fix ownership problems with file descriptors
by Phil Burk
· 9 years ago
ff6900d
Generate IAudioRecord with AIDL.
by Ivan Lozano
· 9 years ago
d2d6f84
Merge "Fix double fd close in SharedMemoryParcelable." into oc-dr1-dev
by Ruben Brunk
· 9 years ago
c936d84
Merge "Fix double fd close in SharedMemoryParcelable." into oc-dr1-dev
by Ruben Brunk
· 9 years ago
1d665bc
Fix double fd close in SharedMemoryParcelable.
by Ruben Brunk
· 9 years ago
249617e
Merge "aaudio: stop buzzing when MMAP stream disconnected" into oc-mr1-dev
by TreeHugger Robot
· 9 years ago
d75cc63
Merge "aaudio: restore _get and _setSamplesPerFrame()" into oc-mr1-dev
by TreeHugger Robot
· 9 years ago
ea04d97
aaudio: stop buzzing when MMAP stream disconnected
by Phil Burk
· 9 years ago
e74240d
aaudio: restore _get and _setSamplesPerFrame()
by Phil Burk
· 9 years ago
a5222e2
aaudio: improve error logging
by Phil Burk
· 9 years ago
909f4a6
Merge "aaudio: legacy reports EXCLUSIVE when not" into oc-mr1-dev
by Phil Burk
· 9 years ago
0befec6
aaudio: update state for legacy mode
by Phil Burk
· 9 years ago
efa5600
aaudio: legacy reports EXCLUSIVE when not
by Phil Burk
· 9 years ago
97350f9
aaudio: improve accuracy of timestamps
by Phil Burk
· 9 years ago
f17f490
Merge "aaudio: reduce glitching by improving sleep timing" into oc-dr1-dev
by Phil Burk
· 9 years ago
Next »