Searched defs:writeUint32 (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/libhwbinder/ | ||
H A D | Parcel.cpp | 534 status_t Parcel::writeUint32(uint32_t val) in writeUint32() function in android::hardware::Parcel |
/aosp12/frameworks/base/libs/hwui/jni/ | ||
H A D | Bitmap.cpp | 611 void writeUint32(uint32_t value) { AParcel_writeUint32(mParcel, value); } in writeUint32() function in ScopedParcel |
/aosp12/frameworks/native/libs/binder/ | ||
H A D | Parcel.cpp | 965 status_t Parcel::writeUint32(uint32_t val) in writeUint32() function in android::Parcel |