Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_hardware_interfaces
/
abefabdb2bc36a269cff0d2adc18cebafa3106f2
/
audio
/
2.0
/
default
25e11c3
Merge "Revert "audiohal: Add diagnostics to investigate HAL call crashes"" into oc-dev am: 5482fe026c
by Mikhail Naganov
· 8 years ago
5482fe0
Merge "Revert "audiohal: Add diagnostics to investigate HAL call crashes"" into oc-dev
by TreeHugger Robot
· 8 years ago
f811acf
Revert "audiohal: Add diagnostics to investigate HAL call crashes"
by Mikhail Naganov
· 8 years ago
96a3a19
audiohal: Prevent logspam when calling get_presentation_position
by Mikhail Naganov
· 8 years ago
45d4032
audio HAL: fix getParameters status check.
by Eric Laurent
· 8 years ago
a1d6ea4
Audio HAL: A speech volume outside of [0,1] is an error
by Kevin Rocard
· 8 years ago
4c03002
Audio HAL: A volume/gain outside of [0,1] is an error
by Kevin Rocard
· 8 years ago
195205b
Audio HAL VTS: Sanitize prepareFor{Writing,Reading} input size
by Kevin Rocard
· 8 years ago
c07df49
Audio HAL VTS: refactor prepareFor{Reading,Writing}
by Kevin Rocard
· 8 years ago
04364ed
Audio HAL VTS: Sanitize setMode input
by Kevin Rocard
· 8 years ago
fa3b4a9
Audio HAL VTS: differentiate getParam success/failure/not_implemented
by Kevin Rocard
· 8 years ago
72e50e2
Audio HAL VTS: Fix style on modified files
by Kevin Rocard
· 8 years ago
6c0f76a
audiohal: Add diagnostics to investigate HAL call crashes
by Mikhail Naganov
· 8 years ago
8604a73
audiohal: Fix incorrect parameter handling in IDevicesFactory::openDevice
by Mikhail Naganov
· 8 years ago
86685f5
Revert "audiohal: Get rid of multiple inheritance in IDevice implementation"
by Mikhail Naganov
· 8 years ago
e4228e7
audiohal: Get rid of multiple inheritance in IDevice implementation
by Mikhail Naganov
· 8 years ago
3e6fe75
audiohal: Fix handling of invalid arguments in 'debugDump' methods
by Mikhail Naganov
· 8 years ago
ab24ecd
audio hal: initialize audio patch handle
by Derek Chen
· 8 years ago
34b44cd
Audio primary hal: fix member function used before init
by Kevin Rocard
· 8 years ago
d7e8852
Merge changes from topic 'vts-audio-fix' into oc-dev
by TreeHugger Robot
· 8 years ago
a8a9cc6
audio hal: explicitly import headers
by Steven Moreland
· 8 years ago
3acaa66
soundtrigger: Use "default" instance name for HAL service
by Mikhail Naganov
· 8 years ago
4034306
Audio HAL: Destroy EventFlag on failed prepareTo{write,read}
by Kevin Rocard
· 8 years ago
b6498cb
Audio HAL: Check for buffer size overflow
by Kevin Rocard
· 8 years ago
67d5508
Audio HAL: Detect buffer memory allocation failure
by Kevin Rocard
· 8 years ago
936279e
audiohal: Fix UAF of HAL devices in Stream objects
by Mikhail Naganov
· 8 years ago
b0dd076
audiohal: Remove stale TODOs
by Mikhail Naganov
· 8 years ago
fd067c3
Fix segfault in Primary audio hal hidl wrapper getDevice
by Kevin Rocard
· 8 years ago
d0fbfd8
Merge "audio: fix IStream.createMmapBuffer()"
by Eric Laurent
· 8 years ago
a6f40c8
audio: fix IStream.createMmapBuffer()
by Eric Laurent
· 8 years ago
476930c
Revert "audiohal: Add diagnostic message to check the number of bytes written"
by Mikhail Naganov
· 8 years ago
8d391c8
audiohal: Add diagnostic message to check the number of bytes written
by Mikhail Naganov
· 8 years ago
213170b
Create Broadcast radio HAL 1.1; implement DigitalStatus enum.
by Tomasz Wasilczyk
· 8 years ago
7e73d5b
Remove viral dependency on libhwbinder. (2/2)
by Steven Moreland
· 8 years ago
f609010
BroadcastRadio HAL uses "default" service name
by Chris Phoenix
· 9 years ago
63a3bd1
Merge "audio_effect HAL uses "default" service name"
by TreeHugger Robot
· 8 years ago
549ca2b
audio_effect HAL uses "default" service name
by Chris Phoenix
· 9 years ago
55f7247
AudioDevices HAL uses "default" service name
by Yifan Hong
· 8 years ago
a0da1a1
Move hidl shims to the vendor partition. (2/2)
by Steven Moreland
· 8 years ago
b2e8954
Merge "audio: Remove timeout from waits on event flags in HAL driver threads"
by TreeHugger Robot
· 8 years ago
1de5e2b
Merge "audio: Check status of registerPassthroughServiceImplementation"
by Mikhail Naganov
· 8 years ago
e867456
audio: Remove timeout from waits on event flags in HAL driver threads
by Mikhail Naganov
· 8 years ago
3c25646
audio: Check status of registerPassthroughServiceImplementation
by Mikhail Naganov
· 8 years ago
a1db22a
audiohal: Pass thread identifiers to the client for priority adjustment
by Mikhail Naganov
· 8 years ago
9bb90a5
Merge "audiohal: Make closing of effects and streams fast"
by Mikhail Naganov
· 8 years ago
a7426f7
Merge "audiohal: Make sure audio data transfer related commands go via FMQ"
by Mikhail Naganov
· 8 years ago
a468fa8
audiohal: Make sure audio data transfer related commands go via FMQ
by Mikhail Naganov
· 8 years ago
b0abafb
audiohal: Make closing of effects and streams fast
by Mikhail Naganov
· 8 years ago
d63e790
Audio HAL default implementation: reduce logspam
by Mikhail Naganov
· 8 years ago
e5b2271
Merge "hidl_memory no longer owns passed-in handles."
by Martijn Coenen
· 9 years ago
6b05875
Merge "Use MQDescriptor typedefs for cleanup"
by TreeHugger Robot
· 9 years ago
790db10
Use MQDescriptor typedefs for cleanup
by Hridya Valsaraju
· 9 years ago
45d4d30
hidl_memory no longer owns passed-in handles.
by Martijn Coenen
· 9 years ago
f247b8d
audio: add support for stub HAL in HIDL mode
by Eric Laurent
· 9 years ago
ee901e3
audiohal: Fix incompatibility with legacy hal for writes
by Mikhail Naganov
· 9 years ago
b29438e
audiohal: Re-implement stream read and write using FMQ
by Mikhail Naganov
· 9 years ago
0282237
Remove obsolete references to IPCThreadState/ProcessState.
by Martijn Coenen
· 9 years ago
f6b8df2
Merge changes I64f56526,I65c5c7ba
by Eric Laurent
· 9 years ago
7deb7da
audio treble HAL: implement methods and structures for stream in MMAP mode
by Eric Laurent
· 9 years ago
685f0e3
Fix offload tracks playback
by Mikhail Naganov
· 9 years ago
0771ac1
Make audiohal service 'oneshot' to avoid double restart on crash
by Mikhail Naganov
· 9 years ago
13f43f4
audiohal: Do not log if EINVAL is received from get_presentation_position
by Mikhail Naganov
· 9 years ago
7bdce32
Merge "Update to use the correct logging library."
by Yifan Hong
· 9 years ago
f9d3034
Update to use the correct logging library.
by Yifan Hong
· 9 years ago
a9a58c1
Merge "Audio HAL: fixes for issues discovered after client conversion"
by Mikhail Naganov
· 9 years ago
6e81e9b
Audio HAL: fixes for issues discovered after client conversion
by Mikhail Naganov
· 9 years ago
d6e4f03
Remove HIDL_GENERATED from things written by hand.
by Steven Moreland
· 9 years ago
70b9a15
Use newly introduced hidl_handle.
by Martijn Coenen
· 9 years ago
a174588
Revert "Revert "Initial implementation of broadcast radio HAL.""
by Eric Laurent
· 9 years ago
d82c3be
Merge "Revert "Initial implementation of broadcast radio HAL.""
by Eric Laurent
· 9 years ago
2c2df01
Revert "Initial implementation of broadcast radio HAL."
by Eric Laurent
· 9 years ago
4433847
Merge "Initial implementation of broadcast radio HAL."
by TreeHugger Robot
· 9 years ago
a33b341
Initial implementation of broadcast radio HAL.
by Eric Laurent
· 9 years ago
6b920e4
Split libhidl into base and transport.
by Yifan Hong
· 9 years ago
1054829
Implement audio devices and streams HAL delegating to legacy HAL
by Mikhail Naganov
· 9 years ago
0dc44bd
Remove unecessary include that no longer exists
by Colin Cross
· 9 years ago
27ef4d8
audio: add audio HAL service and sound trigger HAL implementation
by Eric Laurent
· 9 years ago