Home
last modified time | relevance | path

Searched defs:hasBinders (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DBundle.java409 public @HasBinderStatus int hasBinders() { in hasBinders() method in Bundle
DParcel.java1010 public boolean hasBinders() { in hasBinders() method in Parcel
1027 public boolean hasBinders(int offset, int length) { in hasBinders() method in Parcel
/frameworks/native/libs/binder/
DParcel.cpp744 status_t Parcel::hasBinders(bool* result) const { in hasBinders() function in android::Parcel