HomeSort by relevance Sort by last modified time
    Searched refs:writeout_fn (Results 1 - 3 of 3) sorted by null

  /test/vts/drivers/hal/common/include/component_loader/
DllLoader.h 30 typedef void (*writeout_fn)(); typedef in namespace:android::vts
53 bool GcovInit(writeout_fn wfn, flush_fn ffn);
  /test/vts/drivers/hal/common/component_loader/
DllLoader.cpp 69 bool DllLoader::GcovInit(writeout_fn wfn, flush_fn ffn) {
70 void (*func)(writeout_fn, flush_fn) =
71 (void (*)(writeout_fn, flush_fn))LoadSymbol("llvm_gcov_init");
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 91 typedef void (*writeout_fn)(); typedef
94 writeout_fn fn;
501 void llvm_register_writeout_function(writeout_fn fn) {
565 void llvm_gcov_init(writeout_fn wfn, flush_fn ffn) {

Completed in 109 milliseconds