Parcel parcel; spbinder; parcel->readStrongBinder(&binder);
IBinder* binder = parcel.readStrongBinder().get();In this example, readStrongBinder method is called on the parcel and the result is stored in a pointer to IBinder. Package Library: The package library containing the implementation of the Parcel class in C++ is android.os.