Home
last modified time | relevance | path

Searched refs:readBinder (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dparcel.cpp265 sp<IBinder> readBinder = nullptr; in AParcel_readStrongBinder() local
266 status_t status = parcel->get()->readNullableStrongBinder(&readBinder); in AParcel_readStrongBinder()
270 sp<AIBinder> ret = ABpBinder::lookupOrCreateFromBinder(readBinder); in AParcel_readStrongBinder()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_parcel_utils.h300 AIBinder* readBinder;
301 binder_status_t status = AParcel_readStrongBinder(parcel, &readBinder);
303 binder->set(readBinder);
325 AIBinder* readBinder;
326 binder_status_t ret = AParcel_readStrongBinder(parcel, &readBinder);
328 if (readBinder == nullptr) {
332 binder->set(readBinder);