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

  /frameworks/base/core/java/android/os/
HwParcel.java 386 public final ArrayList<Boolean> readBoolVector() {
  /frameworks/native/libs/binder/
Value.cpp 397 HANDLE_READ_TYPE(vector<bool>, VAL_BOOLEANARRAY, readBoolVector)
PersistableBundle.cpp 454 RETURN_IF_FAILED(parcel->readBoolVector(&mBoolVectorMap[key]));
Parcel.cpp     [all...]
  /frameworks/native/libs/binder/include/binder/
Parcel.h 316 status_t readBoolVector(std::unique_ptr<std::vector<bool>>* val) const;
317 status_t readBoolVector(std::vector<bool>* val) const;
    [all...]

Completed in 106 milliseconds