i am having issue with binder and parcel multiple arguments. i am using linux android ndk 21d latest. coding in c++ function i am using with transaction code have this sign in java int somefunction(byte[] input,byte[] reply,int method) { v0_1 = this.process(input); if(v0_1 != null) { if(v0_1.length == 1 && v0_1[0] == v4) { goto ..
Recent Comments