Searched defs:rhs (Results 1 – 6 of 6) sorted by relevance
81 AutoImageKHR::AutoImageKHR(AutoImageKHR&& rhs) noexcept in AutoImageKHR() function in android::hardware::camera::provider::implementation::abc3d::AutoImageKHR85 AutoImageKHR& AutoImageKHR::operator=(AutoImageKHR&& rhs) noexcept { in operator =()102 EglCurrentContext::EglCurrentContext(EglCurrentContext&& rhs) noexcept in EglCurrentContext() function in android::hardware::camera::provider::implementation::abc3d::EglCurrentContext105 EglCurrentContext& EglCurrentContext::operator=(EglCurrentContext&& rhs) noexcept { in operator =()119 EglContext::EglContext(EglContext&& rhs) noexcept in EglContext() function in android::hardware::camera::provider::implementation::abc3d::EglContext124 EglContext& EglContext::operator=(EglContext&& rhs) noexcept { in operator =()265 AutoTexture::AutoTexture(AutoTexture&& rhs) noexcept in AutoTexture() function in android::hardware::camera::provider::implementation::abc3d::AutoTexture268 AutoTexture& AutoTexture::operator=(AutoTexture&& rhs) noexcept { in operator =()301 AutoShader::AutoShader(AutoShader&& rhs) noexcept in AutoShader() function in android::hardware::camera::provider::implementation::abc3d::AutoShader304 AutoShader& AutoShader::operator=(AutoShader&& rhs) noexcept { in operator =()[all …]
108 CachedStreamBuffer::CachedStreamBuffer(CachedStreamBuffer&& rhs) noexcept in CachedStreamBuffer() function in android::hardware::camera::provider::implementation::CachedStreamBuffer
22 CalibrationTypeFlags rhs) { in operator |()27 bool operator&(CalibrationTypeFlags lhs, CalibrationTypeFlags rhs) { in operator &()32 CalibrationTypeFlags rhs) { in operator |=()
247 GrallocBuffer::GrallocBuffer(GrallocBuffer&& rhs) { *this = std::move(rhs); } in GrallocBuffer() function in aidl::android::hardware::graphics::composer3::impl::GrallocBuffer249 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::GrallocBufferView346 GrallocBufferView& GrallocBufferView::operator=(GrallocBufferView&& rhs) { in operator =()
34 HostConnectionSession(HostConnectionSession&& rhs) : conn(rhs.conn) { in HostConnectionSession() function
46 void swap(SharedFDSet* rhs) { in swap()