Home
last modified time | relevance | path

Searched defs:_aidl_return (Results 1 – 25 of 68) sorted by relevance

123

/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h31 ::ndk::ScopedAStatus UnimplementedMethod(int32_t in_arg, int32_t* _aidl_return) override { in UnimplementedMethod()
40 ::ndk::ScopedAStatus RepeatBoolean(bool in_token, bool* _aidl_return) override { in RepeatBoolean()
43 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override { in RepeatByte()
46 ::ndk::ScopedAStatus RepeatChar(char16_t in_token, char16_t* _aidl_return) override { in RepeatChar()
49 ::ndk::ScopedAStatus RepeatInt(int32_t in_token, int32_t* _aidl_return) override { in RepeatInt()
52 ::ndk::ScopedAStatus RepeatLong(int64_t in_token, int64_t* _aidl_return) override { in RepeatLong()
55 ::ndk::ScopedAStatus RepeatFloat(float in_token, float* _aidl_return) override { in RepeatFloat()
58 ::ndk::ScopedAStatus RepeatDouble(double in_token, double* _aidl_return) override { in RepeatDouble()
61 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override… in RepeatString()
64 …(::aidl::android::aidl::tests::ByteEnum in_token, ::aidl::android::aidl::tests::ByteEnum* _aidl_re… in RepeatByteEnum()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h96 ::android::binder::Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod()
105 ::android::binder::Status RepeatBoolean(bool token, bool* _aidl_return) override { in RepeatBoolean()
108 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte()
111 ::android::binder::Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar()
114 ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt()
117 ::android::binder::Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong()
120 ::android::binder::Status RepeatFloat(float token, float* _aidl_return) override { in RepeatFloat()
123 ::android::binder::Status RepeatDouble(double token, double* _aidl_return) override { in RepeatDouble()
126 …nder::Status RepeatString(const ::android::String16& token, ::android::String16* _aidl_return) ove… in RepeatString()
129 …peatByteEnum(::android::aidl::tests::ByteEnum token, ::android::aidl::tests::ByteEnum* _aidl_retur… in RepeatByteEnum()
[all …]
DBnNamedCallback.h24 ::android::binder::Status GetName(::android::String16* _aidl_return) override { in GetName()
DBnOldName.h24 ::android::binder::Status RealName(::android::String16* _aidl_return) override { in RealName()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp35 ::android::binder::Status BpTestService::UnimplementedMethod(int32_t arg, int32_t* _aidl_return) { in UnimplementedMethod()
129 ::android::binder::Status BpTestService::RepeatBoolean(bool token, bool* _aidl_return) { in RepeatBoolean()
168 ::android::binder::Status BpTestService::RepeatByte(int8_t token, int8_t* _aidl_return) { in RepeatByte()
207 ::android::binder::Status BpTestService::RepeatChar(char16_t token, char16_t* _aidl_return) { in RepeatChar()
246 ::android::binder::Status BpTestService::RepeatInt(int32_t token, int32_t* _aidl_return) { in RepeatInt()
285 ::android::binder::Status BpTestService::RepeatLong(int64_t token, int64_t* _aidl_return) { in RepeatLong()
324 ::android::binder::Status BpTestService::RepeatFloat(float token, float* _aidl_return) { in RepeatFloat()
363 ::android::binder::Status BpTestService::RepeatDouble(double token, double* _aidl_return) { in RepeatDouble()
402 … BpTestService::RepeatString(const ::android::String16& token, ::android::String16* _aidl_return) { in RepeatString()
441 …peatByteEnum(::android::aidl::tests::ByteEnum token, ::android::aidl::tests::ByteEnum* _aidl_retur… in RepeatByteEnum()
[all …]
/system/tools/aidl/tests/
Daidl_test_service.cpp179 Status GetTestService(sp<ITestService>* _aidl_return) override { in GetTestService()
189 Status ReverseArray(const vector<T>& input, vector<T>* repeated, vector<T>* _aidl_return) { in ReverseArray()
198 Status RepeatNullable(const optional<T>& input, optional<T>* _aidl_return) { in RepeatNullable()
209 Status RepeatBadParcelable(const BadParcelable& input, BadParcelable* _aidl_return) override { in RepeatBadParcelable()
215 SimpleParcelable* _aidl_return) override { in RepeatSimpleParcelable()
225 GenericStructuredParcelable<int32_t, StructuredParcelable, IntEnum>* _aidl_return) { in RepeatGenericParcelable()
233 PersistableBundle* _aidl_return) override { in RepeatPersistableBundle()
241 vector<SimpleParcelable>* _aidl_return) override { in ReverseSimpleParcelables()
246 vector<PersistableBundle>* _aidl_return) override { in ReversePersistableBundles()
249 Status ReverseUnion(const Union& input, Union* repeated, Union* _aidl_return) override { in ReverseUnion()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp33 int32_t _aidl_return; in _aidl_android_aidl_tests_ITestService_onTransact() local
67 bool _aidl_return; in _aidl_android_aidl_tests_ITestService_onTransact() local
85 int8_t _aidl_return; in _aidl_android_aidl_tests_ITestService_onTransact() local
103 char16_t _aidl_return; in _aidl_android_aidl_tests_ITestService_onTransact() local
121 int32_t _aidl_return; in _aidl_android_aidl_tests_ITestService_onTransact() local
139 int64_t _aidl_return; in _aidl_android_aidl_tests_ITestService_onTransact() local
157 float _aidl_return; in _aidl_android_aidl_tests_ITestService_onTransact() local
175 double _aidl_return; in _aidl_android_aidl_tests_ITestService_onTransact() local
193 std::string _aidl_return; in _aidl_android_aidl_tests_ITestService_onTransact() local
266 std::vector<bool> _aidl_return; in _aidl_android_aidl_tests_ITestService_onTransact() local
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-ndk-source/gen/android/aidl/versioned/tests/
DIFooInterface.cpp30 std::string _aidl_return; in _aidl_android_aidl_versioned_tests_IFooInterface_onTransact() local
51 int32_t _aidl_return; in _aidl_android_aidl_versioned_tests_IFooInterface_onTransact() local
81 int32_t _aidl_return; in _aidl_android_aidl_versioned_tests_IFooInterface_onTransact() local
98 int32_t _aidl_return; in _aidl_android_aidl_versioned_tests_IFooInterface_onTransact() local
112 std::string _aidl_return; in _aidl_android_aidl_versioned_tests_IFooInterface_onTransact() local
168 …nString(const ::aidl::android::aidl::versioned::tests::BazUnion& in_u, std::string* _aidl_return) { in acceptUnionAndReturnString()
208 …:aidl::android::aidl::versioned::tests::Foo* out_outFoo, int32_t in_value, int32_t* _aidl_return) { in ignoreParcelablesAndRepeatInt()
260 …(const std::vector<::aidl::android::aidl::versioned::tests::Foo>& in_foos, int32_t* _aidl_return) { in returnsLengthOfFooArray()
300 ::ndk::ScopedAStatus BpFooInterface::getInterfaceVersion(int32_t* _aidl_return) { in getInterfaceVersion()
343 ::ndk::ScopedAStatus BpFooInterface::getInterfaceHash(std::string* _aidl_return) { in getInterfaceHash()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/
DITestService.cpp21 int32_t _aidl_return; in analyzeITestService() local
94 bool _aidl_return; in analyzeITestService() local
133 int8_t _aidl_return; in analyzeITestService() local
172 char16_t _aidl_return; in analyzeITestService() local
211 int32_t _aidl_return; in analyzeITestService() local
250 int64_t _aidl_return; in analyzeITestService() local
289 float _aidl_return; in analyzeITestService() local
328 double _aidl_return; in analyzeITestService() local
1069 bool _aidl_return; in analyzeITestService() local
1115 bool _aidl_return; in analyzeITestService() local
[all …]
/system/gsid/
Dgsi_service.cpp142 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall()
164 binder::Status GsiService::closeInstall(int* _aidl_return) { in closeInstall()
199 int32_t* _aidl_return) { in createPartition()
240 binder::Status GsiService::closePartition(int32_t* _aidl_return) { in closePartition()
257 int64_t bytes, bool* _aidl_return) { in commitGsiChunkFromStream()
290 binder::Status GsiService::getInstallProgress(::android::gsi::GsiProgress* _aidl_return) { in getInstallProgress()
301 binder::Status GsiService::commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) { in commitGsiChunkFromAshmem()
314 int64_t size, bool* _aidl_return) { in setGsiAshmem()
334 binder::Status GsiService::enableGsi(bool one_shot, const std::string& dsuSlot, int* _aidl_return) { in enableGsi()
342 binder::Status GsiService::isGsiEnabled(bool* _aidl_return) { in isGsiEnabled()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp715 …array<uint8_t, 3>& input, std::array<uint8_t, 3>* repeated, std::array<uint8_t, 3>* _aidl_return) { in RepeatBytes()
757 …array<int32_t, 3>& input, std::array<int32_t, 3>* repeated, std::array<int32_t, 3>* _aidl_return) { in RepeatInts()
799 …:android::IBinder>, 3>* repeated, std::array<::android::sp<::android::IBinder>, 3>* _aidl_return) { in RepeatBinders()
841 …d::array<::android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>* _aidl_return) { in RepeatParcelables()
883 …:array<std::array<uint8_t, 3>, 2>* repeated, std::array<std::array<uint8_t, 3>, 2>* _aidl_return) { in Repeat2dBytes()
925 …:array<std::array<int32_t, 3>, 2>* repeated, std::array<std::array<int32_t, 3>, 2>* _aidl_return) { in Repeat2dInts()
967 … 3>, 2>* repeated, std::array<std::array<::android::sp<::android::IBinder>, 3>, 2>* _aidl_return) { in Repeat2dBinders()
1009 …rray<::android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>, 2>* _aidl_return) { in Repeat2dParcelables()
1074 std::array<uint8_t, 3> _aidl_return; in onTransact() local
1110 std::array<int32_t, 3> _aidl_return; in onTransact() local
[all …]
/system/libfmq/tests/aidl/default/
DTestAidlMsgQ.cpp26 const MQDescriptor<int32_t, SynchronizedReadWrite>& mqDesc, bool* _aidl_return) { in configureFmqSyncReadWrite()
44 bool* _aidl_return) { in getFmqUnsyncWrite()
108 ndk::ScopedAStatus TestAidlMsgQ::requestReadFmqSync(int32_t count, bool* _aidl_return) { in requestReadFmqSync()
115 ndk::ScopedAStatus TestAidlMsgQ::requestReadFmqUnsync(int32_t count, bool* _aidl_return) { in requestReadFmqUnsync()
122 ndk::ScopedAStatus TestAidlMsgQ::requestWriteFmqSync(int32_t count, bool* _aidl_return) { in requestWriteFmqSync()
132 ndk::ScopedAStatus TestAidlMsgQ::requestWriteFmqUnsync(int32_t count, bool* _aidl_return) { in requestWriteFmqUnsync()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/android/aidl/versioned/tests/
DIFooInterface.cpp56 …ndReturnString(const ::android::aidl::versioned::tests::BazUnion& u, ::std::string* _aidl_return) { in acceptUnionAndReturnString()
94 …* inoutFoo, ::android::aidl::versioned::tests::Foo* outFoo, int32_t value, int32_t* _aidl_return) { in ignoreParcelablesAndRepeatInt()
148 …ooArray(const ::std::vector<::android::aidl::versioned::tests::Foo>& foos, int32_t* _aidl_return) { in returnsLengthOfFooArray()
297 int32_t _aidl_return; in onTransact() local
344 int32_t _aidl_return; in onTransact() local
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs854 let _aidl_return: i32 = _aidl_reply.read()?; in read_response_UnimplementedMethod() localVariable
902 let _aidl_return: bool = _aidl_reply.read()?; in read_response_RepeatBoolean() localVariable
920 let _aidl_return: i8 = _aidl_reply.read()?; in read_response_RepeatByte() localVariable
938 let _aidl_return: u16 = _aidl_reply.read()?; in read_response_RepeatChar() localVariable
956 let _aidl_return: i32 = _aidl_reply.read()?; in read_response_RepeatInt() localVariable
974 let _aidl_return: i64 = _aidl_reply.read()?; in read_response_RepeatLong() localVariable
992 let _aidl_return: f32 = _aidl_reply.read()?; in read_response_RepeatFloat() localVariable
1010 let _aidl_return: f64 = _aidl_reply.read()?; in read_response_RepeatDouble() localVariable
1028 let _aidl_return: String = _aidl_reply.read()?; in read_response_RepeatString() localVariable
1046 let _aidl_return: crate::mangled::_7_android_4_aidl_5_tests_8_ByteEnum = _aidl_reply.read()?; in read_response_RepeatByteEnum() localVariable
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-ndk-source/gen/include/aidl/android/aidl/versioned/tests/
DBnFooInterface.h44 …(const ::aidl::android::aidl::versioned::tests::BazUnion& in_u, std::string* _aidl_return) overrid… in acceptUnionAndReturnString()
47 …droid::aidl::versioned::tests::Foo* out_outFoo, int32_t in_value, int32_t* _aidl_return) override { in ignoreParcelablesAndRepeatInt()
50 …d::vector<::aidl::android::aidl::versioned::tests::Foo>& in_foos, int32_t* _aidl_return) override { in returnsLengthOfFooArray()
/system/security/identity/
DCredentialStore.cpp77 Status CredentialStore::getSecurityHardwareInfo(SecurityHardwareInfoParcel* _aidl_return) { in getSecurityHardwareInfo()
87 sp<IWritableCredential>* _aidl_return) { in createCredential()
131 sp<ICredential>* _aidl_return) { in getCredentialCommon()
162 sp<ICredential>* _aidl_return) { in getCredentialByName()
166 Status CredentialStore::createPresentationSession(int32_t cipherSuite, sp<ISession>* _aidl_return) { in createPresentationSession()
DSession.cpp44 Status Session::getEphemeralKeyPair(vector<uint8_t>* _aidl_return) { in getEphemeralKeyPair()
84 sp<ICredential>* _aidl_return) { in getCredentialForPresentation()
88 Status Session::getAuthChallenge(int64_t* _aidl_return) { in getAuthChallenge()
DCredential.cpp117 Status Credential::getCredentialKeyCertificateChain(std::vector<uint8_t>* _aidl_return) { in getCredentialKeyCertificateChain()
134 bool incrementUsageCount, int64_t* _aidl_return) { in selectAuthKey()
250 GetEntriesResultParcel* _aidl_return) { in getEntries()
584 Status Credential::deleteCredential(vector<uint8_t>* _aidl_return) { in deleteCredential()
612 vector<uint8_t>* _aidl_return) { in deleteWithChallenge()
644 Status Credential::proveOwnership(const vector<uint8_t>& challenge, vector<uint8_t>* _aidl_return) { in proveOwnership()
664 Status Credential::createEphemeralKeyPair(vector<uint8_t>* _aidl_return) { in createEphemeralKeyPair()
727 Status Credential::getAuthKeysNeedingCertification(vector<AuthKeyParcel>* _aidl_return) { in getAuthKeysNeedingCertification()
815 Status Credential::getAuthenticationDataUsageCount(vector<int32_t>* _aidl_return) { in getAuthenticationDataUsageCount()
836 Status Credential::getAuthenticationDataExpirations(vector<int64_t>* _aidl_return) { in getAuthenticationDataExpirations()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/include/android/aidl/versioned/tests/
DBnFooInterface.h35 …rnString(const ::android::aidl::versioned::tests::BazUnion& u, ::std::string* _aidl_return) overri… in acceptUnionAndReturnString()
38 …o, ::android::aidl::versioned::tests::Foo* outFoo, int32_t value, int32_t* _aidl_return) override { in ignoreParcelablesAndRepeatInt()
41 …onst ::std::vector<::android::aidl::versioned::tests::Foo>& foos, int32_t* _aidl_return) override { in returnsLengthOfFooArray()
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp44 bool* _aidl_return) { in registerCallback()
66 const sp<IWakelockCallback>& callback, const std::string& name, bool* _aidl_return) { in registerWakelockCallback()
155 bool* _aidl_return) { in enableAutosuspend()
161 binder::Status SuspendControlServiceInternal::forceSuspend(bool* _aidl_return) { in forceSuspend()
166 binder::Status SuspendControlServiceInternal::getSuspendStats(SuspendInfo* _aidl_return) { in getSuspendStats()
178 std::vector<WakeLockInfo>* _aidl_return) { in getWakeLockStats()
192 std::vector<WakeupInfo>* _aidl_return) { in getWakeupStats()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/
DIFooInterface.rs153 let _aidl_return: String = _aidl_reply.read()?; in read_response_acceptUnionAndReturnString() localVariable
172 let _aidl_return: i32 = _aidl_reply.read()?; in read_response_ignoreParcelablesAndRepeatInt() localVariable
191 let _aidl_return: i32 = _aidl_reply.read()?; in read_response_returnsLengthOfFooArray() localVariable
202 let _aidl_return: i32 = _aidl_reply.read()?; in read_response_getInterfaceVersion() localVariable
214 let _aidl_return: String = _aidl_reply.read()?; in read_response_getInterfaceHash() localVariable
358 let _aidl_return = _aidl_service.r#originalApi(); in on_transact() localVariable
369 let _aidl_return = _aidl_service.r#acceptUnionAndReturnString(&_arg_u); in on_transact() localVariable
384 …let _aidl_return = _aidl_service.r#ignoreParcelablesAndRepeatInt(&_arg_inFoo, &mut _arg_inoutFoo, … in on_transact() localVariable
398 let _aidl_return = _aidl_service.r#returnsLengthOfFooArray(&_arg_foos); in on_transact() localVariable
409 let _aidl_return = _aidl_service.r#getInterfaceVersion(); in on_transact() localVariable
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp603 std::array<uint8_t, 3> _aidl_return; in _aidl_android_aidl_fixedsizearray_FixedSizeArrayExample_IRepeatFixedSizeArray_onTransact() local
625 std::array<int32_t, 3> _aidl_return; in _aidl_android_aidl_fixedsizearray_FixedSizeArrayExample_IRepeatFixedSizeArray_onTransact() local
647 std::array<::ndk::SpAIBinder, 3> _aidl_return; in _aidl_android_aidl_fixedsizearray_FixedSizeArrayExample_IRepeatFixedSizeArray_onTransact() local
669 …array<::aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3> _aidl_return; in _aidl_android_aidl_fixedsizearray_FixedSizeArrayExample_IRepeatFixedSizeArray_onTransact() local
691 std::array<std::array<uint8_t, 3>, 2> _aidl_return; in _aidl_android_aidl_fixedsizearray_FixedSizeArrayExample_IRepeatFixedSizeArray_onTransact() local
713 std::array<std::array<int32_t, 3>, 2> _aidl_return; in _aidl_android_aidl_fixedsizearray_FixedSizeArrayExample_IRepeatFixedSizeArray_onTransact() local
735 std::array<std::array<::ndk::SpAIBinder, 3>, 2> _aidl_return; in _aidl_android_aidl_fixedsizearray_FixedSizeArrayExample_IRepeatFixedSizeArray_onTransact() local
757 …y<::aidl::android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>, 2> _aidl_return; in _aidl_android_aidl_fixedsizearray_FixedSizeArrayExample_IRepeatFixedSizeArray_onTransact() local
785 …int8_t, 3>& in_input, std::array<uint8_t, 3>* out_repeated, std::array<uint8_t, 3>* _aidl_return) { in RepeatBytes()
828 …nt32_t, 3>& in_input, std::array<int32_t, 3>* out_repeated, std::array<int32_t, 3>* _aidl_return) { in RepeatInts()
[all …]
/system/vold/
DVoldNativeService.cpp420 std::string* _aidl_return) { in createObb()
441 std::string* _aidl_return) { in createStubVolume()
489 binder::Status VoldNativeService::getStorageLifeTime(int32_t* _aidl_return) { in getStorageLifeTime()
518 binder::Status VoldNativeService::getWriteAmount(int32_t* _aidl_return) { in getWriteAmount()
527 android::base::unique_fd* _aidl_return) { in mountAppFuse()
543 android::base::unique_fd* _aidl_return) { in openAppFuseFile()
622 binder::Status VoldNativeService::getUnlockedUsers(std::vector<int>* _aidl_return) { in getUnlockedUsers()
687 binder::Status VoldNativeService::needsRollback(bool* _aidl_return) { in needsRollback()
695 binder::Status VoldNativeService::needsCheckpoint(bool* _aidl_return) { in needsCheckpoint()
703 binder::Status VoldNativeService::isCheckpointing(bool* _aidl_return) { in isCheckpointing()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs517 let _aidl_return: [u8; 3] = _aidl_reply.read()?; localVariable
535 let _aidl_return: [i32; 3] = _aidl_reply.read()?; localVariable
553 let _aidl_return: [binder::SpIBinder; 3] = _aidl_reply.read()?; localVariable
571 …let _aidl_return: [crate::mangled::_7_android_4_aidl_14_fixedsizearray_21_FixedSizeArrayExample_13… localVariable
589 let _aidl_return: [[u8; 3]; 2] = _aidl_reply.read()?; localVariable
607 let _aidl_return: [[i32; 3]; 2] = _aidl_reply.read()?; localVariable
625 let _aidl_return: [[binder::SpIBinder; 3]; 2] = _aidl_reply.read()?; localVariable
643 …let _aidl_return: [[crate::mangled::_7_android_4_aidl_14_fixedsizearray_21_FixedSizeArrayExample_1… localVariable
811 let _aidl_return = _aidl_service.r#RepeatBytes(&_arg_input, &mut _arg_repeated); in on_transact() localVariable
825 let _aidl_return = _aidl_service.r#RepeatInts(&_arg_input, &mut _arg_repeated); in on_transact() localVariable
[all …]
/system/core/storaged/
Dstoraged_service.cpp177 binder::Status StoragedService::getRecentPerf(int32_t* _aidl_return) { in getRecentPerf()
192 vector<::android::os::storaged::UidInfo>* _aidl_return) { in dumpUids()
207 vector<int32_t>* _aidl_return) { in dumpPerfHistory()

123