Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 40) 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/nfc/src/rust/hal/
Drootcanal_hal.rs28 use tokio::select;
102 select! { in dispatch_outgoing()
Dhidl_hal.rs23 use tokio::select;
162 select! { in dispatch_outgoing()
/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/nfc/src/fuzzers/integration/
Dnfc_integration_fuzzer_impl.cc322 NFA_Select(command.select().rf_select_id(), in DoOneCommand()
323 GetProtocol(command.select().protocol()), in DoOneCommand()
324 command.select().rf_interface()); in DoOneCommand()
Dnfc_integration_fuzzer.proto32 Select select = 9; field
/system/nfc/tools/casimir/src/
Dmain.rs28 use tokio::select;
313 select! { in run()
Dmain-grpc.rs28 use tokio::select;
433 select! { in run()
Dnci_packets.pdl627 /// [NCI] Table 77: Control Messages to select a Discovered Target
634 /// [NCI] Table 77: Control Messages to select a Discovered Target
/system/chre/platform/zephyr/
DKconfig9 select REQUIRES_FULL_LIBCPP
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py29 import select
689 read_poll = select.poll()
690 read_poll.register(process.stdout, select.POLLIN)
712 if polled_event[1] == select.POLLIN:
715 if polled_event[1] == select.POLLHUP:
/system/nfc/src/nfa/include/
Dnfa_dm_int.h216 tNFA_DM_API_SELECT select; /* NFA_DM_API_SELECT_EVT */ member
277 tNFA_DM_DISC_SELECT_PARAMS select; /* selected target information */ member
/system/nfc/src/rust/nci/
Dnci.rs31 use tokio::select;
330 select! { in dispatch()
/system/core/fastboot/fuzzy_fastboot/
Dtransport_sniffer.cpp176 while (select(serial_fd_ + 1, &set, NULL, NULL, &timeout) > 0) { in ProcessSerial()
/system/extras/simpleperf/scripts/purgatorio/templates/
Dmain.js221 d3.select("#flame")
/system/core/fastboot/
Dsocket.cpp105 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/extras/simpleperf/doc/
Dexecutable_commands_reference.md93 we can select which events to use, which processes/threads to monitor, how long to monitor and the
116 We can select which events to use via -e.
201 We can select which processes or threads to monitor via -p or -t. Monitoring a
363 By passing options, we can select which events to use, which processes/threads to monitor,
388 The way to select target in record command is similar to that in the stat command.
651 filters to select samples of interest.
Dinferno.md66 You can select how long to sample for, the color of the node and many other
Dscripts_reference.md219 # To show annotated source or disassembly, select `top` in the view menu, click a function and
220 # select `source` or `disassemble` in the view menu.
/system/memory/lmkd/
DREADME.md103 - `ro.lmk.lowmem_min_oom_score`: min oom_score_adj level used to select processes
/system/nfc/src/nfa/dm/
Dnfa_dm_act.cc1246 nfa_dm_rf_discover_select(p_data->select.rf_disc_id, p_data->select.protocol, in nfa_dm_act_select()
1247 p_data->select.rf_interface); in nfa_dm_act_select()
/system/extras/simpleperf/scripts/purgatorio/
DREADME.md58 It's possible to select a given stack entry to zoom on it and look at entry deeper in the callstack

12