Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 11 of 11) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs41 struct Wrapper<T, R> { in new_async_binder() struct
42 _inner: T, in new_async_binder()
43 _rt: R, in new_async_binder()
45 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
49 impl<T, R> IDeprecated for Wrapper<T, R> in new_async_binder() implementation
DIOldName.rs41 struct Wrapper<T, R> { in new_async_binder() struct
42 _inner: T, in new_async_binder()
43 _rt: R, in new_async_binder()
45 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
49 impl<T, R> IOldName for Wrapper<T, R> in new_async_binder() implementation
DICircular.rs41 struct Wrapper<T, R> { in new_async_binder() struct
42 _inner: T, in new_async_binder()
43 _rt: R, in new_async_binder()
45 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
49 impl<T, R> ICircular for Wrapper<T, R> in new_async_binder() implementation
DINamedCallback.rs41 struct Wrapper<T, R> { in new_async_binder() struct
42 _inner: T, in new_async_binder()
43 _rt: R, in new_async_binder()
45 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
49 impl<T, R> INamedCallback for Wrapper<T, R> in new_async_binder() implementation
DINewName.rs41 struct Wrapper<T, R> { in new_async_binder() struct
42 _inner: T, in new_async_binder()
43 _rt: R, in new_async_binder()
45 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
49 impl<T, R> INewName for Wrapper<T, R> in new_async_binder() implementation
DListOfInterfaces.rs65 struct Wrapper<T, R> { in new_async_binder() struct
66 _inner: T, in new_async_binder()
67 _rt: R, in new_async_binder()
69 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
73 impl<T, R> IEmptyInterface for Wrapper<T, R> in new_async_binder() implementation
145 struct Wrapper<T, R> { in new_async_binder() struct
146 _inner: T, in new_async_binder()
147 _rt: R, in new_async_binder()
149 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
153 impl<T, R> IMyInterface for Wrapper<T, R> in new_async_binder() implementation
DArrayOfInterfaces.rs65 struct Wrapper<T, R> { in new_async_binder() struct
66 _inner: T, in new_async_binder()
67 _rt: R, in new_async_binder()
69 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
73 impl<T, R> IEmptyInterface for Wrapper<T, R> in new_async_binder() implementation
145 struct Wrapper<T, R> { in new_async_binder() struct
146 _inner: T, in new_async_binder()
147 _rt: R, in new_async_binder()
149 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
153 impl<T, R> IMyInterface for Wrapper<T, R> in new_async_binder() implementation
DITestService.rs245 struct Wrapper<T, R> { in new_async_binder() struct
246 _inner: T, in new_async_binder()
247 _rt: R, in new_async_binder()
249 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
253 impl<T, R> ITestService for Wrapper<T, R> in new_async_binder() implementation
4444 struct Wrapper<T, R> { in new_async_binder() struct
4445 _inner: T, in new_async_binder()
4446 _rt: R, in new_async_binder()
4448 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
4452 impl<T, R> IFoo for Wrapper<T, R> in new_async_binder() implementation
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DINestedService.rs44 struct Wrapper<T, R> { in new_async_binder() struct
45 _inner: T, in new_async_binder()
46 _rt: R, in new_async_binder()
48 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
52 impl<T, R> INestedService for Wrapper<T, R> in new_async_binder() implementation
267 struct Wrapper<T, R> { in new_async_binder() struct
268 _inner: T, in new_async_binder()
269 _rt: R, in new_async_binder()
271 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
275 impl<T, R> ICallback for Wrapper<T, R> in new_async_binder() implementation
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs419 struct Wrapper<T, R> { in new_async_binder() struct
420 _inner: T, in new_async_binder()
421 _rt: R, in new_async_binder()
423 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
427 impl<T, R> IRepeatFixedSizeArray for Wrapper<T, R> in new_async_binder() implementation
1021 struct Wrapper<T, R> { in new_async_binder() struct
1022 _inner: T, in new_async_binder()
1023 _rt: R, in new_async_binder()
1025 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
1029 impl<T, R> IEmptyInterface for Wrapper<T, R> in new_async_binder() implementation
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/
DIFooInterface.rs64 struct Wrapper<T, R> { in new_async_binder() struct
65 _inner: T, in new_async_binder()
66 _rt: R, in new_async_binder()
68 impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync { in new_async_binder() implementation
72 impl<T, R> IFooInterface for Wrapper<T, R> in new_async_binder() implementation