Home
last modified time | relevance | path

Searched refs:Process (Results 1 – 20 of 20) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/process/
DProcess.h45 class Process {
47 virtual ~Process() = default;
116 bool operator==(const Process& rhs) const { return (mPid == rhs.mPid); }
117 bool operator!=(const Process& rhs) const { return !operator==(rhs); }
126 static std::unique_ptr<Process> fromPid(Pid pid);
141 static std::vector<std::unique_ptr<Process>> fromName(std::string name);
147 static std::unique_ptr<Process> me();
261 class ObservableProcess : public Process {
/hardware/interfaces/threadnetwork/aidl/default/
Dservice.cpp39 void Service::Process(const otSysMainloopContext& context) { in Process() function in aidl::android::hardware::threadnetwork::Service
66 ot::Posix::Mainloop::Manager::Get().Process(context); in startLoop()
Dservice.hpp29 void Process(const otSysMainloopContext& context) override;
Dthread_chip.hpp45 void Process(const otSysMainloopContext& context) override;
Dsocket_interface.hpp125 void Process(const void* aMainloopContext);
Dthread_chip.cpp195 void ThreadChip::Process(const otSysMainloopContext& context) { in Process() function in aidl::android::hardware::threadnetwork::ThreadChip
197 mSpinelInterface->Process(&context); in Process()
Dsocket_interface.cpp192 void SocketInterface::Process(const void* aMainloopContext) { in Process() function in aidl::android::hardware::threadnetwork::SocketInterface
/hardware/google/gfxstream/guest/android-emu/
DAndroid.bp19 "aemu/base/Process.cpp",
57 "aemu/base/Process.cpp",
/hardware/interfaces/security/keymint/aidl/vts/performance/
DKeyMintBenchmark.cpp282 optional<string> Process(const string& message, const string& signature = "") { in Process() function in aidl::android::hardware::security::keymint::test::KeyMintBenchmarkTest
673 if (!keymintTest->Process(message)) { in sign()
713 std::optional<string> signature = keymintTest->Process(message); in verify()
731 if (!keymintTest->Process(message, *signature)) { in verify()
820 if (!keymintTest->Process(message)) { in encrypt()
863 encryptedMessage = keymintTest->Process(message); in decrypt()
881 if (!keymintTest->Process(*encryptedMessage)) { in decrypt()
/hardware/interfaces/cas/1.0/
DICas.hal68 * Process an ECM from the ECM stream for this session’s elementary stream.
78 * Process an in-band EMM from the EMM stream.
/hardware/interfaces/secure_element/aidl/default/
Dmain.cpp170 virtual RawApdu Process(Apdu const& apdu) = 0;
215 se::RawApdu Process(se::Apdu const& apdu) override { in Process() function in CtsAndroidOmapiTestApplet
645 response_apdu = channels_[channel_number].applet->Process(apdu); in transmit()
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal104 * | Process | 23 | 0 The effect implements a process function.
/hardware/interfaces/audio/effect/7.0/
Dtypes.hal106 * | Process | 23 | 0 The effect implements a process function.
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal105 * | Process | 23 | 0 The effect implements a process function.
/hardware/interfaces/audio/effect/6.0/
Dtypes.hal105 * | Process | 23 | 0 The effect implements a process function.
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal104 * | Process | 23 | 0 The effect implements a process function.
/hardware/google/aemu/base/
DBUILD.bazel118 "include/aemu/base/process/Process.h",
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal282 * Process for establishing K:
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto2587 * Process memory usage by Oom groups
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal3161 * string: "/system/bin/log" // Process execution command.