replicant-frameworks_native/libs
Eric Laurent dae20d9b7f Fix problem in AudioFlinger closeOutput and closeInput.
There was no garanty that the corresponding thread destructor had been already called when exiting the closeOutput() or closeInput() functions.
This contructor could be called by the thread after the exit condition is signalled. By way of consequence, closeOutputStream() could be called after
we exited closeOutput() function.

To solve the problem, the call to closeOutputStream() or closeInputStream() is moved to closeOutput() or closeInput().
2009-08-07 10:19:09 -07:00
..
audioflinger Fix problem in AudioFlinger closeOutput and closeInput. 2009-08-07 10:19:09 -07:00
binder
surfaceflinger added two EGL helpers for selecting a config matching a certain pixelformat or native window type 2009-08-06 16:05:39 -07:00
ui Merge change 20365 2009-08-06 17:15:11 -07:00
utils