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::__anon1508
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h24 VAL_INTEGER = 1, enumerator in enum:android::binder::__anon1579
/frameworks/native/libs/binder/
H A DValue.cpp211 if (t_info == internal_type_ptr<int32_t>()) return VAL_INTEGER;
333 HANDLE_WRITE_TYPE(int32_t, VAL_INTEGER, writeInt32)
392 HANDLE_READ_TYPE(int32_t, VAL_INTEGER, readInt32)
H A DPersistableBundle.cpp332 RETURN_IF_FAILED(parcel->writeInt32(VAL_INTEGER));
425 case VAL_INTEGER: {
/frameworks/base/core/java/android/os/
H A DParcel.java227 private static final int VAL_INTEGER = 1; field in class:Parcel
1564 writeInt(VAL_INTEGER);
2653 case VAL_INTEGER:

Completed in 16 milliseconds