summaryrefslogtreecommitdiff
path: root/rsSignal.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-201-2/+2
| | | | Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
* Remove barriers to using NDK v8 includes.Stephen Hines2013-08-151-0/+1
| | | | | | | | | Bug: 10315692 Removed CLOCK_BOOTTIME, added some additional guards around cutils includes, and explicitly included errno.h when we use ETIMEDOUT. Change-Id: I0a764beea2f8ff7387a9afe985f00b5f03c68725
* Add x86 server support.Tim Murray2013-03-191-0/+2
| | | | Change-Id: I674acaf15b67afa48bc736f72942a11e2e38e940
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-8/+8
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* Fix the RS frame timeout.Jason Sams2011-08-121-6/+23
| | | | | | | | Previous a slow app would block from receiving new commands until the timer expired. This change will expire the timer immediatly. Change-Id: I42b949d21f98ee0f1d3156763cd723c3e9cabb67
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-10/+5
| | | | | | across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
* Seperate out Mutex and Signal code into reusable classes.Jason Sams2010-03-261-0/+98
Change-Id: I381d09d89b567d433a10a91e0d7e59c24d3444d8