/hardware/google/aemu/base/include/aemu/base/process/ |
D | Process.h | 45 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/ |
D | service.cpp | 39 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()
|
D | service.hpp | 29 void Process(const otSysMainloopContext& context) override;
|
D | thread_chip.hpp | 45 void Process(const otSysMainloopContext& context) override;
|
D | socket_interface.hpp | 125 void Process(const void* aMainloopContext);
|
D | thread_chip.cpp | 195 void ThreadChip::Process(const otSysMainloopContext& context) { in Process() function in aidl::android::hardware::threadnetwork::ThreadChip 197 mSpinelInterface->Process(&context); in Process()
|
D | socket_interface.cpp | 192 void SocketInterface::Process(const void* aMainloopContext) { in Process() function in aidl::android::hardware::threadnetwork::SocketInterface
|
/hardware/google/gfxstream/guest/android-emu/ |
D | Android.bp | 19 "aemu/base/Process.cpp", 57 "aemu/base/Process.cpp",
|
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | KeyMintBenchmark.cpp | 282 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/ |
D | ICas.hal | 68 * 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/ |
D | main.cpp | 170 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/ |
D | types.hal | 104 * | Process | 23 | 0 The effect implements a process function.
|
/hardware/interfaces/audio/effect/7.0/ |
D | types.hal | 106 * | Process | 23 | 0 The effect implements a process function.
|
/hardware/interfaces/audio/effect/5.0/ |
D | types.hal | 105 * | Process | 23 | 0 The effect implements a process function.
|
/hardware/interfaces/audio/effect/6.0/ |
D | types.hal | 105 * | Process | 23 | 0 The effect implements a process function.
|
/hardware/interfaces/audio/effect/2.0/ |
D | types.hal | 104 * | Process | 23 | 0 The effect implements a process function.
|
/hardware/google/aemu/base/ |
D | BUILD.bazel | 118 "include/aemu/base/process/Process.h",
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 282 * Process for establishing K:
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 2587 * Process memory usage by Oom groups
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 3161 * string: "/system/bin/log" // Process execution command.
|