Searched refs:pass (Results 1 – 25 of 123) sorted by relevance
12345
60 int pass = 1; in Check() local90 if (pass++ <= 3) { in Check()91 LOG(WARNING) << "Filesystem modified - rechecking (pass " << pass << ")"; in Check()
7 # allow the client to pass the server already open netlink sockets
256 } else if (opcode == AVRC_OP_PASS_THRU && p_msg->pass.p_pass_data != NULL) { in bta_av_rc_msg_cback()257 p_data_src = p_msg->pass.p_pass_data; in bta_av_rc_msg_cback()258 data_len = (uint16_t)p_msg->pass.pass_len; in bta_av_rc_msg_cback()281 p_buf->msg.pass.p_pass_data = p_data_dst; in bta_av_rc_msg_cback()874 if (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VENDOR) { in bta_av_rc_msg()878 p_data->rc_msg.msg.pass.pass_len, in bta_av_rc_msg()879 p_data->rc_msg.msg.pass.p_pass_data, is_inquiry); in bta_av_rc_msg()880 } else if (((p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_UP) || in bta_av_rc_msg()881 (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_DOWN)) && in bta_av_rc_msg()886 bta_av_op_supported(p_data->rc_msg.msg.pass.op_id, is_inquiry); in bta_av_rc_msg()[all …]
350 for (size_t pass = 0; pass < 2u; ++pass) { in JoinCallChains() local351 auto& pair = file_pairs[pass]; in JoinCallChains()356 if (pass == 0u) { in JoinCallChains()367 if (pass == 1u) { in JoinCallChains()
21 # Allow to pass a file descriptor for the output trace from "perfetto" (the29 # Allow traceur to pass open file descriptors to traced, so traced can directly34 # Allow iorapd to pass memfd descriptors to traced, so traced can directly
15 # To exec the perfetto cmdline client and pass it the trace config on
8 # Allow to exec the perfetto cmdline client and pass it the trace config on
21 # Allow to pass a file descriptor for the output trace from "perfetto" (the32 # Allow traceur to pass open file descriptors to traced, so traced can directly37 # Allow iorapd to pass memfd descriptors to traced, so traced can directly
5 # Allow to exec the perfetto cmdline client and pass it the trace config on
20 # Allow to pass a file descriptor for the output trace from "perfetto" (the34 # Allow traceur to pass open file descriptors to traced, so traced can directly44 # Allow iorapd to pass memfd descriptors to traced, so traced can directly
174 pass(); in onMessageFromNanoApp()180 pass(); in onMessageFromNanoApp()239 public void pass() { in pass() method in ContextHubGeneralTestExecutor
3 ;; previous ones. Add here to pass checkapi tests.
39 " test.version.version@2.3 2>&1 | grep \"doesn't pass minor version\" > /dev/null)" +43 " test.version.version@2.3 2>&1 | grep \"doesn't pass minor version\" > /dev/null)" +
836 msg.pass.op_id = (AVRC_PASS_OP_ID_MASK & *p_data); in avrc_msg_cback()838 msg.pass.state = true; in avrc_msg_cback()840 msg.pass.state = false; in avrc_msg_cback()842 msg.pass.pass_len = *p_data++; in avrc_msg_cback()843 if (msg.pass.pass_len != p_pkt->len - 5) in avrc_msg_cback()844 msg.pass.pass_len = p_pkt->len - 5; in avrc_msg_cback()845 if (msg.pass.pass_len) in avrc_msg_cback()846 msg.pass.p_pass_data = p_data; in avrc_msg_cback()848 msg.pass.p_pass_data = NULL; in avrc_msg_cback()