Wraps the type T with a proxy that will check 'status_t' return codes
from the native side of the camera service, and throw Java exceptions
automatically based on the code.
return Decorator.<T> newInstance(obj, new CameraServiceBinderDecoratorListener());