Home
last modified time | relevance | path

Searched refs:hw_module_t (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoEncoderOMXComponent.h27 struct hw_module_t;
93 mutable const hw_module_t *mGrallocModule;
/frameworks/native/vulkan/include/hardware/
Dhwvulkan.h33 struct hw_module_t common;
/frameworks/base/services/core/jni/
Dcom_android_server_fingerprint_FingerprintService.cpp202 const hw_module_t *hw_module = NULL; in nativeOpenHal()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp112 int OpenDevice(const hw_module_t* module, const char* id, hw_device_t** device);
154 int OpenDevice(const hw_module_t* /*module*/, in OpenDevice() argument
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp142 hw_module_t const *hwcModule; in hwcTestOpenHwc()
/frameworks/native/vulkan/libvulkan/
Ddriver.cpp204 auto hmi = static_cast<hw_module_t*>(dlsym(so, HAL_MODULE_INFO_SYM_AS_STR)); in LoadDriver()