HomeSort by relevance Sort by last modified time
    Searched defs:DllLoader (Results 1 - 2 of 2) sorted by null

  /test/vts/drivers/hal/common/component_loader/
DllLoader.cpp 17 #include "component_loader/DllLoader.h"
25 DllLoader::DllLoader() : handle_(NULL) {}
27 DllLoader::~DllLoader() {
34 void* DllLoader::Load(const char* file_path) {
51 loader_function DllLoader::GetLoaderFunction(const char* function_name) const {
55 loader_function_with_arg DllLoader::GetLoaderFunctionWithArg(
60 bool DllLoader::SancovResetCoverage() {
69 bool DllLoader::GcovInit(writeout_fn wfn, flush_fn ffn)
    [all...]
  /test/vts/drivers/hal/common/include/component_loader/
DllLoader.h 34 class DllLoader {
36 DllLoader();
37 virtual ~DllLoader();

Completed in 82 milliseconds