OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_hw
(Results
1 - 15
of
15
) sorted by null
/external/qemu/android/
globals.h
31
extern AndroidHwConfig
android_hw
[1];
hw-control.c
105
if (h->client_funcs.light_brightness &&
android_hw
->hw_lcd_backlight) {
qemulator.c
84
skin_window_enable_touch ( emulator->window,
android_hw
->hw_touchScreen != 0 );
85
skin_window_enable_dpad ( emulator->window,
android_hw
->hw_dPad != 0 );
86
skin_window_enable_qwerty( emulator->window,
android_hw
->hw_keyboard != 0 );
87
skin_window_enable_trackball( emulator->window,
android_hw
->hw_trackBall != 0 );
main.c
384
hw =
android_hw
;
461
free(
android_hw
->hw_cpu_arch);
462
android_hw
->hw_cpu_arch = ASTRDUP("arm");
464
free(
android_hw
->hw_cpu_arch);
465
android_hw
->hw_cpu_arch = ASTRDUP("x86");
[
all
...]
hw-sensors.c
651
if (
android_hw
->hw_accelerometer)
654
if (
android_hw
->hw_sensors_proximity)
console.c
[
all
...]
/external/qemu/
vl-android.c
[
all
...]
/external/qemu/android/protocol/
core-commands-qemu.c
107
return
android_hw
->hw_lcd_density;
core-commands-impl.c
315
resp.result =
android_hw
->hw_lcd_density;
/external/qemu/android/camera/
camera-service.c
22
#include "android/globals.h" /* for
android_hw
*/
451
for (i = 0; i <
android_hw
->hw_webcam_count &&
459
disp_name =
android_hw
->hw_webcam_0_name;
460
dir =
android_hw
->hw_webcam_0_direction;
463
disp_name =
android_hw
->hw_webcam_1_name;
464
dir =
android_hw
->hw_webcam_1_direction;
467
disp_name =
android_hw
->hw_webcam_2_name;
468
dir =
android_hw
->hw_webcam_2_direction;
471
disp_name =
android_hw
->hw_webcam_3_name;
472
dir =
android_hw
->hw_webcam_3_direction
[
all
...]
/external/qemu/android/avd/
hw-config.c
20
AndroidHwConfig
android_hw
[1];
variable
/external/qemu/hw/
android_arm.c
132
if (
android_hw
->hw_battery)
goldfish_audio.c
554
if (!
android_hw
->hw_audioOutput && !
android_hw
->hw_audioInput)
582
if (
android_hw
->hw_audioOutput) {
603
if (
android_hw
->hw_audioInput) {
goldfish_events_device.c
15
#include "android/globals.h" /* for
android_hw
*/
333
AndroidHwConfig* config =
android_hw
;
pc.c
1042
if (
android_hw
->hw_battery)
[
all
...]
Completed in 179 milliseconds