/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | IDeprecated.rs | 41 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
|
D | IOldName.rs | 41 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
|
D | ICircular.rs | 41 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
|
D | INamedCallback.rs | 41 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
|
D | INewName.rs | 41 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
|
D | ListOfInterfaces.rs | 65 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
|
D | ArrayOfInterfaces.rs | 65 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
|
D | ITestService.rs | 245 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/ |
D | INestedService.rs | 44 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/ |
D | FixedSizeArrayExample.rs | 419 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/ |
D | IFooInterface.rs | 64 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
|