OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readInt64Vector
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/binder/
PersistableBundle.cpp
406
RETURN_IF_FAILED(parcel->
readInt64Vector
(&mLongVectorMap[key]));
Parcel.cpp
[
all
...]
/frameworks/native/include/binder/
Parcel.h
280
status_t
readInt64Vector
(std::unique_ptr<std::vector<int64_t>>* val) const;
281
status_t
readInt64Vector
(std::vector<int64_t>* val) const;
Completed in 1231 milliseconds