Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DAlignedBuf.h36 class AlignedBuf {
38 explicit AlignedBuf(size_t size) { in AlignedBuf() function
44 AlignedBuf(const AlignedBuf& other) : AlignedBuf(other.mSize) { in AlignedBuf() function
50 AlignedBuf& operator=(const AlignedBuf& other) {
52 AlignedBuf tmp(other);
58 AlignedBuf(AlignedBuf&& other) { *this = std::move(other); } in AlignedBuf() function
60 AlignedBuf& operator=(AlignedBuf&& other) {
70 ~AlignedBuf() { if (mBuffer) freeImpl(mBuffer); } // account for getting moved out in ~AlignedBuf()
95 bool operator==(const AlignedBuf& other) const {
DPool.cpp211 AlignedBuf<uint8_t, 64> storage { 0 };
/device/generic/goldfish-opengl/android-emu/
DCMakeLists.txt5 set(androidemu_src android/base/AlignedBuf.cpp android/base/files/MemStream.cpp android/base/files/…
6 android_add_library(TARGET androidemu SHARED LICENSE Apache-2.0 SRC android/base/AlignedBuf.cpp and…
DAndroid.bp5 "android/base/AlignedBuf.cpp",
/device/generic/goldfish-opengl/
DBUILD.gn3 "android-emu/android/base/AlignedBuf.cpp",
4 "android-emu/android/base/AlignedBuf.h",