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::__anon1508
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h35 VAL_INTARRAY = 18, enumerator in enum:android::binder::__anon1579
/frameworks/native/libs/binder/
H A DValue.cpp218 if (t_info == internal_type_ptr<vector<int32_t>>()) return VAL_INTARRAY;
341 HANDLE_WRITE_TYPE(vector<int32_t>, VAL_INTARRAY, writeInt32Vector)
399 HANDLE_READ_TYPE(vector<int32_t>, VAL_INTARRAY, readInt32Vector)
H A DPersistableBundle.cpp357 RETURN_IF_FAILED(parcel->writeInt32(VAL_INTARRAY));
445 case VAL_INTARRAY: {
/frameworks/base/core/java/android/os/
H A DParcel.java244 private static final int VAL_INTARRAY = 18; field in class:Parcel
1627 writeInt(VAL_INTARRAY);
2701 case VAL_INTARRAY:

Completed in 71 milliseconds