Searched refs:_aidl_return (Results 1 – 2 of 2) sorted by relevance
45 ::ndk::ScopedAStatus GetName(std::string* _aidl_return) override { in GetName() argument46 *_aidl_return = "CPP"; in GetName()57 ::ndk::ScopedAStatus GiveMeMyCallingPid(int32_t* _aidl_return) override { in GiveMeMyCallingPid() argument58 *_aidl_return = AIBinder_getCallingPid(); in GiveMeMyCallingPid()61 ::ndk::ScopedAStatus GiveMeMyCallingUid(int32_t* _aidl_return) override { in GiveMeMyCallingUid() argument62 *_aidl_return = AIBinder_getCallingUid(); in GiveMeMyCallingUid()84 int32_t* _aidl_return) override { in GiveMeMyCallingPidFromOneway() argument88 *_aidl_return = mCachedPid; in GiveMeMyCallingPidFromOneway()92 int32_t* _aidl_return) override { in GiveMeMyCallingUidFromOneway() argument96 *_aidl_return = mCachedUid; in GiveMeMyCallingUidFromOneway()[all …]
771 ::ndk::ScopedAStatus NewMethodThatReturns10(int32_t* _aidl_return) override { in NewMethodThatReturns10() argument772 *_aidl_return = 100; // default impl returns different value in NewMethodThatReturns10()