OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeStrongBinderVector
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/binder/
Parcel.h
150
status_t
writeStrongBinderVector
(const std::unique_ptr<std::vector<sp<IBinder>>>& val);
151
status_t
writeStrongBinderVector
(const std::vector<sp<IBinder>>& val);
/frameworks/native/libs/binder/
Parcel.cpp
1104
status_t Parcel::
writeStrongBinderVector
(const std::vector<sp<IBinder>>& val)
1109
status_t Parcel::
writeStrongBinderVector
(const std::unique_ptr<std::vector<sp<IBinder>>>& val)
[
all
...]
Completed in 834 milliseconds