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

1 2

  /development/tools/emulator/system/camera/
EmulatedCameraHal.cpp 31 camera_module_t HAL_MODULE_INFO_SYM = {
EmulatedCameraFactory.cpp 31 extern camera_module_t HAL_MODULE_INFO_SYM;
78 new EmulatedFakeCamera(camera_id, false, &HAL_MODULE_INFO_SYM.common);
82 new EmulatedFakeCamera2(camera_id, false, &HAL_MODULE_INFO_SYM.common);
124 new EmulatedFakeCamera(camera_id, false, &HAL_MODULE_INFO_SYM.common);
128 new EmulatedFakeCamera2(camera_id, false, &HAL_MODULE_INFO_SYM.common);
224 if (module != &HAL_MODULE_INFO_SYM.common) {
226 __FUNCTION__, module, &HAL_MODULE_INFO_SYM.common);
343 new EmulatedQemuCamera(index, &HAL_MODULE_INFO_SYM.common);
  /device/generic/goldfish/power/
power_qemu.c 51 struct power_module HAL_MODULE_INFO_SYM = {
  /hardware/libhardware/modules/nfc/
nfc_hw_example.c 61 struct nfc_module_t HAL_MODULE_INFO_SYM = {
  /hardware/libhardware/modules/power/
power.c 48 struct power_module HAL_MODULE_INFO_SYM = {
  /hardware/qcom/gps/loc_api/libloc_api/
gps.c 58 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /device/asus/grouper/power/
power.c 109 struct power_module HAL_MODULE_INFO_SYM = {
  /device/moto/stingray/sensors/
sensors.c 69 struct sensors_module_t HAL_MODULE_INFO_SYM = {
  /hardware/libhardware/include/hardware/
hardware.h 44 * to this value when declaring the module with HAL_MODULE_INFO_SYM.
74 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
191 #define HAL_MODULE_INFO_SYM HMI
  /hardware/libhardware/modules/local_time/
local_time_hw.c 99 struct local_time_module HAL_MODULE_INFO_SYM = {
  /device/asus/grouper/liblights/
lights.c 148 struct hw_module_t HAL_MODULE_INFO_SYM =
  /device/samsung/crespo/liblight/
lights.c 121 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /device/samsung/crespo/nfc/
nfc_hw.c 122 struct nfc_module_t HAL_MODULE_INFO_SYM = {
  /device/samsung/tuna/power/
power_tuna.c 141 struct tuna_power_module HAL_MODULE_INFO_SYM = {
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 43 hwc_module_t HAL_MODULE_INFO_SYM = {
  /development/tools/emulator/system/lights/
lights_qemu.c 205 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /device/asus/grouper/nfc/
nfc_hw.c 135 struct nfc_module_t HAL_MODULE_INFO_SYM = {
  /device/samsung/tuna/liblight/
lights.c 214 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /device/samsung/tuna/nfc/
nfc_hw.c 141 struct nfc_module_t HAL_MODULE_INFO_SYM = {
  /hardware/msm7k/libgralloc-qsd8k/
gralloc.cpp 152 struct private_module_t HAL_MODULE_INFO_SYM = {
  /device/moto/stingray/liblights/
lights.c 277 struct hw_module_t HAL_MODULE_INFO_SYM = {
  /device/samsung/crespo/libsensors/
sensors.cpp 112 struct sensors_module_t HAL_MODULE_INFO_SYM = {
  /hardware/libhardware/modules/audio/
audio_policy.c 331 struct default_ap_module HAL_MODULE_INFO_SYM = {
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 78 struct private_module_t HAL_MODULE_INFO_SYM = {
  /hardware/msm7k/liblights/
lights.c 413 struct hw_module_t HAL_MODULE_INFO_SYM = {

Completed in 341 milliseconds

1 2