Searched refs:VAL_NULL (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/private/binder/
H A DParcelValTypes.h22 VAL_NULL = -1, enumerator in enum:android::binder::__anon1605
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h22 VAL_NULL = -1, enumerator in enum:android::binder::__anon1655
/frameworks/native/libs/binder/
H A DValue.cpp224 return VAL_NULL;
379 int32_t value_type = VAL_NULL;
/frameworks/base/core/java/android/os/
H A DParcel.java216 private static final int VAL_NULL = -1; field in class:Parcel
1614 writeInt(VAL_NULL);
2662 case VAL_NULL:

Completed in 100 milliseconds