HomeSort by relevance Sort by last modified time
    Searched full:hw_info (Results 1 - 23 of 23) sorted by null

  /hardware/qcom/audio/hal/msm8974/
hw_info.c 64 static void update_hardware_info_8996(struct hardware_info *hw_info)
70 strlcpy(hw_info->name, tmp_handle->device, sizeof(hw_info->name));
71 snprintf(hw_info->type, sizeof(hw_info->type), " %s", tmp_handle->form_factor);
72 snprintf(hw_info->dev_extn, sizeof(hw_info->dev_extn), "-%s", tmp_handle->form_factor);
75 hw_info->snd_devices = (snd_device_t *)tasha_fluid_variant_devices;
76 hw_info->num_snd_devices = ARRAY_SIZE(tasha_fluid_variant_devices);
78 hw_info->snd_devices = (snd_device_t *)tasha_liquid_variant_devices
93 struct hardware_info *hw_info = NULL; local
    [all...]
platform.c 171 void *hw_info; member in struct:platform_data
    [all...]
  /hardware/qcom/audio/hal/msm8916/
hw_info.c 42 static void update_hardware_info_8x16(struct hardware_info *hw_info, const char *snd_card_name)
46 strlcpy(hw_info->name, "msm8x16", sizeof(hw_info->name));
49 strlcpy(hw_info->name, "msm8909", sizeof(hw_info->name));
51 strlcpy(hw_info->name, "msm8909", sizeof(hw_info->name));
54 strlcpy(hw_info->name, "msm8952", sizeof(hw_info->name));
56 strlcpy(hw_info->name, "msm8952", sizeof(hw_info->name))
64 struct hardware_info *hw_info; local
    [all...]
platform.c 162 void *hw_info; member in struct:platform_data
    [all...]
  /external/libdrm/radeon/
radeon_surface.c 120 struct radeon_hw_info hw_info; member in struct:radeon_surface_manager
215 surf_man->hw_info.allow_2d = 0;
218 surf_man->hw_info.allow_2d = 1;
224 surf_man->hw_info.num_pipes = 1;
227 surf_man->hw_info.num_pipes = 2;
230 surf_man->hw_info.num_pipes = 4;
233 surf_man->hw_info.num_pipes = 8;
236 surf_man->hw_info.num_pipes = 8;
237 surf_man->hw_info.allow_2d = 0;
243 surf_man->hw_info.num_banks = 4
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
audio_extn.h 207 #define hw_info_deinit(hw_info) (0)
208 #define hw_info_append_hw_type(hw_info,\
212 void hw_info_deinit(void *hw_info);
213 void hw_info_append_hw_type(void *hw_info, snd_device_t snd_device,
utils.c 513 void *hw_info = NULL; local
555 hw_info = hw_info_init(snd_card_name);
594 hw_info_deinit(hw_info);
595 hw_info = NULL;
600 hw_info_deinit(hw_info);
  /hardware/qcom/display/msm8909/sdm/libs/core/
Makefile.am 17 fb/hw_info.cpp \
hw_info_interface.cpp 33 #include "fb/hw_info.h"
Android.mk 39 $(LOCAL_HW_INTF_PATH_1)/hw_info.cpp \
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Makefile.am 17 fb/hw_info.cpp \
hw_info_interface.cpp 33 #include "fb/hw_info.h"
Android.mk 40 $(LOCAL_HW_INTF_PATH_1)/hw_info.cpp \
  /hardware/qcom/display/msm8996/sdm/libs/core/
Android.mk 27 $(LOCAL_HW_INTF_PATH)/hw_info.cpp \
  /hardware/qcom/display/msm8998/sdm/libs/core/
Makefile.am 17 fb/hw_info.cpp \
hw_info_interface.cpp 33 #include "fb/hw_info.h"
Android.mk 43 $(LOCAL_HW_INTF_PATH_1)/hw_info.cpp \
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 45 #include "hw_info.h"
91 HWInfo *hw_info = NULL; local
93 hw_info = new HWInfo();
94 if (!hw_info) {
97 *intf = hw_info;
104 HWInfo *hw_info = static_cast<HWInfo *>(intf); local
105 delete hw_info;
  /hardware/qcom/audio/hal/
Android.mk 83 LOCAL_SRC_FILES += $(AUDIO_PLATFORM)/hw_info.c
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_info.cpp 45 #include "hw_info.h"
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_info.cpp 45 #include "hw_info.h"
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_info.cpp 45 #include "hw_info.h"

Completed in 423 milliseconds