Oneway keyword behavior in passthrough mode.

Added BsFoo class to output. This acts as a proxy similar to BpFoo,
however instead of delegating tasks accross the binder interface, it
does so directly to the implementation. The only added behavior is using
doing queueing up these function calls on another thread so that
the asynchronous behavior will match the binderized case.

BUG: 31237398

Change-Id: I099824f0f754089c824b368a188f8125a111f840
diff --git a/Interface.h b/Interface.h
index 4adfbae..0f12688 100644
--- a/Interface.h
+++ b/Interface.h
@@ -73,6 +73,8 @@
     status_t emitVtsAttributeDeclaration(Formatter &out) const;
     status_t emitVtsMethodDeclaration(Formatter &out) const;
 
+    bool hasOnewayMethods() const;
+
     bool isJavaCompatible() const override;
 
 private: