Changes

Jump to navigation Jump to search
258 bytes added ,  22:51, 2 November 2017
no edit summary
Line 30: Line 30:     
== AdjustRefcount ==
 
== AdjustRefcount ==
Takes 3 input s32s, with each word immediately following the previous word. No additional output.
+
Takes 3 input s32s: {Binder ID?}, '''addval''', and '''type'''.  Each word immediately follows the previous word. No additional output.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Called by official function
 +
! addval
 +
! type
 +
|-
 +
| "android::BpBinder::onFirstRef" || 1 || 1
 +
|-
 +
| "android::BpBinder::onLastStrongRef" || -1 || 1
 +
|-
 +
| ? || 1 || 0
 +
|-
 +
| ? || -1 || 0
 +
|}
    
== GetNativeHandle ==
 
== GetNativeHandle ==

Navigation menu