Lines Matching refs:Signature
292 using Signature = in increment() typedef
295 return callRemote<Signature>(Tag::IncrementFlattenable, a, aPlusOne); in increment()
299 using Signature = status_t (ISafeInterfaceTest::*)(const TestLightFlattenable&, in increment() typedef
302 return callRemote<Signature>(Tag::IncrementLightFlattenable, a, aPlusOne); in increment()
306 using Signature = status_t (ISafeInterfaceTest::*)(const sp<TestLightRefBaseFlattenable>&, in increment() typedef
308 return callRemote<Signature>(Tag::IncrementLightRefBaseFlattenable, a, aPlusOne); in increment()
312 using Signature = in increment() typedef
314 return callRemote<Signature>(Tag::IncrementNativeHandle, a, aPlusOne); in increment()
318 using Signature = status_t (ISafeInterfaceTest::*)(const NoCopyNoMove& a, in increment() typedef
320 return callRemote<Signature>(Tag::IncrementNoCopyNoMove, a, aPlusOne); in increment()
325 using Signature = status_t (ISafeInterfaceTest::*)(const std::vector<TestParcelable>&, in increment() typedef
327 return callRemote<Signature>(Tag::IncrementParcelableVector, a, aPlusOne); in increment()
340 using Signature = status_t (ISafeInterfaceTest::*)(int32_t, int32_t*) const; in increment() typedef
341 return callRemote<Signature>(Tag::IncrementInt32, a, aPlusOne); in increment()
345 using Signature = status_t (ISafeInterfaceTest::*)(uint32_t, uint32_t*) const; in increment() typedef
346 return callRemote<Signature>(Tag::IncrementUint32, a, aPlusOne); in increment()
350 using Signature = status_t (ISafeInterfaceTest::*)(int64_t, int64_t*) const; in increment() typedef
351 return callRemote<Signature>(Tag::IncrementInt64, a, aPlusOne); in increment()
355 using Signature = status_t (ISafeInterfaceTest::*)(uint64_t, uint64_t*) const; in increment() typedef
356 return callRemote<Signature>(Tag::IncrementUint64, a, aPlusOne); in increment()
360 using Signature = status_t (ISafeInterfaceTest::*)(float, float*) const; in increment() typedef
361 return callRemote<Signature>(Tag::IncrementFloat, a, aPlusOne); in increment()
365 using Signature = in increment() typedef
367 return callRemote<Signature>(Tag::IncrementTwo, a, aPlusOne, b, bPlusOne); in increment()
516 using Signature = status_t (ISafeInterfaceTest::*)(const TestFlattenable& a, in onTransact() typedef
518 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
521 using Signature = in onTransact() typedef
524 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
527 using Signature = in onTransact() typedef
530 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
533 using Signature = status_t (ISafeInterfaceTest::*)(const sp<NativeHandle>&, in onTransact() typedef
535 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
538 using Signature = status_t (ISafeInterfaceTest::*)(const NoCopyNoMove& a, in onTransact() typedef
540 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
543 using Signature = in onTransact() typedef
546 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
555 using Signature = status_t (ISafeInterfaceTest::*)(int32_t, int32_t*) const; in onTransact() typedef
556 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
559 using Signature = status_t (ISafeInterfaceTest::*)(uint32_t, uint32_t*) const; in onTransact() typedef
560 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
563 using Signature = status_t (ISafeInterfaceTest::*)(int64_t, int64_t*) const; in onTransact() typedef
564 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
567 using Signature = status_t (ISafeInterfaceTest::*)(uint64_t, uint64_t*) const; in onTransact() typedef
568 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
571 using Signature = status_t (ISafeInterfaceTest::*)(float, float*) const; in onTransact() typedef
572 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
575 using Signature = status_t (ISafeInterfaceTest::*)(int32_t, int32_t*, int32_t, in onTransact() typedef
577 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()