diff options
Diffstat (limited to 'include/binder/IBinder.h')
-rw-r--r-- | include/binder/IBinder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/binder/IBinder.h b/include/binder/IBinder.h index 81b56c2..8b84951 100644 --- a/include/binder/IBinder.h +++ b/include/binder/IBinder.h @@ -51,6 +51,7 @@ public: PING_TRANSACTION = B_PACK_CHARS('_','P','N','G'), DUMP_TRANSACTION = B_PACK_CHARS('_','D','M','P'), INTERFACE_TRANSACTION = B_PACK_CHARS('_', 'N', 'T', 'F'), + SYSPROPS_TRANSACTION = B_PACK_CHARS('_', 'S', 'P', 'R'), // Corresponds to TF_ONE_WAY -- an asynchronous call. FLAG_ONEWAY = 0x00000001 |