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

  /frameworks/base/libs/binder/
Parcel.cpp 440 if (!mAllowFds) {
452 const bool origValue = mAllowFds;
454 mAllowFds = false;
461 mAllowFds = lastValue;
732 if (!mAllowFds || len <= IN_PLACE_BLOB_LIMIT) {
829 if (!mAllowFds) {
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 57 private boolean mAllowFds = true;
193 boolean orig = mAllowFds;
194 mAllowFds = allowFds;
    [all...]
  /frameworks/base/include/binder/
Parcel.h 232 bool mAllowFds;

Completed in 71 milliseconds