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

/frameworks/native/include/private/binder/
H A DParcelValTypes.h25 VAL_MAP = 2, enumerator in enum:android::binder::__anon1605
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h25 VAL_MAP = 2, enumerator in enum:android::binder::__anon1655
/frameworks/native/libs/binder/
H A DValue.cpp221 if (t_info == internal_type_ptr<Map>()) return VAL_MAP;
/frameworks/base/core/java/android/os/
H A DParcel.java219 private static final int VAL_MAP = 2; field in class:Parcel
1622 writeInt(VAL_MAP);
2671 case VAL_MAP:

Completed in 199 milliseconds