Home
last modified time | relevance | path

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

12

/system/extras/simpleperf/inferno/
Dscript.js71 select(e);
136 select(previouslySelected);
207 select(target_element)
211 function select(e) { function
/system/media/audio_utils/tests/
Dgetch.c41 return select(1, &fds, NULL, NULL, &tv); in kbhit()
/system/core/libcutils/
Dsocket_network_client_unix.c85 if ((rc = select(s + 1, &r_set, &w_set, NULL, (timeout != 0) ? &ts : NULL)) == -1) { in socket_network_client_timeout()
/system/tpm/attestation/server/
Dattestationd-seccomp-amd64.policy54 select: 1
/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.cc146 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()
/system/netd/server/dns/
DDnsTlsTransport.cpp57 const int ret = TEMP_FAILURE_RETRY(select(fd + 1, &fds, nullptr, nullptr, nullptr)); in waitForReading()
68 const int ret = TEMP_FAILURE_RETRY(select(fd + 1, nullptr, &fds, nullptr, nullptr)); in waitForWriting()
/system/netd/server/
Dndc.cpp134 rc = TEMP_FAILURE_RETRY(select(sock +1, &read_fds, NULL, NULL, &to)); in do_monitor()
/system/nfc/halimpl/pn54x/tml/
DphTmlNfc_i2c.c147 select((int)((intptr_t)pDevHandle + (int)1), &rfds, NULL, NULL, &tv); in phTmlNfc_i2c_read()
/system/extras/ioshark/
DREADME6 is a strace+ftrace compiler that takes straces and select ftraces fed
/system/nfc/src/nfa/int/
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/core/libsync/tests/
Dsync_test.cpp314 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/fastboot/
Dsocket.cpp99 int result = TEMP_FAILURE_RETRY(select(sock_ + 1, &read_set, nullptr, nullptr, &timeout)); in WaitForRecv()
/system/extras/simpleperf/
DREADME.md182 or system-wide. By passing options, we can select which events to use, which
201 We can select which events to use via -e option. Below are examples:
249 We can select which processes or threads to monitor via -p option or -t option.
304 options, we can select which events to use, which processes/threads to monitor,
322 The way to select target in record command is similar to that in stat command.
375 prints out each sample entry. By passing options, we can select where to find
404 option to select another file to read records.
426 supports five filters to select records of interest. Below are examples.
882 You can select how long to sample for, the color of the node and many other
/system/core/libsysutils/src/
DSocketListener.cpp186 if ((rc = select(max + 1, &read_fds, NULL, NULL, NULL)) < 0) { in runListener()
/system/bt/hci/src/
Dhci_layer_linux.cc157 int res = select(std::max(fd, ctrl_fd) + 1, &fds, NULL, NULL, NULL); in monitor_socket()
/system/nfc/src/nfa/dm/
Dnfa_dm_act.c1327 nfa_dm_rf_discover_select(p_data->select.rf_disc_id, p_data->select.protocol, in nfa_dm_act_select()
1328 p_data->select.rf_interface); in nfa_dm_act_select()
Dnfa_dm_discover.c2055 NFC_DiscoverySelect(p_data->select.rf_disc_id, p_data->select.protocol, in nfa_dm_disc_sm_w4_host_select()
2056 p_data->select.rf_interface); in nfa_dm_disc_sm_w4_host_select()
/system/bt/osi/test/
Dfixed_queue_test.cc33 int result = select(FD_SETSIZE, &rfds, NULL, NULL, &tv); in is_fd_readable()
/system/bt/vendor_libs/test_vendor_lib/src/
Dasync_manager.cc246 int retval = select(nfds + 1, &read_fds, NULL, NULL, NULL); in ThreadRoutine()
/system/core/adb/
Dprotocol.txt214 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
Dshell_service.cpp507 if (select(select_n, &read_set, &write_set, nullptr, nullptr) < 0) { in SelectLoop()
/system/bt/udrv/ulinux/
Duipc.cc470 select(uipc_main.max_fd + 1, &uipc_main.read_set, NULL, NULL, NULL); in uipc_read_task()
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c471 rc = select(fd+1, &rfds, NULL, NULL, &tv); in _wait_for_msg()
/system/nfc/src/nfc/include/
Dnfc_api.h769 tNFC_SELECT_DEVT select; member
/system/tpm/trunks/generator/
Draw_structures.txt1817 select
1823 [select] number
1833 select;
1856 if(!NUMBER_SELECT_Unmarshal((NUMBER_SELECT *)&target->select, buffer, size))
1861 buffer, size, (UINT32)target->select);
1944 select
1950 [select] number
6141 The TPM_CAP values are used in TPM2_GetCapability() to select the type of the value to be returned.
10762 TPM implements 32, then a PCR select of 3 octets would imply that PCR 24-31 are not selected.
11574 When this structure is used to select PCR to be included in a digest, the selected PCR are concaten…
[all …]

12