Searched refs:mBinding (Results 1 – 2 of 2) sorted by relevance
39 mBinding(this), in C2VDAAdaptorProxy()203 mBinding.Bind(mojo::MakeRequest(&client)); in initializeOnMojoThread()204 mBinding.set_connection_error_handler(::base::Bind(&C2VDAAdaptorProxy::onConnectionError, in initializeOnMojoThread()319 if (mBinding.is_bound()) mBinding.Close(); in closeChannelOnMojoThread()
92 mojo::Binding<::arc::mojom::VideoDecodeClient> mBinding; variable