Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderSafeInterfaceTest.cpp184 void onCallback(int32_t aPlusOne) override { in onCallback()
381 status_t increment(int32_t a, int32_t* aPlusOne, int32_t b, int32_t* bPlusOne) const override { in increment()
514 status_t increment(int32_t a, int32_t* aPlusOne, int32_t b, int32_t* bPlusOne) const override { in increment()
686 TestFlattenable aPlusOne{0}; in TEST_F() local
694 TestLightFlattenable aPlusOne{0}; in TEST_F() local
702 sp<TestLightRefBaseFlattenable> aPlusOne; in TEST_F() local
744 sp<NativeHandle> aPlusOne; in TEST_F() local
754 NoCopyNoMove aPlusOne{0}; in TEST_F() local
762 std::vector<TestParcelable> aPlusOne; in TEST_F() local
782 void onCallback(int32_t aPlusOne) override { in TEST_F()
[all …]