summaryrefslogtreecommitdiff
path: root/include/binder
AgeCommit message (Expand)Author
2011-07-08Eliminate single-process mode. Jeff Brown
2011-06-27PermissionCache caches permission checks Mathias Agopian
2011-06-27MemoryHeapBase: Save and binderize the offset Anu Sundararajan
2011-04-13Parcel::appendFrom({const } Parcel *parcel, size_t, size_t) Andreas Huber
2011-02-28Binder linkage no longer depends on JNI objrefs as persistent tokens Christopher Tate
2011-02-25Revert "Binder linkage no longer depends on JNI objrefs as persistent tokens" Christopher Tate
2011-02-24Binder linkage no longer depends on JNI objrefs as persistent tokens Christopher Tate
2010-12-21resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9 Vasu Nori
2010-12-20Revert "bug:2448371 cursorwindow size moved to resource xml file." Vasu Nori
2010-12-20bug:2448371 cursorwindow size moved to resource xml file. Vasu Nori
2010-12-14Framework-side support for Dalvik "isSensitiveThread" hook. Brad Fitzpatrick
2010-08-31am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Bin... Brad Fitzpatrick
2010-08-31Don't propagate StrictMode over one-way Binder calls. Brad Fitzpatrick
2010-07-27am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookup... Brad Fitzpatrick
2010-07-27Replace several IPCThreadState::get() lookups with one. Brad Fitzpatrick
2010-07-15am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & Block... Brad Fitzpatrick
2010-07-15More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. Brad Fitzpatrick
2010-07-14am c74034b6: am 24651682: added BinderService<> template to help creating nat... Mathias Agopian
2010-07-14added BinderService<> template to help creating native binder services Mathias Agopian
2010-07-13am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNo... Brad Fitzpatrick
2010-07-13Add Parcel::readExceptionCode() and Parcel::writeNoException() Brad Fitzpatrick
2010-06-23am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode p... Brad Fitzpatrick
2010-06-21Start of work on passing around StrictMode policy over Binder calls. Brad Fitzpatrick
2010-06-02add API to Cursor to get column value type Vasu Nori
2010-05-28Move CursorWindow class from core/jni to libbinder Mike Lockwood
2010-05-06am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo Dan Egnor
2010-05-06Make static versions of libutils and libbinder. Dan Egnor
2010-04-21merge from open-source master The Android Open Source Project
2010-04-20Allow META* macros outside of the framework Michael Richardson
2010-04-19fix [2599939] "cannot play video" after open/close a video player a dozen of ... Mathias Agopian
2010-02-21remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). Mathias Agopian
2010-01-29Simplify the MemoryDealer implementation Mathias Agopian
2009-12-07Propagate background scheduling class across processes. Dianne Hackborn
2009-10-30libbinder: add a NO_CACHING flag to MemoryHeapBase Iliyan Malchev
2009-08-20Add offset handling in MemoryHeapBase class Benny Wong
2009-08-17Support for marshalling pointers / intptr_t in Parcel. Andreas Huber
2009-07-16Make MemoryDealer's destructor protected instead of public. Andreas Huber
2009-06-15new Permission class used to improve permission checks speed (by caching resu... Mathias Agopian
2009-05-27Merge commit 'goog/master' into merge_master Mathias Agopian
2009-05-26some work to try to reduce the code size of some native libraries Mathias Agopian
2009-05-22merge master to master_gl Mathias Agopian
2009-05-21change 2115 wasn't merged properly into master. this fixes that. Mathias Agopian
2009-05-20move libbinder's header files under includes/binder Mathias Agopian