Searched refs:module_ (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/tv/tuner/aidl/default/ |
D | dtv_plugin.cpp | 9 module_ = NULL; in DtvPlugin() 15 if (module_ != NULL) { in ~DtvPlugin() 16 if (dlclose(module_)) ALOGE("DtvPlugin: Failed to close plugin '%s'", basename_); in ~DtvPlugin() 23 module_ = dlopen(path_, RTLD_LAZY); in load() 24 if (module_ == NULL) { in load() 30 interface_ = (dtv_plugin*)dlsym(module_, "plugin_entry"); in load() 49 if (dlclose(module_)) ALOGE("Failed to close plugin '%s'", basename_); in load()
|
D | dtv_plugin.h | 26 void* module_; variable
|
/hardware/interfaces/boot/aidl/client/ |
D | BootControlClient.cpp | 68 BootControlClientAidl(std::shared_ptr<IBootControl> module) : module_(module) {} in BootControlClientAidl() 75 LOG_NDK_STATUS(module_->getNumberSlots(&ret)); in GetNumSlots() 81 LOG_NDK_STATUS(module_->getCurrentSlot(&ret)); in GetCurrentSlot() 86 LOG_NDK_STATUS(module_->getSnapshotMergeStatus(&status)); in getSnapshotMergeStatus() 91 const auto status = module_->getSuffix(slot, &ret); in GetSuffix() 102 const auto status = module_->isSlotBootable(slot, &ret); in IsSlotBootable() 112 const auto status = module_->setSlotAsUnbootable(slot); in MarkSlotUnbootable() 121 const auto status = module_->setActiveBootSlot(slot); in SetActiveBootSlot() 130 LOG_NDK_STATUS(module_->getActiveBootSlot(&ret)); in GetActiveBootSlot() 137 const auto status = module_->isSlotMarkedSuccessful(slot, &ret); in IsSlotMarkedSuccessful() [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.h | 64 const hw_module_t *module_; variable
|
D | hwc_buffer_allocator.cpp | 43 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module_); in HWCBufferAllocator() 47 gralloc1_open(module_, &gralloc_device_); in HWCBufferAllocator()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.h | 64 const hw_module_t *module_; variable
|
D | hwc_buffer_allocator.cpp | 43 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module_); in HWCBufferAllocator() 47 gralloc1_open(module_, &gralloc_device_); in HWCBufferAllocator()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.h | 68 const hw_module_t *module_; variable
|
D | hwc_buffer_allocator.cpp | 45 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module_); in HWCBufferAllocator() 49 gralloc1_open(module_, &gralloc_device_); in HWCBufferAllocator()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.h | 68 const hw_module_t *module_; variable
|
D | hwc_buffer_allocator.cpp | 45 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module_); in Init() 51 err = gralloc1_open(module_, &gralloc_device_); in Init()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 6712 …ESPACE::ShaderStageFlagBits::eVertex, VULKAN_HPP_NAMESPACE::ShaderModule module_ = {}, const char … in PipelineShaderStageCreateInfo() 6713 …: pNext( pNext_ ), flags( flags_ ), stage( stage_ ), module( module_ ), pName( pName_ ), pSpeciali… 6751 …ineShaderStageCreateInfo & setModule( VULKAN_HPP_NAMESPACE::ShaderModule module_ ) VULKAN_HPP_NOEX… in setModule() 6753 module = module_; in setModule()
|
D | vulkan_structs.hpp | 14868 …ESPACE::ShaderStageFlagBits::eVertex, VULKAN_HPP_NAMESPACE::ShaderModule module_ = {}, const char … in PipelineShaderStageCreateInfo() 14869 …: pNext( pNext_ ), flags( flags_ ), stage( stage_ ), module( module_ ), pName( pName_ ), pSpeciali… 14907 …ineShaderStageCreateInfo & setModule( VULKAN_HPP_NAMESPACE::ShaderModule module_ ) VULKAN_HPP_NOEX… in setModule() 14909 module = module_; in setModule() 18341 VULKAN_HPP_CONSTEXPR CuFunctionCreateInfoNVX(VULKAN_HPP_NAMESPACE::CuModuleNVX module_ = {}, const … in CuFunctionCreateInfoNVX() 18342 : pNext( pNext_ ), module( module_ ), pName( pName_ ) 18368 …4 CuFunctionCreateInfoNVX & setModule( VULKAN_HPP_NAMESPACE::CuModuleNVX module_ ) VULKAN_HPP_NOEX… in setModule() 18370 module = module_; in setModule()
|