Searched refs:C2VDAAdaptorProxy (Results 1 – 4 of 4) sorted by relevance
33 C2VDAAdaptorProxy::C2VDAAdaptorProxy() in C2VDAAdaptorProxy() function in android::arc::C2VDAAdaptorProxy34 : C2VDAAdaptorProxy(::arc::MojoProcessSupport::getLeakyInstance()) {} in C2VDAAdaptorProxy()36 C2VDAAdaptorProxy::C2VDAAdaptorProxy(::arc::MojoProcessSupport* mojoProcessSupport) in C2VDAAdaptorProxy() function in android::arc::C2VDAAdaptorProxy42 C2VDAAdaptorProxy::~C2VDAAdaptorProxy() {} in ~C2VDAAdaptorProxy()44 void C2VDAAdaptorProxy::onConnectionError(const std::string& pipeName) { in onConnectionError()50 bool C2VDAAdaptorProxy::establishChannel() { in establishChannel()54 ::base::Bind(&C2VDAAdaptorProxy::establishChannelOnMojoThread, in establishChannel()59 void C2VDAAdaptorProxy::establishChannelOnMojoThread(std::shared_ptr<::arc::Future<bool>> future) { in establishChannelOnMojoThread()66 mVDAPtr.set_connection_error_handler(::base::Bind(&C2VDAAdaptorProxy::onConnectionError, in establishChannelOnMojoThread()69 mVDAPtr.QueryVersion(::base::Bind(&C2VDAAdaptorProxy::onVersionReady, ::base::Unretained(this), in establishChannelOnMojoThread()[all …]
56 C2VDAAdaptorProxy.cpp \
215 supportedProfiles = arc::C2VDAAdaptorProxy::GetSupportedProfiles(mInputCodec); in IntfImpl()451 mVDAAdaptor.reset(new arc::C2VDAAdaptorProxy()); in onStart()
26 class C2VDAAdaptorProxy : public VideoDecodeAcceleratorAdaptor,29 C2VDAAdaptorProxy();30 explicit C2VDAAdaptorProxy(::arc::MojoProcessSupport* MojomProcessSupport);31 ~C2VDAAdaptorProxy() override;97 DISALLOW_COPY_AND_ASSIGN(C2VDAAdaptorProxy);