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

  /frameworks/base/core/java/android/os/
HwParcel.java 123 private native final void writeBoolVector(boolean[] val);
167 public final void writeBoolVector(ArrayList<Boolean> val) {
174 writeBoolVector(array);
  /frameworks/native/libs/binder/
Parcel.cpp 894 status_t Parcel::writeBoolVector(const std::vector<bool>& val)
899 status_t Parcel::writeBoolVector(const std::unique_ptr<std::vector<bool>>& val)
    [all...]

Completed in 232 milliseconds