Home
last modified time | relevance | path

Searched defs:process (Results 1 – 13 of 13) sorted by relevance

/system/extras/simpleperf/inferno/
Dinferno.py52 def collect_data(adb_client, process): argument
115 def parse_samples(process, args): argument
145 def collapse_callgraphs(process): argument
167 def output_report(process): argument
228 def generate_threads_offsets(process): argument
233 def collect_machine_info(adb_client, process): argument
Dadb_root.py5 def collect_data(self, process): argument
Dadb_non_root.py12 def collect_data(self, process): argument
/system/netd/server/
DIptablesRestoreController.cpp209 std::unique_ptr<IptablesProcess> *process = in sendCommand() local
255 void IptablesRestoreController::maybeLogStderr(const std::unique_ptr<IptablesProcess> &process, in maybeLogStderr()
272 bool IptablesRestoreController::drainAndWaitForAck(const std::unique_ptr<IptablesProcess> &process, in drainAndWaitForAck()
/system/extras/libpagemap/
Dpagemap_test.cpp27 pm_process_t* process; in TEST() local
/system/libvintf/
DKernelConfigParser.cpp114 status_t KernelConfigParser::process(const char* buf, size_t len) { in process() function in android::vintf::KernelConfigParser
/system/core/libunwindstack/tests/
DDwarfSectionTest.cpp157 MemoryFake process; in TEST_F() local
/system/extras/libfec/
Dfec_process.cpp43 ssize_t process(fec_handle *f, uint8_t *buf, size_t count, uint64_t offset, in process() function
/system/extras/verity/fec/
Dimage.cpp346 static void * process(void *cookie) in process() function
/system/media/audio_utils/
DPowerLog.cpp70 size_t process = std::min(required, frames); in log() local
/system/extras/librank/
Dlibrank.c160 struct process_info *process; in get_process() local
/system/extras/simpleperf/
Dthread_tree.cpp89 ThreadEntry* process = FindThreadOrNew(pid, pid); in CreateThread() local
/system/libhwbinder/
DIPCThreadState.cpp341 sp<ProcessState> IPCThreadState::process() in process() function in android::hardware::IPCThreadState