Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 38) sorted by relevance

12

/system/extras/simpleperf/scripts/inferno/
Dscript.js97 select(e);
171 select(previouslySelected);
239 select(target_element);
243 function select(e) { function
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dsimple_stack.py149 select.select(
/system/media/audio_utils/tests/
Dgetch.c41 return select(1, &fds, NULL, NULL, &tv); in kbhit()
/system/core/libcutils/
Dsocket_network_client_unix.cpp85 if ((rc = select(s + 1, &r_set, &w_set, NULL, (timeout != 0) ? &ts : NULL)) == -1) { in socket_network_client_timeout()
/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.cc146 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()
/system/core/adb/
Dtest_adb.py26 import select
64 read_ready, _, _ = select.select(rlist, [], [])
Dprotocol.txt216 will be a select/epoll loop to handle io between various inbound and
221 channel between the main select/epoll thread and the remote connection
/system/nfc/src/nfa/include/
Dnfa_dm_int.h216 tNFA_DM_API_SELECT select; /* NFA_DM_API_SELECT_EVT */ member
267 tNFA_DM_DISC_SELECT_PARAMS select; /* selected target information */ member
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py29 import select
650 read_poll = select.poll()
651 read_poll.register(process.stdout, select.POLLIN)
658 if len(read_r) > 0 and read_r[0][1] == select.POLLIN:
Dbugreport_anayze.py26 import select
/system/core/fastboot/fuzzy_fastboot/
Dusb_transport_sniffer.cpp176 while (select(serial_fd_ + 1, &set, NULL, NULL, &timeout) > 0) { in ProcessSerial()
/system/core/fastboot/
Dsocket.cpp99 int result = TEMP_FAILURE_RETRY(select(sock_ + 1, &read_set, nullptr, nullptr, &timeout)); in WaitForRecv()
/system/extras/ioshark/
DREADME6 is a strace+ftrace compiler that takes straces and select ftraces fed
/system/core/libsync/tests/
Dsync_test.cpp343 ASSERT_EQ(select(fence.getFd() + 1, &set, nullptr, nullptr, &time), 0); in TEST()
353 ASSERT_EQ(select(fence.getFd() + 1, &set, nullptr, nullptr, &time), 1); in TEST()
/system/bt/hci/src/
Dhci_layer_linux.cc156 int res = select(std::max(fd, ctrl_fd) + 1, &fds, NULL, NULL, NULL); in monitor_socket()
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc240 int retval = select(nfds + 1, &read_fds, NULL, NULL, NULL); in ThreadRoutine()
/system/extras/simpleperf/doc/
Dinferno.md63 You can select how long to sample for, the color of the node and many other
DREADME.md30 - [Select events to stat](#select-events-to-stat)
31 - [Select target to stat](#select-target-to-stat)
36 - [Select events to record](#select-events-to-record)
37 - [Select target to record](#select-target-to-record)
537 we can select which events to use, which processes/threads to monitor, how long to monitor and the
557 We can select which events to use via -e.
614 We can select which processes or threads to monitor via -p or -t. Monitoring a
690 By passing options, we can select which events to use, which processes/threads to monitor,
715 The way to select target in record command is similar to that in the stat command.
959 filters to select samples of interest.
/system/bt/osi/test/
Dfixed_queue_test.cc33 int result = select(FD_SETSIZE, &rfds, NULL, NULL, &tv); in is_fd_readable()
/system/nfc/src/nfa/dm/
Dnfa_dm_act.cc1324 nfa_dm_rf_discover_select(p_data->select.rf_disc_id, p_data->select.protocol, in nfa_dm_act_select()
1325 p_data->select.rf_interface); in nfa_dm_act_select()
Dnfa_dm_discover.cc2039 NFC_DiscoverySelect(p_data->select.rf_disc_id, p_data->select.protocol, in nfa_dm_disc_sm_w4_host_select()
2040 p_data->select.rf_interface); in nfa_dm_disc_sm_w4_host_select()
2723 nfa_dm_rf_disc_data.select = select_params; in nfa_dm_rf_discover_select()
/system/bt/udrv/ulinux/
Duipc.cc441 result = select(uipc.max_fd + 1, &uipc.read_set, NULL, NULL, NULL); in uipc_read_task()
/system/nfc/src/nfc/include/
Dnfc_api.h733 tNFC_SELECT_DEVT select; member
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c471 rc = select(fd+1, &rfds, NULL, NULL, &tv); in _wait_for_msg()
/system/core/adb/daemon/
Dshell_service.cpp591 if (select(select_n, &read_set, &write_set, nullptr, nullptr) < 0) { in SelectLoop()

12