Home
last modified time | relevance | path

Searched defs:writeUint32 (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/libhwbinder/
H A DParcel.cpp534 status_t Parcel::writeUint32(uint32_t val) in writeUint32() function in android::hardware::Parcel
/aosp12/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp611 void writeUint32(uint32_t value) { AParcel_writeUint32(mParcel, value); } in writeUint32() function in ScopedParcel
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp965 status_t Parcel::writeUint32(uint32_t val) in writeUint32() function in android::Parcel