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

  /test/vts-testcase/fuzz/iface_fuzzer/include/
ProtoFuzzerRunner.h 33 std::shared_ptr<DriverBase> hal_; member in struct:android::vts::fuzzer::IfaceDesc
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerRunner.cpp 169 .comp_spec_ = comp_spec, .hal_ = hal,
191 iface_desc->second.hal_->CallFunction(func_spec, "", &result);
216 .comp_spec_ = comp_spec, .hal_ = hal,
  /frameworks/native/vulkan/libvulkan/
driver.cpp 69 static const Hal& Get() { return hal_; }
81 static Hal hal_; member in class:vulkan::driver::__anon41552::Hal
140 Hal Hal::hal_; member in class:vulkan::driver::__anon41552::Hal
207 ALOG_ASSERT(!hal_.dev_, "OpenHAL called more than once");
210 hal_.dev_ = &stubhal::kDevice;
247 hal_.dev_ = device;
249 hal_.InitDebugReportIndex();
    [all...]

Completed in 867 milliseconds