Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/camera/
Dabc3d.cpp81 AutoImageKHR::AutoImageKHR(AutoImageKHR&& rhs) noexcept in AutoImageKHR() function in android::hardware::camera::provider::implementation::abc3d::AutoImageKHR
85 AutoImageKHR& AutoImageKHR::operator=(AutoImageKHR&& rhs) noexcept { in operator =()
102 EglCurrentContext::EglCurrentContext(EglCurrentContext&& rhs) noexcept in EglCurrentContext() function in android::hardware::camera::provider::implementation::abc3d::EglCurrentContext
105 EglCurrentContext& EglCurrentContext::operator=(EglCurrentContext&& rhs) noexcept { in operator =()
119 EglContext::EglContext(EglContext&& rhs) noexcept in EglContext() function in android::hardware::camera::provider::implementation::abc3d::EglContext
124 EglContext& EglContext::operator=(EglContext&& rhs) noexcept { in operator =()
265 AutoTexture::AutoTexture(AutoTexture&& rhs) noexcept in AutoTexture() function in android::hardware::camera::provider::implementation::abc3d::AutoTexture
268 AutoTexture& AutoTexture::operator=(AutoTexture&& rhs) noexcept { in operator =()
301 AutoShader::AutoShader(AutoShader&& rhs) noexcept in AutoShader() function in android::hardware::camera::provider::implementation::abc3d::AutoShader
304 AutoShader& AutoShader::operator=(AutoShader&& rhs) noexcept { in operator =()
[all …]
DCachedStreamBuffer.cpp108 CachedStreamBuffer::CachedStreamBuffer(CachedStreamBuffer&& rhs) noexcept in CachedStreamBuffer() function in android::hardware::camera::provider::implementation::CachedStreamBuffer
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
Dcalibration_data.cc22 CalibrationTypeFlags rhs) { in operator |()
27 bool operator&(CalibrationTypeFlags lhs, CalibrationTypeFlags rhs) { in operator &()
32 CalibrationTypeFlags rhs) { in operator |=()
/device/generic/goldfish-opengl/system/hwc3/
DGralloc.cpp247 GrallocBuffer::GrallocBuffer(GrallocBuffer&& rhs) { *this = std::move(rhs); } in GrallocBuffer() function in aidl::android::hardware::graphics::composer3::impl::GrallocBuffer
249 GrallocBuffer& GrallocBuffer::operator=(GrallocBuffer&& rhs) { in operator =()
344 GrallocBufferView::GrallocBufferView(GrallocBufferView&& rhs) { *this = std::move(rhs); } in GrallocBufferView() function in aidl::android::hardware::graphics::composer3::impl::GrallocBufferView
346 GrallocBufferView& GrallocBufferView::operator=(GrallocBufferView&& rhs) { in operator =()
/device/generic/goldfish-opengl/system/hals/
Dhost_connection_session.h34 HostConnectionSession(HostConnectionSession&& rhs) : conn(rhs.conn) { in HostConnectionSession() function
/device/google/cuttlefish/common/libs/fs/
Dshared_select.h46 void swap(SharedFDSet* rhs) { in swap()