Home
last modified time | relevance | path

Searched refs:VAL_SHORT (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/include/private/binder/
DParcelValTypes.h28 VAL_SHORT = 5, enumerator
/frameworks/base/core/java/android/os/
DParcel.java222 private static final int VAL_SHORT = 5; field in Parcel
1638 writeInt(VAL_SHORT); in writeValue()
2677 case VAL_SHORT: in readValue()