/system/extras/simpleperf/inferno/ |
D | script.js | 71 select(e); 136 select(previouslySelected); 207 select(target_element) 211 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.c | 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/dns/ |
D | DnsTlsTransport.cpp | 57 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/ |
D | ndc.cpp | 134 rc = TEMP_FAILURE_RETRY(select(sock +1, &read_fds, NULL, NULL, &to)); in do_monitor()
|
/system/nfc/halimpl/pn54x/tml/ |
D | phTmlNfc_i2c.c | 147 select((int)((intptr_t)pDevHandle + (int)1), &rfds, NULL, NULL, &tv); in phTmlNfc_i2c_read()
|
/system/extras/ioshark/ |
D | README | 6 is a strace+ftrace compiler that takes straces and select ftraces fed
|
/system/nfc/src/nfa/int/ |
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/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/fastboot/ |
D | socket.cpp | 99 int result = TEMP_FAILURE_RETRY(select(sock_ + 1, &read_set, nullptr, nullptr, &timeout)); in WaitForRecv()
|
/system/extras/simpleperf/ |
D | README.md | 182 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/ |
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/nfc/src/nfa/dm/ |
D | nfa_dm_act.c | 1327 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()
|
D | nfa_dm_discover.c | 2055 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/ |
D | fixed_queue_test.cc | 33 int result = select(FD_SETSIZE, &rfds, NULL, NULL, &tv); in is_fd_readable()
|
/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/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 | 507 if (select(select_n, &read_set, &write_set, nullptr, nullptr) < 0) { in SelectLoop()
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 470 select(uipc_main.max_fd + 1, &uipc_main.read_set, NULL, NULL, NULL); in uipc_read_task()
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 471 rc = select(fd+1, &rfds, NULL, NULL, &tv); in _wait_for_msg()
|
/system/nfc/src/nfc/include/ |
D | nfc_api.h | 769 tNFC_SELECT_DEVT select; member
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 1817 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 …]
|