HomeSort by relevance Sort by last modified time
    Searched defs:readNullableStrongBinder (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/binder/include/binder/
Parcel.h 279 status_t readNullableStrongBinder(sp<IBinder>* val) const;
299 status_t readNullableStrongBinder(sp<T>* val) const;
689 status_t Parcel::readNullableStrongBinder(sp<T>* val) const {
691 status_t ret = readNullableStrongBinder(&tmp);
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 1098 return readNullableTypedVector(val, &Parcel::readNullableStrongBinder);
    [all...]
  /system/libhwbinder/
Parcel.cpp     [all...]

Completed in 174 milliseconds