Home
last modified time | relevance | path

Searched refs:process (Results 1 – 9 of 9) sorted by relevance

/trusty/user/base/interface/smc/
DREADME11 - Service can only process one message at a time.
12 - Clients must process the response before sending another message.
/trusty/device/arm/generic-arm64/project/qemu/
DLLDB_README.md28 that were included in the build process.
32 The LLDB scripting that exists is *not* process-aware. It works purely off of
67 lose track of the process. You'll need to add another breakpoint on the line
68 below, `if (rc < 0) {` to catch the process again.
/trusty/user/app/secretkeeper/
Dlib.rs99 process: T, in fragmented_process()
106 let full_rsp = process(&full_req); in fragmented_process()
143 self.ta.borrow_mut().process(req) in on_message()
177 self.ta.borrow_mut().process(req) in on_message()
/trusty/vendor/google/aosp/ide/vscode/
DREADME.md33 process after syscalls are made. You'll need to add breakpoints after each
/trusty/user/app/sample/stats-test/
DREADME.md84 critical Initialisation process
90 option unit test process
/trusty/vendor/google/aosp/scripts/
Dlog_processor.py274 def process(self, long_line, error): member in LogProcessor
376 self.process(line, self.err)
/trusty/kernel/lib/ubsan/
Dexemptlist43 # If we are inside Musl's ldso or crt components, we're too early in process
/trusty/user/app/sample/rust-hello-world/
DREADME.md61 …alization - the logic for turning incoming IPC messages into a string to process, and the logic fo…
/trusty/user/app/keymint/
Dipc_manager.rs119 let resp = self.km_ta.borrow_mut().process(req_data); in handle_message()