Home
last modified time | relevance | path

Searched refs:input_device (Results 1 – 25 of 132) sorted by relevance

123456

/aosp12/frameworks/base/libs/usb/tests/accessorytest/
H A Daccessory.c36 unsigned int input_device = 0; in main() local
52 input_device = atoi(*argv); in main()
73 init_audio(input_card, input_device, output_card, output_device); in main()
H A Daudio.c52 static unsigned int input_device; variable
139 pcm = pcm_open(input_card, input_device, PCM_IN, &config); in capture_thread()
195 input_device = id; in init_audio()
/aosp12/hardware/google/pixel-sepolicy/confirmationui_hal/
H A Dhal_confirmationui.te10 allow hal_confirmationui_server input_device:chr_file rw_file_perms;
11 allow hal_confirmationui_server input_device:dir r_dir_perms;
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dinputflinger.te12 allow inputflinger input_device:dir r_dir_perms;
13 allow inputflinger input_device:chr_file rw_file_perms;
H A Dslideshow.te11 allow slideshow input_device:dir r_dir_perms;
12 allow slideshow input_device:chr_file r_file_perms;
H A Dvendor_shell.te18 allow vendor_shell input_device:dir r_dir_perms;
19 allow vendor_shell input_device:chr_file rw_file_perms;
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dinputflinger.te12 allow inputflinger input_device:dir r_dir_perms;
13 allow inputflinger input_device:chr_file rw_file_perms;
H A Dslideshow.te11 allow slideshow input_device:dir r_dir_perms;
12 allow slideshow input_device:chr_file r_file_perms;
H A Dvendor_shell.te18 allow vendor_shell input_device:dir r_dir_perms;
19 allow vendor_shell input_device:chr_file rw_file_perms;
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dinputflinger.te13 allow inputflinger input_device:dir r_dir_perms;
14 allow inputflinger input_device:chr_file rw_file_perms;
H A Dslideshow.te11 allow slideshow input_device:dir r_dir_perms;
12 allow slideshow input_device:chr_file r_file_perms;
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dinputflinger.te13 allow inputflinger input_device:dir r_dir_perms;
14 allow inputflinger input_device:chr_file rw_file_perms;
H A Dslideshow.te11 allow slideshow input_device:dir r_dir_perms;
12 allow slideshow input_device:chr_file r_file_perms;
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dinputflinger.te13 allow inputflinger input_device:dir r_dir_perms;
14 allow inputflinger input_device:chr_file rw_file_perms;
H A Dslideshow.te11 allow slideshow input_device:dir r_dir_perms;
12 allow slideshow input_device:chr_file r_file_perms;
H A Dvendor_shell.te18 allow vendor_shell input_device:dir r_dir_perms;
19 allow vendor_shell input_device:chr_file rw_file_perms;
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dinputflinger.te12 allow inputflinger input_device:dir r_dir_perms;
13 allow inputflinger input_device:chr_file rw_file_perms;
H A Dslideshow.te11 allow slideshow input_device:dir r_dir_perms;
12 allow slideshow input_device:chr_file r_file_perms;
H A Dvendor_shell.te18 allow vendor_shell input_device:dir r_dir_perms;
19 allow vendor_shell input_device:chr_file rw_file_perms;
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dinputflinger.te12 allow inputflinger input_device:dir r_dir_perms;
13 allow inputflinger input_device:chr_file rw_file_perms;
H A Dslideshow.te11 allow slideshow input_device:dir r_dir_perms;
12 allow slideshow input_device:chr_file r_file_perms;
/aosp12/system/sepolicy/public/
H A Dinputflinger.te12 allow inputflinger input_device:dir r_dir_perms;
13 allow inputflinger input_device:chr_file rw_file_perms;
H A Dslideshow.te11 allow slideshow input_device:dir r_dir_perms;
12 allow slideshow input_device:chr_file r_file_perms;
/aosp12/hardware/google/pixel-sepolicy/vibrator/cs40l26/
H A Dhal_vibrator_default.te1 allow hal_vibrator_default input_device:dir search;
2 allow hal_vibrator_default input_device:chr_file rw_file_perms;
/aosp12/frameworks/av/services/mediametrics/
H A Dstatsd_audiothread.cpp140 std::string input_device; in statsd_audiothread() local
141 if (item->getString(MM_PREFIX "inDevice", &input_device)) { in statsd_audiothread()
142 metrics_proto.set_input_device(input_device); in statsd_audiothread()
223 << " input_device:" << input_device in statsd_audiothread()

123456