Nvnflinger services: Difference between revisions
No edit summary  | 
				No edit summary  | 
				||
| Line 30: | Line 30: | ||
== AdjustRefcount ==  | == AdjustRefcount ==  | ||
Takes 3 input s32s,   | 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 ==  | ||