Searched defs:readAligned (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/native/libs/gui/ | ||
H A D | BufferItem.cpp | 202 static void readAligned(const void*& buffer, size_t& size, T& value) { in readAligned() function |
H A D | BufferReleaseChannel.cpp | 38 void readAligned(const void*& buffer, size_t& size, T& value) { in readAligned() function |
/aosp_15_r20/system/libhwbinder/ | ||
H A D | Parcel.cpp | 887 status_t Parcel::readAligned(T *pArg) const { in readAligned() function in android::hardware::Parcel |
/aosp_15_r20/frameworks/native/libs/binder/ | ||
H A D | Parcel.cpp | 1992 status_t Parcel::readAligned(T *pArg) const { in readAligned() function in android::Parcel |