Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 19 of 19) sorted by relevance

/device/generic/vulkan-cereal/base/
DThreadPool.h90 ThreadPool(int threads, Fn&& processor) : mProcessor() { in ThreadPool() argument
92 mProcessor = std::move(processor); in ThreadPool()
95 mProcessor = std::bind(std::move(processor), _1); in ThreadPool()
112 explicit ThreadPool(Processor&& processor) in ThreadPool() argument
113 : ThreadPool(0, std::move(processor)) {} in ThreadPool()
DWorkerThread.h75 WorkerThread(Processor&& processor) in WorkerThread() argument
76 : mProcessor(std::move(processor)), mThread([this]() { worker(); }) { in WorkerThread()
/device/google/coral-sepolicy/vendor/qcom/common/
Dchre.te3 # the applications processor to interact CHRE
/device/generic/vulkan-cereal/protocols/vulkan/
Dcopyright-spec.txt48 architecture, processor architecture or microarchitecture, memory
/device/generic/vulkan-cereal/protocols/vulkan/LICENSES/
DLicenseRef-KhronosSpecCopyright.txt48 architecture, processor architecture or microarchitecture, memory
/device/google/cuttlefish/shared/sepolicy/vendor/
Dfile_contexts97 /vendor/bin/hw/android\.hardware\.input\.processor-service\.example u:object_r:hal_input_processor…
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/proto/
Dperfetto_trace.proto1285 // Trace processor will attempt to translate packet/event timestamps from
1702 // processor will take care of realigning clocks using the ClockSnapshot(s).
2090 // be overridden in TraceConfig's builtin_data_sources. Trace processor will
6212 // processor.
6574 // For trace processor metatracing.
7134 // the trace processor.
7332 optional string processor = 1; field
7579 // trace processor, legacy JSON format, or UI. Trace processor will infer a
7676 // events; trace processor uses this fact to detect pid reuse). If you need
7679 // Trace processor will merge events on a process track with slice-type events
[all …]
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto1544 // Trace processor will attempt to translate packet/event timestamps from
2054 // processor will take care of realigning clocks using the ClockSnapshot(s).
2623 // be overridden in TraceConfig's builtin_data_sources. Trace processor will
7454 // For trace processor metatracing.
8146 // the trace processor.
8359 optional string processor = 1; field
8691 // trace processor, legacy JSON format, or UI. Trace processor will infer a
8792 // events; trace processor uses this fact to detect pid reuse). If you need
8795 // Trace processor will merge events on a process track with slice-type events
8803 // such track per thread (trace processor uses this fact to detect tid reuse).
[all …]
/device/google/cuttlefish/shared/
Ddevice.mk600 android.hardware.input.processor-service.example
/device/generic/vulkan-cereal/protocols/vulkan/style/
Dwriting.txt538 The KaTeX processor used to render LaTeX math inside HTML documents does not
541 Similarly, the asciidoctor-mathematical processor does not support
Dmarkup.txt1022 | device | GPU / processor / accelerator
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
Dglossary.txt390 The processor(s) and execution environment that perform tasks requested
709 The processor(s) and execution environment that the application runs on,
Dmemorymodel.txt916 processor with the same path to memory, and thus availability and visibility
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dfundamentals.txt858 a structure) satisfy the alignment requirements of the host processor.
Ddevsandqueues.txt224 separate processor connected to the host via an interlink.
Dlimits.txt2138 Shader arrays within a shader engine share shader processor input (wave
/device/generic/vulkan-cereal/third-party/angle/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m42698 # escape sequences your post-processor will handle. For that matter,
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.h43288 ::protozero::ConstChars processor() const { return at<1>().as_string(); }
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.h115643 ::protozero::ConstChars processor() const { return at<1>().as_string(); }