/aosp12/frameworks/base/libs/usb/tests/accessorytest/ |
H A D | accessory.c | 36 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 D | audio.c | 52 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 D | hal_confirmationui.te | 10 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 D | inputflinger.te | 12 allow inputflinger input_device:dir r_dir_perms; 13 allow inputflinger input_device:chr_file rw_file_perms;
|
H A D | slideshow.te | 11 allow slideshow input_device:dir r_dir_perms; 12 allow slideshow input_device:chr_file r_file_perms;
|
H A D | vendor_shell.te | 18 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 D | inputflinger.te | 12 allow inputflinger input_device:dir r_dir_perms; 13 allow inputflinger input_device:chr_file rw_file_perms;
|
H A D | slideshow.te | 11 allow slideshow input_device:dir r_dir_perms; 12 allow slideshow input_device:chr_file r_file_perms;
|
H A D | vendor_shell.te | 18 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 D | inputflinger.te | 13 allow inputflinger input_device:dir r_dir_perms; 14 allow inputflinger input_device:chr_file rw_file_perms;
|
H A D | slideshow.te | 11 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 D | inputflinger.te | 13 allow inputflinger input_device:dir r_dir_perms; 14 allow inputflinger input_device:chr_file rw_file_perms;
|
H A D | slideshow.te | 11 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 D | inputflinger.te | 13 allow inputflinger input_device:dir r_dir_perms; 14 allow inputflinger input_device:chr_file rw_file_perms;
|
H A D | slideshow.te | 11 allow slideshow input_device:dir r_dir_perms; 12 allow slideshow input_device:chr_file r_file_perms;
|
H A D | vendor_shell.te | 18 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 D | inputflinger.te | 12 allow inputflinger input_device:dir r_dir_perms; 13 allow inputflinger input_device:chr_file rw_file_perms;
|
H A D | slideshow.te | 11 allow slideshow input_device:dir r_dir_perms; 12 allow slideshow input_device:chr_file r_file_perms;
|
H A D | vendor_shell.te | 18 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 D | inputflinger.te | 12 allow inputflinger input_device:dir r_dir_perms; 13 allow inputflinger input_device:chr_file rw_file_perms;
|
H A D | slideshow.te | 11 allow slideshow input_device:dir r_dir_perms; 12 allow slideshow input_device:chr_file r_file_perms;
|
/aosp12/system/sepolicy/public/ |
H A D | inputflinger.te | 12 allow inputflinger input_device:dir r_dir_perms; 13 allow inputflinger input_device:chr_file rw_file_perms;
|
H A D | slideshow.te | 11 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 D | hal_vibrator_default.te | 1 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 D | statsd_audiothread.cpp | 140 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()
|