Home
last modified time | relevance | path

Searched refs:Inject (Results 1 – 11 of 11) sorted by relevance

/system/extras/simpleperf/include/
Dsimpleperf_profcollect.hpp21 bool Inject(const char* traceInput, const char* profileOutput);
/system/bt/gd/os/fuzz/
Dfuzz_inject_queue.h35 void Inject(std::unique_ptr<T> data) { in Inject() function
/system/bt/gd/l2cap/fuzz/
Dchannel_fuzz_controller.cc38 channelInject_->Inject(std::move(packet)); in injectFrame()
Dshim_l2cap.h60 …hci::fuzz::FuzzHciLayer* fuzzHci = fake_registry_.Inject<hci::fuzz::FuzzHciLayer>(&hci::HciLayer::… in ShimL2capFuzz()
/system/bt/gd/hci/fuzz/
Dacl_manager_fuzz_test.cc42 FuzzHciLayer* fuzzHci = moduleRegistry.Inject<FuzzHciLayer>(&HciLayer::Factory); in LLVMFuzzerTestOneInput()
Dhci_layer_fuzz_test.cc43 FuzzHciHal* fuzzHal = moduleRegistry.Inject<FuzzHciHal>(&HciHal::Factory); in LLVMFuzzerTestOneInput()
Dhci_layer_fuzz_client.cc91 aclInject_->Inject(AclBuilder::FromView(aclPacket)); in injectAclData()
Dfuzz_hci_layer.cc128 acl_inject_->Inject(std::move(packet)); in injectAclData()
/system/extras/simpleperf/
Dprofcollect.cpp48 bool Inject(const char* traceInput, const char* profileOutput) { in Inject() function
/system/extras/simpleperf/rust/
Dlib.rs64 simpleperf_profcollect_bindgen::Inject(trace_path.as_ptr(), profile_path.as_ptr()); in process()
/system/bt/gd/
Dmodule.h217 T* Inject(const ModuleFactory* overriding) { in Inject() function