Home
last modified time | relevance | path

Searched defs:monitor_id (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/autotest/client/cros/bluetooth/
H A Dadv_monitor_helper.py64 def __init__(self, bus, app_path, monitor_id, monitor_data): argument
354 def remove_monitor(self, monitor_id): argument
378 def get_event_count(self, monitor_id, event): argument
393 def reset_event_count(self, monitor_id, event): argument
408 def set_target_devices(self, monitor_id, devices): argument
835 def remove_monitor(self, app_id, monitor_id): argument
850 def get_event_count(self, app_id, monitor_id, event): argument
867 def reset_event_count(self, app_id, monitor_id, event): argument
884 def set_target_devices(self, app_id, monitor_id, devices): argument
/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Ddxgi_duplicator_controller.cc127 int monitor_id) { in DuplicateMonitor()
160 int monitor_id) { in DoDuplicate()
329 int monitor_id, in DoDuplicateUnlocked()
364 int monitor_id, in DoDuplicateOne()
H A Ddxgi_adapter_duplicator.cc142 int monitor_id, in DuplicateMonitor()
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_adv_monitor_tests.py105 def update_monitor_id(self, monitor_id): argument
280 def remove_monitor(self, app_id, monitor_id): argument
292 def get_event_count(self, app_id, monitor_id, event='All'): argument
307 def reset_event_count(self, app_id, monitor_id, event='All'): argument
321 def set_target_devices(self, app_id, monitor_id, devices): argument
H A Dbluetooth_device.py869 def advmon_remove_monitor(self, app_id, monitor_id): argument
882 def advmon_get_event_count(self, app_id, monitor_id, event): argument
896 def advmon_reset_event_count(self, app_id, monitor_id, event): argument
909 def advmon_set_target_devices(self, app_id, monitor_id, devices): argument
/aosp_15_r20/external/autotest/client/cros/multimedia/
H A Dbluetooth_facade.py3233 def advmon_remove_monitor(self, app_id, monitor_id): argument
3244 def advmon_get_event_count(self, app_id, monitor_id, event): argument
3256 def advmon_reset_event_count(self, app_id, monitor_id, event): argument
3268 def advmon_set_target_devices(self, app_id, monitor_id, devices): argument
/aosp_15_r20/external/libcups/cups/
H A Dtestclient.c763 _cups_thread_t monitor_id; /* Monitoring thread ID */ in run_client() local