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

/frameworks/native/include/private/binder/
H A DParcelValTypes.h35 VAL_INTARRAY = 18, enumerator in enum:android::binder::__anon1605
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h35 VAL_INTARRAY = 18, enumerator in enum:android::binder::__anon1655
/frameworks/native/libs/binder/
H A DValue.cpp216 if (t_info == internal_type_ptr<vector<int32_t>>()) return VAL_INTARRAY;
339 HANDLE_WRITE_TYPE(vector<int32_t>, VAL_INTARRAY, writeInt32Vector)
397 HANDLE_READ_TYPE(vector<int32_t>, VAL_INTARRAY, readInt32Vector)
H A DPersistableBundle.cpp356 RETURN_IF_FAILED(parcel->writeInt32(VAL_INTARRAY));
444 case VAL_INTARRAY: {
/frameworks/base/core/java/android/os/
H A DParcel.java235 private static final int VAL_INTARRAY = 18; field in class:Parcel
1682 writeInt(VAL_INTARRAY);
2716 case VAL_INTARRAY:

Completed in 96 milliseconds