Lines Matching full:_nativewindow
117 RsNativeWindow _nativeWindow = Device::getHal().AllocationGetSurface(mContext, _allocation);
118 return rs_to_hidl<NativeWindow>(_nativeWindow);
123 RsNativeWindow _nativewindow = hidl_to_rs<RsNativeWindow>(nativewindow);
124 Device::getHal().AllocationSetSurface(mContext, _allocation, _nativewindow);