Searched refs:_aidl_return (Results 1 – 2 of 2) sorted by relevance
53 ::ndk::ScopedAStatus GetName(std::string* _aidl_return) override { in GetName() argument54 *_aidl_return = "CPP"; in GetName()65 ::ndk::ScopedAStatus GiveMeMyCallingPid(int32_t* _aidl_return) override { in GiveMeMyCallingPid() argument66 *_aidl_return = AIBinder_getCallingPid(); in GiveMeMyCallingPid()69 ::ndk::ScopedAStatus GiveMeMyCallingUid(int32_t* _aidl_return) override { in GiveMeMyCallingUid() argument70 *_aidl_return = AIBinder_getCallingUid(); in GiveMeMyCallingUid()92 int32_t* _aidl_return) override { in GiveMeMyCallingPidFromOneway() argument96 *_aidl_return = mCachedPid; in GiveMeMyCallingPidFromOneway()100 int32_t* _aidl_return) override { in GiveMeMyCallingUidFromOneway() argument104 *_aidl_return = mCachedUid; in GiveMeMyCallingUidFromOneway()[all …]
1194 ::ndk::ScopedAStatus NewMethodThatReturns10(int32_t* _aidl_return) override { in NewMethodThatReturns10() argument1195 *_aidl_return = 100; // default impl returns different value in NewMethodThatReturns10()