/device/generic/goldfish/camera/ |
EmulatedQemuCamera2.h | 35 EmulatedQemuCamera2(int cameraId, bool facingBack, struct hw_module_t* module);
|
EmulatedFakeCamera.h | 38 EmulatedFakeCamera(int cameraId, bool facingBack, struct hw_module_t* module);
|
EmulatedQemuCamera.h | 35 EmulatedQemuCamera(int cameraId, struct hw_module_t* module);
|
EmulatedQemuCamera2.cpp | 34 struct hw_module_t* module)
|
EmulatedBaseCamera.h | 40 struct hw_module_t* module);
|
/hardware/libhardware/include/hardware/ |
hardware.h | 29 * Value for the hw_module_t.tag field 49 * All module implementations must set the hw_module_t.hal_api_version field 66 * Use this macro to set the hw_module_t.module_api_version field. 77 struct hw_module_t; 83 * and the fields of this data structure must begin with hw_module_t 86 typedef struct hw_module_t { struct 121 * version the hw_module_t, hw_module_methods_t, and hw_device_t 150 } hw_module_t; typedef in typeref:struct:hw_module_t 154 int (*open)(const struct hw_module_t* module, const char* id, 186 struct hw_module_t* module [all...] |
local_time_hal.h | 50 * and the fields of this data structure must begin with hw_module_t 54 struct hw_module_t common; 102 const struct hw_module_t* module,
|
nfc.h | 62 struct hw_module_t common; 186 static inline int nfc_nci_open(const struct hw_module_t* module, 213 struct hw_module_t common; 261 static inline int nfc_pn544_open(const struct hw_module_t* module,
|
/hardware/qcom/audio/legacy/alsa_sound/ |
acoustics_default.cpp | 26 static int s_device_open(const hw_module_t*, const char*, hw_device_t**); 38 extern "C" hw_module_t HAL_MODULE_INFO_SYM = { 50 static int s_device_open(const hw_module_t* module, const char* name, 62 dev->common.module = (hw_module_t *) module;
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
power_module.cpp | 44 (const hw_module_t **)&(mPowerModuleInstance->mPowerModuleHandle));
|
/hardware/libhardware/ |
hardware.c | 63 const struct hw_module_t **pHmi) 67 struct hw_module_t *hmi; 84 hmi = (struct hw_module_t *)dlsym(handle, sym); 121 const struct hw_module_t **module) 125 const struct hw_module_t *hmi = NULL; 176 int hw_get_module(const char *id, const struct hw_module_t **module)
|
/hardware/libhardware/modules/nfc/ |
nfc_pn544_example.c | 31 static int nfc_open(const hw_module_t* module, const char* name, 38 dev->common.module = (struct hw_module_t*) module;
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCamera2Factory.h | 54 static int camera_device_open(const struct hw_module_t *module, const char *id,
|
QCamera2Hal.cpp | 32 static hw_module_t camera_common = {
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Factory.h | 52 static int camera_device_open(const struct hw_module_t *module, const char *id,
|
QCamera3Hal.cpp | 32 static hw_module_t camera_common = {
|
/hardware/libhardware/modules/camera/ |
CameraHAL.h | 39 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCamera2Factory.h | 54 static int camera_device_open(const struct hw_module_t *module, const char *id,
|
QCamera2Hal.cpp | 32 static hw_module_t camera_common = {
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Factory.h | 52 static int camera_device_open(const struct hw_module_t *module, const char *id,
|
QCamera3Hal.cpp | 32 static hw_module_t camera_common = {
|
/hardware/qcom/display/msm8960/libgralloc/ |
gralloc.cpp | 36 int fb_device_open(const hw_module_t* module, const char* name, 39 static int gralloc_device_open(const hw_module_t* module, const char* name, 99 int gralloc_device_open(const hw_module_t* module, const char* name,
|
/hardware/qcom/display/msm8974/libgralloc/ |
gralloc.cpp | 36 int fb_device_open(const hw_module_t* module, const char* name, 39 static int gralloc_device_open(const hw_module_t* module, const char* name, 99 int gralloc_device_open(const hw_module_t* module, const char* name,
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gralloc.cpp | 36 int fb_device_open(const hw_module_t* module, const char* name, 39 static int gralloc_device_open(const hw_module_t* module, const char* name, 99 int gralloc_device_open(const hw_module_t* module, const char* name,
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
PowerHAL.cpp | 30 (const hw_module_t **)&mPowerModule);
|