/system/extras/simpleperf/scripts/inferno/ |
D | script.js | 97 select(e); 171 select(previouslySelected); 239 select(target_element); 243 function select(e) { function
|
/system/media/audio_utils/tests/ |
D | getch.c | 41 return select(1, &fds, NULL, NULL, &tv); in kbhit()
|
/system/core/libcutils/ |
D | socket_network_client_unix.cpp | 85 if ((rc = select(s + 1, &r_set, &w_set, NULL, (timeout != 0) ? &ts : NULL)) == -1) { in socket_network_client_timeout()
|
/system/tpm/attestation/server/ |
D | attestationd-seccomp-amd64.policy | 54 select: 1
|
/system/bt/vendor_libs/linux/interface/ |
D | async_fd_watcher.cc | 146 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()
|
/system/netd/server/ |
D | ndc.cpp | 134 rc = TEMP_FAILURE_RETRY(select(sock +1, &read_fds, NULL, NULL, &to)); in do_monitor()
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 29 import select 636 read_poll = select.poll() 637 read_poll.register(process.stdout, select.POLLIN) 644 if len(read_r) > 0 and read_r[0][1] == select.POLLIN:
|
D | bugreport_anayze.py | 26 import select
|
/system/nfc/src/nfa/include/ |
D | nfa_dm_int.h | 216 tNFA_DM_API_SELECT select; /* NFA_DM_API_SELECT_EVT */ member 267 tNFA_DM_DISC_SELECT_PARAMS select; /* selected target information */ member
|
/system/core/fastboot/ |
D | socket.cpp | 99 int result = TEMP_FAILURE_RETRY(select(sock_ + 1, &read_set, nullptr, nullptr, &timeout)); in WaitForRecv()
|
/system/netd/server/dns/ |
D | README.md | 60 in `select` waiting for data from the server, but also has to be woken 62 threads have to arrive on a socket, so that `select()` can listen for them.
|
/system/extras/ioshark/ |
D | README | 6 is a strace+ftrace compiler that takes straces and select ftraces fed
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 314 ASSERT_EQ(select(fence.getFd() + 1, &set, nullptr, nullptr, &time), 0); in TEST() 324 ASSERT_EQ(select(fence.getFd() + 1, &set, nullptr, nullptr, &time), 1); in TEST()
|
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 186 if ((rc = select(max + 1, &read_fds, NULL, NULL, NULL)) < 0) { in runListener()
|
/system/bt/hci/src/ |
D | hci_layer_linux.cc | 157 int res = select(std::max(fd, ctrl_fd) + 1, &fds, NULL, NULL, NULL); in monitor_socket()
|
/system/extras/simpleperf/doc/ |
D | README.md | 31 - [Select events to stat](#select-events-to-stat) 32 - [Select target to stat](#select-target-to-stat) 37 - [Select events to record](#select-events-to-record) 38 - [Select target to record](#select-target-to-record) 429 we can select which events to use, which processes/threads to monitor, how long to monitor and the 449 We can select which events to use via -e. 506 We can select which processes or threads to monitor via -p or -t. Monitoring a 581 By passing options, we can select which events to use, which processes/threads to monitor, 606 The way to select target in record command is similar to that in the stat command. 835 filters to select samples of interest.
|
D | inferno.md | 63 You can select how long to sample for, the color of the node and many other
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | async_manager.cc | 246 int retval = select(nfds + 1, &read_fds, NULL, NULL, NULL); in ThreadRoutine()
|
/system/bt/osi/test/ |
D | fixed_queue_test.cc | 33 int result = select(FD_SETSIZE, &rfds, NULL, NULL, &tv); in is_fd_readable()
|
/system/nfc/src/nfa/dm/ |
D | nfa_dm_act.cc | 1322 nfa_dm_rf_discover_select(p_data->select.rf_disc_id, p_data->select.protocol, in nfa_dm_act_select() 1323 p_data->select.rf_interface); in nfa_dm_act_select()
|
D | nfa_dm_discover.cc | 2064 NFC_DiscoverySelect(p_data->select.rf_disc_id, p_data->select.protocol, in nfa_dm_disc_sm_w4_host_select() 2065 p_data->select.rf_interface); in nfa_dm_disc_sm_w4_host_select() 2744 nfa_dm_rf_disc_data.select = select_params; in nfa_dm_rf_discover_select()
|
/system/core/adb/ |
D | protocol.txt | 214 will be a select/epoll loop to handle io between various inbound and 219 channel between the main select/epoll thread and the remote connection
|
D | shell_service.cpp | 525 if (select(select_n, &read_set, &write_set, nullptr, nullptr) < 0) { in SelectLoop()
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 441 result = select(uipc.max_fd + 1, &uipc.read_set, NULL, NULL, NULL); in uipc_read_task()
|
/system/nfc/src/nfc/include/ |
D | nfc_api.h | 732 tNFC_SELECT_DEVT select; member
|