Searched defs:Controller (Results 1 – 2 of 2) sorted by relevance
45 struct Controller : public AHandler { struct46 Controller(const char *uri, bool decodeAudio, in Controller() argument62 virtual ~Controller() { in ~Controller() argument65 virtual void onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()230 enum {237 sp<ALooper> mDecodeLooper;239 AString mURI;240 bool mDecodeAudio;241 sp<Surface> mSurface;242 bool mRenderToSurface;[all …]
53 protected class Controller { class in JavaBridgeTestBase