HomeSort by relevance Sort by last modified time
    Searched refs:command_type (Results 1 - 18 of 18) sorted by null

  /system/bt/vendor_libs/test_vendor_lib/test/
packet_stream_unittest.cc 131 serial_data_type_t command_type = DATA_TYPE_COMMAND; local
132 write(socketpair_fds_[1], &command_type, 1);
133 EXPECT_EQ(command_type, packet_stream_.ReceivePacketType(socketpair_fds_[0]));
  /system/extras/taskstats/
taskstats.c 91 int command_type, int parameter,
98 nla_put_u32(message, command_type, parameter);
257 int command_type = 0; local
281 command_type = TASKSTATS_CMD_ATTR_PID;
285 command_type = TASKSTATS_CMD_ATTR_TGID;
320 ret = query_task_stats(netlink_socket, family_id, command_type, pid, &stats);
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
cm_07.py 39 command_type=mbim_constants.COMMAND_TYPE_QUERY,
cm_05.py 36 command_type=mbim_constants.COMMAND_TYPE_QUERY,
42 command_type=mbim_constants.COMMAND_TYPE_QUERY,
cm_08.py 41 command_type=mbim_constants.COMMAND_TYPE_SET,
cm_13.py 55 command_type=mbim_constants.COMMAND_TYPE_QUERY,
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM07.py 51 command_type=mbim_constants.COMMAND_TYPE_QUERY,
cellular_MbimComplianceCM08.py 53 command_type=mbim_constants.COMMAND_TYPE_SET,
  /test/vts/drivers/shell/
ShellDriver.cpp 163 if (cmd_msg.command_type() == EXIT) {
166 } else if (cmd_msg.command_type() != EXECUTE_COMMAND) {
167 LOG(ERROR) << "Unknown command type " << cmd_msg.command_type();
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test_utils.h 110 * @param command_type type of command
117 uint8_t command_type, bool cr, const std::vector<uint8_t>& data);
stack_rfcomm_test_utils.cc 97 uint8_t command_type, bool cr, const std::vector<uint8_t>& data) {
103 header |= command_type << 2;
  /test/vts/drivers/hal/server/
SocketServer.cpp 107 LOG(DEBUG) << " command_type " << command_message.command_type();
108 switch (command_message.command_type()) {
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 495 command_type,
515 command_type: integer, the command type.
524 command_msg.command_type = command_type
526 COMMAND_TYPE_NAME[command_type])
527 if command_type == 202:
  /test/vts/agents/hal/
AgentRequestHandler.cpp 445 LOG(DEBUG) << "command_type = " << command_msg.command_type();
446 switch (command_msg.command_type()) {
468 LOG(ERROR) << " ERROR unknown command " << command_msg.command_type();
  /external/ImageMagick/MagickCore/
animate.c 356 % XWindows *windows,const CommandType command_type,Image **image,
379 XWindows *windows,const CommandType command_type,Image **image,
398 switch (command_type)
524 if (command_type == StepBackwardCommand)
526 if (command_type == StepForwardCommand)
1311 command_type; local
    [all...]
display.c 11285 command_type; local
14435 command_type; local
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 551 (line_number, command_type, line).
820 for line_number, command_type, ln in \
823 parser = keyword_parsers[command_type]
825 if command_type == 'END.' and parser.getValue() is True:
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_message_unittest.py 322 command_type=mbim_constants.COMMAND_TYPE_QUERY,

Completed in 441 milliseconds