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

/frameworks/native/include/private/binder/
H A DParcelValTypes.h29 VAL_LONG = 6, enumerator in enum:android::binder::__anon1508
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h29 VAL_LONG = 6, enumerator in enum:android::binder::__anon1579
/frameworks/native/libs/binder/
H A DValue.cpp212 if (t_info == internal_type_ptr<int64_t>()) return VAL_LONG;
334 HANDLE_WRITE_TYPE(int64_t, VAL_LONG, writeInt64)
393 HANDLE_READ_TYPE(int64_t, VAL_LONG, readInt64)
H A DPersistableBundle.cpp337 RETURN_IF_FAILED(parcel->writeInt32(VAL_LONG));
429 case VAL_LONG: {
/frameworks/base/core/java/android/os/
H A DParcel.java232 private static final int VAL_LONG = 6; field in class:Parcel
1586 writeInt(VAL_LONG);
2665 case VAL_LONG:

Completed in 228 milliseconds