HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceRequest (Results 1 - 25 of 30) sorted by null

1 2

  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
InterfaceRequest.java 12 * InterfaceRequest is being sent.
14 * InterfaceRequest are built using |Interface.Manager|.
18 public class InterfaceRequest<P extends Interface> implements HandleOwner<MessagePipeHandle> {
30 InterfaceRequest(MessagePipeHandle handle) {
51 * Returns an {@link InterfaceRequest} that wraps the given handle. This method is not type safe
55 public static InterfaceRequest asInterfaceRequestUnsafe(MessagePipeHandle handle) {
56 return new InterfaceRequest(handle);
Interface.java 358 * Binds the given implementation to the InterfaceRequest.
360 public final void bind(I impl, InterfaceRequest<I> request) {
380 * Constructs a new |InterfaceRequest| for the interface. This method returns a Pair where
384 public final Pair<P, InterfaceRequest<I>> getInterfaceRequest(Core core) {
387 return Pair.create(proxy, new InterfaceRequest<I>(handles.second));
390 public final InterfaceRequest<I> asInterfaceRequest(MessagePipeHandle handle) {
391 return new InterfaceRequest<I>(handle);
Decoder.java 506 * Deserializes a |InterfaceRequest| at the given offset.
508 public <I extends Interface> InterfaceRequest<I> readInterfaceRequest(int offset,
514 return new InterfaceRequest<I>(handle);
686 * Deserializes an array of |InterfaceRequest| at the given offset.
688 public <I extends Interface> InterfaceRequest<I>[] readInterfaceRequests(
696 InterfaceRequest<I>[] result = new InterfaceRequest[si.elementsOrVersion];
Encoder.java 292 * Encode an {@link InterfaceRequest}.
294 public <I extends Interface> void encode(InterfaceRequest<I> v, int offset, boolean nullable) {
476 * Encodes an array of {@link InterfaceRequest}.
478 public <I extends Interface> void encode(InterfaceRequest<I>[] v, int offset,
  /external/libmojo/mojo/public/cpp/bindings/tests/
variant_test_util.h 21 InterfaceRequest<Interface0> ConvertInterfaceRequest(
22 InterfaceRequest<Interface1> request) {
24 InterfaceRequest<Interface0> result;
versioning_test_service.cc 36 InterfaceRequest<HumanResourceDatabase> request)
111 InterfaceRequest<HumanResourceDatabase> request) override {
e2e_perftest.cc 26 EchoServiceImpl(InterfaceRequest<EchoService> request,
39 EchoServiceImpl::EchoServiceImpl(InterfaceRequest<EchoService> request,
164 void CreateAndRunService(InterfaceRequest<test::EchoService> request,
173 InterfaceRequest<test::EchoService> request;
handle_passing_unittest.cc 39 InterfaceRequest<imported::ImportedInterface> request,
59 explicit SampleNamedObjectImpl(InterfaceRequest<sample::NamedObject> request)
74 explicit SampleFactoryImpl(InterfaceRequest<sample::Factory> request)
134 InterfaceRequest<sample::NamedObject> object_request) override {
143 InterfaceRequest<imported::ImportedInterface> imported,
330 InterfaceRequest<sample::NamedObject> object1_request = GetProxy(&object1);
equals_unittest.cc 139 TEST_F(EqualsTest, InterfaceRequest) {
142 InterfaceRequest<SomeInterface> req1;
143 InterfaceRequest<SomeInterface> req2;
interface_ptr_unittest.cc 28 explicit MathCalculatorImpl(InterfaceRequest<math::Calculator> request)
138 explicit ReentrantServiceImpl(InterfaceRequest<sample::Service> request)
157 void GetPort(mojo::InterfaceRequest<sample::Port> port) override {}
629 CImpl(bool* d_called, InterfaceRequest<C> request,
648 BImpl(bool* d_called, InterfaceRequest<B> request,
655 void GetC(InterfaceRequest<C> c) override {
666 AImpl(InterfaceRequest<A> request, const base::Closure& closure)
674 void GetB(InterfaceRequest<B> b) override {
707 explicit PingTestImpl(InterfaceRequest<sample::PingTest> request)
binding_unittest.cc 54 void GetPort(InterfaceRequest<sample::Port> port) override {}
174 InterfaceRequest<sample::Service> request)
350 InterfaceRequest<sample::Service> request)
request_response_unittest.cc 22 explicit ProviderImpl(InterfaceRequest<sample::Provider> request)
pickle_unittest.cc 163 InterfaceRequest<ProxyType> request = GetProxy(&proxy);
173 InterfaceRequest<ProxyType> request = GetProxy(&proxy);
  /external/libmojo/mojo/public/cpp/bindings/
interface_request.h 25 // implementation. If this is not done, the InterfaceRequest will automatically
29 class InterfaceRequest {
31 // Constructs an empty InterfaceRequest, representing that the client is not
33 InterfaceRequest() {}
34 InterfaceRequest(decltype(nullptr)) {}
38 // InterfaceRequest to the other. For example usage, see comments on
40 explicit InterfaceRequest(InterfacePtr<Interface>* ptr,
49 // Takes the message pipe from another InterfaceRequest.
50 InterfaceRequest(InterfaceRequest&& other)
    [all...]
strong_binding.h 52 InterfaceRequest<Interface> request) {
88 InterfaceRequest<Interface> request)
119 InterfaceRequest<Interface> request) {
binding.h 39 // explicit FooImpl(InterfaceRequest<Foo> request)
50 // void Create(..., InterfaceRequest<Foo> request) override {
107 InterfaceRequest<Interface> request,
155 void Bind(InterfaceRequest<Interface> request,
223 InterfaceRequest<Interface> Unbind() {
binding_set.h 29 using RequestType = InterfaceRequest<Interface>;
  /external/libmojo/mojo/public/cpp/bindings/lib/
binding_state.h 109 InterfaceRequest<Interface> Unbind() {
111 InterfaceRequest<Interface> request =
handle_interface_serialization.h 135 struct Serializer<InterfaceRequestDataView<Base>, InterfaceRequest<T>> {
138 static size_t PrepareToSerialize(const InterfaceRequest<T>& input,
143 static void Serialize(InterfaceRequest<T>& input,
150 InterfaceRequest<T>* output,
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
module_unittest.py 34 mojom.InterfaceRequest(struct)
data_unittest.py 121 interface_req = mojom.InterfaceRequest(interface)
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
InterfacesTest.java 131 public void createNamedObject(InterfaceRequest<NamedObject> obj) {
136 public void requestImportedInterface(InterfaceRequest<ImportedInterface> obj,
244 Pair<NamedObject.Proxy, InterfaceRequest<NamedObject>> request =
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
pack.py 51 if isinstance(kind, mojom.InterfaceRequest):
pack_tests.py 102 mojom.InterfaceRequest().MakeNullableKind())
translate.py 195 if isinstance(inner_kind, mojom.InterfaceRequest):
204 kind = mojom.InterfaceRequest(_Kind(kinds, spec[2:], scope))

Completed in 332 milliseconds

1 2