Home
last modified time | relevance | path

Searched refs:_aidl_return (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/client_interface/
DDebuggerImpl.cpp143 ScopedAStatus DebuggerImpl::getPipeProfilingInfo(ProfilingData* _aidl_return) { in getPipeProfilingInfo() argument
144 if (!_aidl_return) { in getPipeProfilingInfo()
158 _aidl_return->type = ToAidlProfilingType(profilingType); in getPipeProfilingInfo()
159 _aidl_return->size = 0; in getPipeProfilingInfo()
163 _aidl_return->type = mProfilingData.type; in getPipeProfilingInfo()
164 _aidl_return->size = mProfilingData.size; in getPipeProfilingInfo()
165 _aidl_return->dataFds = std::move(mProfilingData.dataFds); in getPipeProfilingInfo()
DAidlClientImpl.cpp196 ScopedAStatus AidlClientImpl::getPipeDescriptor(PipeDescriptor* _aidl_return) { in getPipeDescriptor() argument
197 if (_aidl_return == nullptr) { in getPipeDescriptor()
200 *_aidl_return = OptionsToPipeDescriptor(mGraphOptions); in getPipeDescriptor()
344 _aidl_return) { in getPipeDebugger()
345 if (_aidl_return == nullptr) { in getPipeDebugger()
351 *_aidl_return = mPipeDebugger; in getPipeDebugger()
DAidlClientImpl.h61 aidl::android::automotive::computepipe::runner::PipeDescriptor* _aidl_return) override;
77 _aidl_return) override;
DDebuggerImpl.h51 aidl::android::automotive::computepipe::runner::ProfilingData* _aidl_return) override;
/packages/services/Car/cpp/computepipe/example/
DFaceTracker.h60 ndk::ScopedAStatus getClientName(std::string* _aidl_return) override { in getClientName() argument
61 if (_aidl_return) { in getClientName()
62 *_aidl_return = "FaceTrackerClient"; in getClientName()
/packages/services/Car/cpp/computepipe/tests/
DFakeRunner.h41 ::aidl::android::automotive::computepipe::runner::PipeDescriptor* _aidl_return) override;
56 _aidl_return) override;
/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
DClientInterfaceTest.cc92 ScopedAStatus getClientName(std::string* _aidl_return) { in getClientName() argument
93 if (_aidl_return) { in getClientName()
94 *_aidl_return = "ClientInfo"; in getClientName()