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

  /test/vts/drivers/hal/common/include/utils/
InterfaceSpecUtil.h 55 string GetComponentName(const string& type_name);
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalSubmoduleCodeGen.cpp 46 string component_name = GetComponentName(message);
DriverCodeGenBase.cpp 48 string component_name = GetComponentName(message);
69 fuzzer_extended_class_name = "FuzzerExtended_" + GetComponentName(message);
91 string component_name = GetComponentName(message);
103 fuzzer_extended_class_name = "FuzzerExtended_" + GetComponentName(message);
HalHidlCodeGen.cpp 576 << "/" << GetComponentName(message) << ".h>"
608 << "/" << GetComponentName(message) << ".h>"
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/inc/
cmodule.h 65 OMX_STRING GetComponentName(void);
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.h 88 string GetComponentName(const ComponentSpecificationMessage& message);
VtsCompilerUtils.cpp 587 return GetComponentName(message);
590 string GetComponentName(const ComponentSpecificationMessage& message) {
610 GetComponentName(message));
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 95 cmodule->GetLibraryName(), cmodule->GetComponentName());
182 cname = cmodule->GetComponentName();
208 cname = cmodule->GetComponentName();
326 cname = cmodule->GetComponentName();
362 cname = cmodule->GetComponentName();
  /test/vts/drivers/hal/common/utils/
InterfaceSpecUtil.cpp 126 string GetComponentName(const string& type_name) {
  /hardware/intel/common/wrs_omxil_core/base/src/
cmodule.cpp 126 OMX_STRING CModule::GetComponentName(void)
  /test/vts/compilation_tools/vtsc/code_gen/fuzzer/
HalHidlFuzzerCodeGen.cpp 35 << GetVersion(comp_spec_) << "/" << GetComponentName(comp_spec_)
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp 413 << "/" << GetComponentName(message) << ".h>\n";
481 out << "if (strcmp(interface, \"" << GetComponentName(message)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vswriter.h 288 STDMETHOD_(HRESULT,GetComponentName)(THIS_ BSTR *pwszName) PURE;
333 #define IVssComponent_GetComponentName(This,pwszName) (This)->lpVtbl->GetComponentName(This,pwszName)
391 STDMETHOD_(HRESULT,GetComponentName)(THIS_ BSTR *pwszName) PURE;
445 #define IVssComponentEx_GetComponentName(This,pwszName) (This)->lpVtbl->GetComponentName(This,pwszName)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideDxe.c 210 GetComponentName (
796 DriverName = GetComponentName (DriverBindingHandle);
    [all...]
  /test/vts/drivers/hal/common/driver_manager/
VtsHalDriverManager.cpp 158 string component_name = GetComponentName(type_name);

Completed in 1348 milliseconds