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

/frameworks/native/include/private/binder/
H A DParcelValTypes.h24 VAL_INTEGER = 1, enumerator in enum:android::binder::__anon1605
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h24 VAL_INTEGER = 1, enumerator in enum:android::binder::__anon1655
/frameworks/native/libs/binder/
H A DValue.cpp209 if (t_info == internal_type_ptr<int32_t>()) return VAL_INTEGER;
331 HANDLE_WRITE_TYPE(int32_t, VAL_INTEGER, writeInt32)
390 HANDLE_READ_TYPE(int32_t, VAL_INTEGER, readInt32)
H A DPersistableBundle.cpp331 RETURN_IF_FAILED(parcel->writeInt32(VAL_INTEGER));
424 case VAL_INTEGER: {
/frameworks/base/core/java/android/os/
H A DParcel.java218 private static final int VAL_INTEGER = 1; field in class:Parcel
1619 writeInt(VAL_INTEGER);
2668 case VAL_INTEGER:

Completed in 78 milliseconds