Home
last modified time | relevance | path

Searched refs:VAL_BOOLEANARRAY (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/include/private/binder/
DParcelValTypes.h39 VAL_BOOLEANARRAY = 23, enumerator
/frameworks/native/libs/binder/
DValue.cpp216 if (t_info == internal_type_ptr<vector<bool>>()) return VAL_BOOLEANARRAY; in parcelType()
338 HANDLE_WRITE_TYPE(vector<bool>, VAL_BOOLEANARRAY, writeBoolVector) in writeToParcel()
397 HANDLE_READ_TYPE(vector<bool>, VAL_BOOLEANARRAY, readBoolVector) in readFromParcel()
DPersistableBundle.cpp352 RETURN_IF_FAILED(parcel->writeInt32(VAL_BOOLEANARRAY)); in writeToParcelInner()
453 case VAL_BOOLEANARRAY: { in readFromParcelInner()
/frameworks/base/core/java/android/os/
DParcel.java252 private static final int VAL_BOOLEANARRAY = 23; field in Parcel
1734 writeInt(VAL_BOOLEANARRAY); in writeValue()
2889 case VAL_BOOLEANARRAY: in readValue()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt55545 Landroid/os/Parcel;->VAL_BOOLEANARRAY:I