Searched refs:dev_ (Results 1 – 3 of 3) sorted by relevance
109 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_); in ScopedLoopbackDeviceBinder()113 *dev = dev_; in ScopedLoopbackDeviceBinder()121 if (UnbindLoopDevice(dev_)) in ~ScopedLoopbackDeviceBinder()130 return dev_; in dev()136 std::string dev_;
63 explicit DmBlockDevice(struct dm_name_list* d) : name_(d->name), dev_(d->dev){}; in DmBlockDevice()69 uint32_t Major() const { return major(dev_); } in Major()72 uint32_t Minor() const { return minor(dev_); } in Minor()77 uint64_t dev_; variable
75 static const hwvulkan_device_t& Device() { return *Get().dev_; } in Device()80 Hal() : dev_(nullptr), debug_report_index_(-1) {} in Hal()90 const hwvulkan_device_t* dev_; member in vulkan::driver::__anon1d23e1e50110::Hal248 if (hal_.dev_) in Open()252 hal_.dev_ = &stubhal::kDevice; in Open()284 hal_.dev_ = device; in Open()296 if (!hal_.dev_) in ShouldUnloadBuiltinDriver()300 if (hal_.dev_ == &stubhal::kDevice) in ShouldUnloadBuiltinDriver()316 ALOG_ASSERT(!hal_.dev_->common.close(hal_.dev_->common), in UnloadBuiltinDriver()320 android_unload_sphal_library(hal_.dev_->common.module->dso); in UnloadBuiltinDriver()[all …]