HomeSort by relevance Sort by last modified time
    Searched refs:hw_module_t (Results 1 - 25 of 338) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/bt/btcore/include/
hal_util.h 19 struct hw_module_t;
24 int hal_util_load_bt_library(const struct hw_module_t **module);
  /system/bt/service/test/
fake_hal_util.cpp 25 int hal_util_load_bt_library(const struct hw_module_t** module) {
  /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)
EmulatedCameraFactory.h 106 static int open_legacy(const struct hw_module_t* module, const char* id,
111 static int device_open(const hw_module_t* module,
  /device/linaro/hikey/gralloc/
framebuffer_device.h 22 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
  /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
154 } hw_module_t; typedef in typeref:struct:hw_module_t
158 int (*open)(const struct hw_module_t* module, const char* id,
190 struct hw_module_t* module
    [all...]
nfc_tag.h 37 * nfc_tag_module_t as users of this structure will cast a hw_module_t to
38 * nfc_tag_module_t pointer in contexts where it's known the hw_module_t references a
41 struct hw_module_t common;
83 static inline int nfc_tag_open(const struct hw_module_t* module,
vr.h 85 * vr_module as users of this structure may cast a hw_module_t to a
86 * vr_module pointer in contexts where it's known that the hw_module_t
89 struct hw_module_t common;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
gps.c 42 static int open_gps(const struct hw_module_t* module, char const* name,
54 dev->common.module = (struct hw_module_t*)module;
65 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
gps.c 42 static int open_gps(const struct hw_module_t* module, char const* name,
54 dev->common.module = (struct hw_module_t*)module;
65 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
gps.c 42 static int open_gps(const struct hw_module_t* module, char const* name,
54 dev->common.module = (struct hw_module_t*)module;
65 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
gps.c 42 static int open_gps(const struct hw_module_t* module, char const* name,
50 dev->common.module = (struct hw_module_t*)module;
61 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
gps.c 42 static int open_gps(const struct hw_module_t* module, char const* name,
54 dev->common.module = (struct hw_module_t*)module;
65 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
gps.c 42 static int open_gps(const struct hw_module_t* module, char const* name,
54 dev->common.module = (struct hw_module_t*)module;
65 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /device/asus/fugu/libaudio/
audio_hal_hooks.c 20 extern int atv_audiodev_open(const hw_module_t*, const char*, hw_device_t**);
  /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/msm8974/mm-video-v4l2/vidc/vdec/src/
power_module.cpp 44 (const hw_module_t **)&(mPowerModuleInstance->mPowerModuleHandle));
  /system/bt/btcore/src/
hal_util.c 41 static int load_bt_library(const struct hw_module_t **module) {
54 struct hw_module_t *hmi = (struct hw_module_t *)dlsym(handle, sym);
86 int hal_util_load_bt_library(const struct hw_module_t **module) {
  /bootable/recovery/update_verifier/
update_verifier.cpp 48 const hw_module_t* hw_module;
55 const_cast<hw_module_t*>(hw_module));
  /device/huawei/angler/camera/QCamera2/
QCamera2Factory.h 53 static int open_legacy(const struct hw_module_t* module,
62 static int camera_device_open(const struct hw_module_t *module, const char *id,
  /device/lge/bullhead/camera/QCamera2/
QCamera2Factory.h 53 static int open_legacy(const struct hw_module_t* module,
62 static int camera_device_open(const struct hw_module_t *module, const char *id,
  /device/moto/shamu/camera/QCamera2/
QCamera2Factory.h 53 static int open_legacy(const struct hw_module_t* module,
62 static int camera_device_open(const struct hw_module_t *module, const char *id,

Completed in 535 milliseconds

1 2 3 4 5 6 7 8 91011>>