Searched refs:hardware (Results 1 - 25 of 31) sorted by relevance

12

/system/core/fastbootd/
H A Dtrigger.c34 #include <hardware/hardware.h>
/system/extras/tests/wifi/stress/
H A DAndroid.mk26 hardware/libhardware_legacy/include
/system/media/audio_effects/include/audio_effects/
H A Deffect_aec.h20 #include <hardware/audio_effect.h>
H A Deffect_bassboost.h20 #include <hardware/audio_effect.h>
H A Deffect_loudnessenhancer.h20 #include <hardware/audio_effect.h>
H A Deffect_virtualizer.h20 #include <hardware/audio_effect.h>
H A Deffect_agc.h20 #include <hardware/audio_effect.h>
H A Deffect_downmix.h20 #include <hardware/audio_effect.h>
H A Deffect_ns.h20 #include <hardware/audio_effect.h>
H A Deffect_presetreverb.h20 #include <hardware/audio_effect.h>
H A Deffect_equalizer.h20 #include <hardware/audio_effect.h>
H A Deffect_visualizer.h20 #include <hardware/audio_effect.h>
H A Deffect_environmentalreverb.h20 #include <hardware/audio_effect.h>
/system/core/include/system/
H A Dcamera.h24 #include <hardware/hardware.h>
25 #include <hardware/gralloc.h>
136 * In hardware face detection mode, CameraParameters KEY_WHITE_BALANCE,
157 * Ping camera service to see if camera hardware is released.
161 * is NO_ERROR, it means the camera hardware is not released. If the result
218 * negative. This is supported by both hardware and software face detection.
228 * highest confidence. This is supported by both hardware and software
/system/security/softkeymaster/
H A Dmodule.cpp24 #include <hardware/hardware.h>
25 #include <hardware/keymaster.h>
H A Dkeymaster_openssl.cpp22 #include <hardware/hardware.h>
23 #include <hardware/keymaster.h>
/system/core/init/
H A Dueventd.c34 static char hardware[32]; variable
43 if (!strcmp(name,"androidboot.hardware"))
45 strlcpy(hardware, value, sizeof(hardware));
86 /* Respect hardware passed in through the kernel cmd line. Here we will look
87 * for androidboot.hardware param in kernel cmdline, and save its value in
88 * hardware[]. */
91 get_hardware_name(hardware, &revision);
95 snprintf(tmp, sizeof(tmp), "/ueventd.%s.rc", hardware);
H A Dutil.h40 void get_hardware_name(char *hardware, unsigned int *revision);
H A Dutil.c407 void get_hardware_name(char *hardware, unsigned int *revision) argument
416 if (hardware[0])
455 hardware[n++] = tolower(*x);
459 hardware[n] = 0;
H A Dinit.c72 static char hardware[32]; variable
776 ret = property_get("ro.boot.hardware", tmp);
778 strlcpy(hardware, tmp, sizeof(hardware));
779 property_set("ro.hardware", hardware);
1050 get_hardware_name(hardware, &revision);
/system/core/libmemtrack/
H A DAndroid.mk8 LOCAL_C_INCLUDES += hardware/libhardware/include
H A Dmemtrack.c23 #include <hardware/memtrack.h>
/system/security/softkeymaster/include/keymaster/
H A Dsoftkeymaster.h17 #include <hardware/keymaster.h>
/system/vold/
H A DAndroid.mk31 hardware/libhardware/include/hardware \
/system/core/adf/libadfhwc/include/adfhwc/
H A Dadfhwc.h25 #include <hardware/hwcomposer.h>
39 * Called on hardware-custom ADF events (optional)

Completed in 523 milliseconds

12