/hardware/google/aemu/base/include/aemu/base/process/ |
D | Process.h | 43 class Process { 45 virtual ~Process(){}; in ~Process() 83 bool operator==(const Process& rhs) const { return (mPid == rhs.mPid); } 84 bool operator!=(const Process& rhs) const { return !operator==(rhs); } 87 static std::unique_ptr<Process> fromPid(Pid pid); 90 static std::vector<std::unique_ptr<Process>> fromName(std::string name); 93 static std::unique_ptr<Process> me(); 162 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 | thread_chip.cpp | 190 void ThreadChip::Process(const otSysMainloopContext& context) { in Process() function in aidl::android::hardware::threadnetwork::ThreadChip 192 mSpinelInterface->Process(&context); in Process()
|
D | socket_interface.hpp | 125 void Process(const void* aMainloopContext);
|
/hardware/google/gfxstream/guest/android-emu/ |
D | Android.bp | 21 "aemu/base/Process.cpp", 64 "aemu/base/Process.cpp",
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | meson.build | 9 'Process.cpp',
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_CmdQueue.h | 102 static void* Process(void *);
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_CmdQueue.h | 102 static void* Process(void *);
|
/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 672 if (!keymintTest->Process(message)) { in sign() 712 std::optional<string> signature = keymintTest->Process(message); in verify() 730 if (!keymintTest->Process(message, *signature)) { in verify() 819 if (!keymintTest->Process(message)) { in encrypt() 862 encryptedMessage = keymintTest->Process(message); in decrypt() 880 if (!keymintTest->Process(*encryptedMessage)) { in decrypt()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_CmdQueue.cpp | 120 void* MessageQueue::Process(void *param) in Process() function in MessageQueue
|
/hardware/qcom/display/msm8998/ |
D | configure.ac | 5 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ |
D | configure.ac | 2 # Process this file with autoconf to produce a configure script.
|
/hardware/qcom/sm7250/display/ |
D | configure.ac | 5 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_CmdQueue.cpp | 120 void* MessageQueue::Process(void *param) in Process() function in MessageQueue
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/sm8150/display/ |
D | configure.ac | 5 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ |
D | configure.ac | 2 # Process this file with autoconf to produce a configure script.
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/sm7250/gps/batching/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/sm8150/gps/batching/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script
|