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

  /frameworks/native/libs/binder/
Parcel.cpp 554 if (!mAllowFds) {
574 return mAllowFds;
579 const bool origValue = mAllowFds;
581 mAllowFds = false;
588 mAllowFds = lastValue;
    [all...]
  /system/libhwbinder/include/hwbinder/
Parcel.h 306 bool mAllowFds;
  /system/libhwbinder/
Parcel.cpp 754 if (!mAllowFds) {
    [all...]
  /frameworks/native/libs/binder/include/binder/
Parcel.h 471 bool mAllowFds;
    [all...]

Completed in 501 milliseconds