Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 24 of 24) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DJITDebugReader.h160 struct Process { struct
161 pid_t pid = -1;
162 bool initialized = false;
163 bool died = false;
164 bool is_64bit = false;
166 uint64_t descriptors_addr = 0;
190 bool ReadProcess(Process& process, std::vector<JITDebugInfo>* debug_info); argument
H A Dcmd_debug_unwind.cpp233 bool Process() override { in Process() function in simpleperf::__anondd5ea2ca0110::SampleUnwinder
354 bool Process() override { in Process() function in simpleperf::__anondd5ea2ca0110::TestFileGenerator
501 bool Process() override { in Process() function in simpleperf::__anondd5ea2ca0110::ReportGenerator
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_CmdQueue.cpp120 void* MessageQueue::Process(void *param) in Process() function in MessageQueue
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_CmdQueue.cpp120 void* MessageQueue::Process(void *param) in Process() function in MessageQueue
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_CmdQueue.cpp120 void* MessageQueue::Process(void *param) in Process() function in MessageQueue
/aosp12/frameworks/base/core/proto/android/os/
H A Dprocrank.proto29 message Process { message
H A Dps.proto28 message Process { message
H A Dbatterystats.proto710 message Process { message
/aosp12/art/tools/
H A Dstream-trace-converter.py144 def Process(self, input, body): member in Rewriter
/aosp12/system/extras/simpleperf/scripts/inferno/
H A Ddata_types.py51 class Process(object): class
/aosp12/frameworks/base/tools/aapt2/link/
H A DXmlCompatVersioner.cpp132 std::vector<std::unique_ptr<xml::XmlResource>> XmlCompatVersioner::Process( in Process() function in aapt::XmlCompatVersioner
/aosp12/packages/modules/adb/
H A Dsysdeps.h317 constexpr Process(Process&& other) : h_(std::exchange(other.h_, nullptr)) {} in Process() function
753 constexpr explicit Process(pid_t pid) : pid_(pid) {} in Process() function
754 constexpr Process(Process&& other) : pid_(std::exchange(other.pid_, -1)) {} in Process() function
/aosp12/system/testing/gtest_extras/
H A DOptions.cpp310 bool Options::Process(const std::vector<const char*>& args, std::vector<char*>* child_args) { in Process() function in android::gtest_extras::Options
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp173 bool ShaderProgram::Process(const std::vector<const GLTextureHandle*>& input, in Process() function in android::filterfw::ShaderProgram
217 bool ShaderProgram::Process(const std::vector<const GLFrame*>& input, GLFrame* output) { in Process() function in android::filterfw::ShaderProgram
/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcess.h297 void Process(TO* const out, in Process() function
/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/
H A DKeyMintBenchmark.cpp209 optional<string> Process(const string& message, const string& signature = "") { in Process() function in aidl::android::hardware::security::keymint::test::KeyMintBenchmarkTest
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp209 class Process { class
212 Process(const std::function<void(Pipe*)>& f) { in Process() function in android::Process
/aosp12/frameworks/base/core/java/android/os/
H A DProcess.java45 public class Process { class
/aosp12/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto670 message Process { message
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc3198 inline void ConcurrentCopying::Process(mirror::Object* obj, MemberOffset offset) { in Process() function in art::gc::collector::ConcurrentCopying
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2844 TEST_F(SwitchInputMapperTest, Process) { in TEST_F() argument
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc7857 void Process(const MemoryRegion& region, int pos) override { in Process() function in art::x86_64::RIPFixup
H A Dcode_generator_x86.cc8776 void Process(const MemoryRegion& region, int pos) override { in Process() function in art::x86::RIPFixup
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...