Nvnflinger services: Difference between revisions
Line 50: | Line 50: | ||
== GetNativeHandle == | == GetNativeHandle == | ||
Takes an input s32 and u32, with the latter immediately following the previous word. Returns an output event handle. | Takes an input s32 (Binder ID?) and u32, with the latter immediately following the previous word. Returns an output event handle. | ||
== TransactParcelAuto == | == TransactParcelAuto == | ||
Takes a s32 (Binder ID?), an u32 ('''code'''), a type-0x21 input buffer ('''parcel_data'''), a type-0x22 output buffer ('''parcel_reply''') and an input u32 ('''flags'''). Each word is placed immediately after the previous word. | Takes a s32 (Binder ID?), an u32 ('''code'''), a type-0x21 input buffer ('''parcel_data'''), a type-0x22 output buffer ('''parcel_reply''') and an input u32 ('''flags'''). Each word is placed immediately after the previous word. |