Searched refs:VAL_DOUBLEARRAY (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/private/binder/
H A DParcelValTypes.h41 VAL_DOUBLEARRAY = 28, enumerator in enum:android::binder::__anon1605
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h41 VAL_DOUBLEARRAY = 28, enumerator in enum:android::binder::__anon1655
/frameworks/native/libs/binder/
H A DValue.cpp218 if (t_info == internal_type_ptr<vector<double>>()) return VAL_DOUBLEARRAY;
341 HANDLE_WRITE_TYPE(vector<double>, VAL_DOUBLEARRAY, writeDoubleVector)
399 HANDLE_READ_TYPE(vector<double>, VAL_DOUBLEARRAY, readDoubleVector)
H A DPersistableBundle.cpp366 RETURN_IF_FAILED(parcel->writeInt32(VAL_DOUBLEARRAY));
460 case VAL_DOUBLEARRAY: {
/frameworks/base/core/java/android/os/
H A DParcel.java245 private static final int VAL_DOUBLEARRAY = 28; field in class:Parcel
1697 writeInt(VAL_DOUBLEARRAY);
2749 case VAL_DOUBLEARRAY:

Completed in 764 milliseconds