HomeSort by relevance Sort by last modified time
    Searched refs:VAL_BOOLEANARRAY (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/binder/include/private/binder/
ParcelValTypes.h 39 VAL_BOOLEANARRAY = 23,
  /frameworks/native/libs/binder/
Value.cpp 216 if (t_info == internal_type_ptr<vector<bool>>()) return VAL_BOOLEANARRAY;
338 HANDLE_WRITE_TYPE(vector<bool>, VAL_BOOLEANARRAY, writeBoolVector)
397 HANDLE_READ_TYPE(vector<bool>, VAL_BOOLEANARRAY, readBoolVector)
PersistableBundle.cpp 352 RETURN_IF_FAILED(parcel->writeInt32(VAL_BOOLEANARRAY));
453 case VAL_BOOLEANARRAY: {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 49 private static final int VAL_BOOLEANARRAY = 23;
653 writeInt(VAL_BOOLEANARRAY);
727 case VAL_BOOLEANARRAY:
  /frameworks/base/core/java/android/os/
Parcel.java 249 private static final int VAL_BOOLEANARRAY = 23;
    [all...]

Completed in 477 milliseconds