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

  /frameworks/native/include/binder/
Parcel.h 141 status_t writeCharVector(const std::unique_ptr<std::vector<char16_t>>& val);
142 status_t writeCharVector(const std::vector<char16_t>& val);
  /frameworks/native/libs/binder/
Parcel.cpp 921 status_t Parcel::writeCharVector(const std::vector<char16_t>& val)
926 status_t Parcel::writeCharVector(const std::unique_ptr<std::vector<char16_t>>& val)
    [all...]

Completed in 395 milliseconds