OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:writeDoubleVector
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/os/
HwParcel.java
65
private native final void
writeDoubleVector
(double[] val);
128
public final void
writeDoubleVector
(ArrayList<Double> val) {
135
writeDoubleVector
(array);
/frameworks/native/libs/binder/
Parcel.cpp
883
status_t Parcel::
writeDoubleVector
(const std::vector<double>& val)
888
status_t Parcel::
writeDoubleVector
(const std::unique_ptr<std::vector<double>>& val)
[
all
...]
Completed in 87 milliseconds