Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/os/
Dprocrank.proto29 message Process { message
Dps.proto28 message Process { message
Dbatterystats.proto710 message Process { message
/frameworks/base/tools/aapt2/link/
DXmlCompatVersioner.cpp132 std::vector<std::unique_ptr<xml::XmlResource>> XmlCompatVersioner::Process( in Process() function in aapt::XmlCompatVersioner
/frameworks/av/media/libaudioprocessing/
DAudioResamplerFirProcess.h297 void Process(TO* const out, in Process() function
/frameworks/base/media/mca/filterfw/native/core/
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
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp72 class Process { class
74 Process(Process&& other) in Process() function in android::Process
83 Process(const std::function<void(android::base::borrowed_fd /* writeEnd */, in Process() function in android::Process
/frameworks/base/core/java/android/os/
DProcess.java49 public class Process { class
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto692 message Process { message
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2740 TEST_F(SwitchInputMapperTest, Process) { in TEST_F() argument