Lines Matching refs:Signature
290 using Signature = in increment() typedef
293 return callRemote<Signature>(Tag::IncrementFlattenable, a, aPlusOne); in increment()
297 using Signature = status_t (ISafeInterfaceTest::*)(const TestLightFlattenable&, in increment() typedef
300 return callRemote<Signature>(Tag::IncrementLightFlattenable, a, aPlusOne); in increment()
304 using Signature = status_t (ISafeInterfaceTest::*)(const sp<TestLightRefBaseFlattenable>&, in increment() typedef
306 return callRemote<Signature>(Tag::IncrementLightRefBaseFlattenable, a, aPlusOne); in increment()
310 using Signature = in increment() typedef
312 return callRemote<Signature>(Tag::IncrementNativeHandle, a, aPlusOne); in increment()
316 using Signature = status_t (ISafeInterfaceTest::*)(const NoCopyNoMove& a, in increment() typedef
318 return callRemote<Signature>(Tag::IncrementNoCopyNoMove, a, aPlusOne); in increment()
323 using Signature = status_t (ISafeInterfaceTest::*)(const std::vector<TestParcelable>&, in increment() typedef
325 return callRemote<Signature>(Tag::IncrementParcelableVector, a, aPlusOne); in increment()
338 using Signature = status_t (ISafeInterfaceTest::*)(int32_t, int32_t*) const; in increment() typedef
339 return callRemote<Signature>(Tag::IncrementInt32, a, aPlusOne); in increment()
343 using Signature = status_t (ISafeInterfaceTest::*)(uint32_t, uint32_t*) const; in increment() typedef
344 return callRemote<Signature>(Tag::IncrementUint32, a, aPlusOne); in increment()
348 using Signature = status_t (ISafeInterfaceTest::*)(int64_t, int64_t*) const; in increment() typedef
349 return callRemote<Signature>(Tag::IncrementInt64, a, aPlusOne); in increment()
353 using Signature = status_t (ISafeInterfaceTest::*)(uint64_t, uint64_t*) const; in increment() typedef
354 return callRemote<Signature>(Tag::IncrementUint64, a, aPlusOne); in increment()
358 using Signature = in increment() typedef
360 return callRemote<Signature>(Tag::IncrementTwo, a, aPlusOne, b, bPlusOne); in increment()
504 using Signature = status_t (ISafeInterfaceTest::*)(const TestFlattenable& a, in onTransact() typedef
506 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
509 using Signature = in onTransact() typedef
512 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
515 using Signature = in onTransact() typedef
518 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
521 using Signature = status_t (ISafeInterfaceTest::*)(const sp<NativeHandle>&, in onTransact() typedef
523 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
526 using Signature = status_t (ISafeInterfaceTest::*)(const NoCopyNoMove& a, in onTransact() typedef
528 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
531 using Signature = in onTransact() typedef
534 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
543 using Signature = status_t (ISafeInterfaceTest::*)(int32_t, int32_t*) const; in onTransact() typedef
544 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
547 using Signature = status_t (ISafeInterfaceTest::*)(uint32_t, uint32_t*) const; in onTransact() typedef
548 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
551 using Signature = status_t (ISafeInterfaceTest::*)(int64_t, int64_t*) const; in onTransact() typedef
552 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
555 using Signature = status_t (ISafeInterfaceTest::*)(uint64_t, uint64_t*) const; in onTransact() typedef
556 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()
559 using Signature = status_t (ISafeInterfaceTest::*)(int32_t, int32_t*, int32_t, in onTransact() typedef
561 return callLocal<Signature>(data, reply, &ISafeInterfaceTest::increment); in onTransact()