Searched refs:Swap (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/loudness/common/core/
H A Dbyte_swapper.h42 static T Swap(const T &val) { function in struct:le_fx::arch::ByteSwapper
56 static T Swap(const T &val) { function in struct:le_fx::arch::ByteSwapper
63 static T Swap(const T &val) { function in struct:le_fx::arch::ByteSwapper
75 static T Swap(const T &val) { function in struct:le_fx::arch::ByteSwapper
89 static T Swap(const T &val) { function in struct:le_fx::arch::ByteSwapper
109 return ByteSwapper<T, sizeof(T)>::Swap(val);
117 return ByteSwapper<T, sizeof(T)>::Swap(val);
128 writeable_vals[i] = ByteSwapper<T, sizeof(T)>::Swap(vals[i]);
140 writeable_vals[i] = ByteSwapper<T, sizeof(T)>::Swap(vals[i]);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp2044 void GLMessage_DataType::Swap(GLMessage_DataType* other) { function in class:android::gltrace::GLMessage_DataType
2048 intvalue_.Swap(&other->intvalue_);
2049 floatvalue_.Swap(&other->floatvalue_);
2050 charvalue_.Swap(&other->charvalue_);
2051 rawbytes_.Swap(&other->rawbytes_);
2052 boolvalue_.Swap(&other->boolvalue_);
2053 int64value_.Swap(&other->int64value_);
2275 void GLMessage_FrameBuffer::Swap(GLMessage_FrameBuffer* other) { function in class:android::gltrace::GLMessage_FrameBuffer
2279 contents_.Swap(&other->contents_);
2690 void GLMessage::Swap(GLMessag function in class:android::gltrace::GLMessage
[all...]
H A Dgltrace.pb.h857 void Swap(GLMessage_DataType* other);
1047 void Swap(GLMessage_FrameBuffer* other);
1149 void Swap(GLMessage* other);

Completed in 156 milliseconds