<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_frameworks_wilhelm/src/ThreadPool.h, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_wilhelm/'/>
<entry>
<title>Fix build errors and warnings on native</title>
<updated>2011-10-13T14:22:33+00:00</updated>
<author>
<name>Glenn Kasten</name>
<email>gkasten@google.com</email>
</author>
<published>2011-09-23T14:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_wilhelm/commit/?id=7da229586b6c8893a1731bfe3eae7996e2ccffc6'/>
<id>7da229586b6c8893a1731bfe3eae7996e2ccffc6</id>
<content type='text'>
android_audioPlayer_metadata_* APIs don't exist on non-Android.
handlers.c needs a definition for NULL.
handler_AudioPlayer_gain isn't present on non-Android.
Fix typo in declaration of ThreadPool_add.
Fix warning: unused variable len.

Change-Id: Ia7d516c2cf3a51f5a657a3aad76188041dcc6620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
android_audioPlayer_metadata_* APIs don't exist on non-Android.
handlers.c needs a definition for NULL.
handler_AudioPlayer_gain isn't present on non-Android.
Fix typo in declaration of ThreadPool_add.
Fix warning: unused variable len.

Change-Id: Ia7d516c2cf3a51f5a657a3aad76188041dcc6620
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 5105712 synchronous callbacks</title>
<updated>2011-08-24T18:36:28+00:00</updated>
<author>
<name>Glenn Kasten</name>
<email>gkasten@google.com</email>
</author>
<published>2011-08-02T14:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_wilhelm/commit/?id=dd177e2d3923d4653eaa4226f07b89a999907970'/>
<id>dd177e2d3923d4653eaa4226f07b89a999907970</id>
<content type='text'>
After GetPosition is made synchronous, it is safer to make client
callbacks synchronous also.

Change-Id: I2688f709ed672aaa62d046d5f95db1b81504c9e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After GetPosition is made synchronous, it is safer to make client
callbacks synchronous also.

Change-Id: I2688f709ed672aaa62d046d5f95db1b81504c9e3
</pre>
</div>
</content>
</entry>
<entry>
<title>Async callback queue updates, applied to XAStreamInformationItf</title>
<updated>2011-07-12T21:40:12+00:00</updated>
<author>
<name>Jean-Michel Trivi</name>
<email>jmtrivi@google.com</email>
</author>
<published>2011-07-12T21:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_wilhelm/commit/?id=85133c817f6f387cd7d072988a8818f18bb53702'/>
<id>85133c817f6f387cd7d072988a8818f18bb53702</id>
<content type='text'>
Updated the asynchronous callback queue system to support 'piipp'
 callback signatures.

Applied this update to make the StreamInformation property change
 event notification asynchronous.

Made the XA_PLAYEVENT_HEADATEND also use the callback queue.

Change-Id: I6fd8dee5eefa1d09006661f69de302a8b7fff0f5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated the asynchronous callback queue system to support 'piipp'
 callback signatures.

Applied this update to make the StreamInformation property change
 event notification asynchronous.

Made the XA_PLAYEVENT_HEADATEND also use the callback queue.

Change-Id: I6fd8dee5eefa1d09006661f69de302a8b7fff0f5
</pre>
</div>
</content>
</entry>
<entry>
<title>ThreadPool callbacks provide more parameters</title>
<updated>2011-07-11T17:17:15+00:00</updated>
<author>
<name>Glenn Kasten</name>
<email>gkasten@google.com</email>
</author>
<published>2011-07-10T17:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_wilhelm/commit/?id=cf3a6383a9bc9a94ca5b424ea97313293ee0dcb0'/>
<id>cf3a6383a9bc9a94ca5b424ea97313293ee0dcb0</id>
<content type='text'>
Now allows up to two void * and two int parameters.

This will be needed by deferred application-level callbacks

Change-Id: Ie388169439b2e3ab95d053007bcdc674b875fa67
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now allows up to two void * and two int parameters.

This will be needed by deferred application-level callbacks

Change-Id: Ie388169439b2e3ab95d053007bcdc674b875fa67
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable ThreadPool for Android</title>
<updated>2011-07-10T18:01:59+00:00</updated>
<author>
<name>Glenn Kasten</name>
<email>gkasten@google.com</email>
</author>
<published>2011-07-10T18:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_wilhelm/commit/?id=4c7bd0776ee7fd256b12bc1b0c4d6704153f5677'/>
<id>4c7bd0776ee7fd256b12bc1b0c4d6704153f5677</id>
<content type='text'>
Change-Id: I7a836dbbd671ecd8ce363c48940b84a0a6c18dca
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7a836dbbd671ecd8ce363c48940b84a0a6c18dca
</pre>
</div>
</content>
</entry>
<entry>
<title>Directory re-organization</title>
<updated>2011-01-12T17:25:01+00:00</updated>
<author>
<name>Glenn Kasten</name>
<email>gkasten@google.com</email>
</author>
<published>2011-01-12T15:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_frameworks_wilhelm/commit/?id=262059f71a68edc5e510427c63f5f1623d3672a8'/>
<id>262059f71a68edc5e510427c63f5f1623d3672a8</id>
<content type='text'>
Change-Id: I8e3f12a22e765d36ddefd87edf204735b25474f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8e3f12a22e765d36ddefd87edf204735b25474f6
</pre>
</div>
</content>
</entry>
</feed>
