HomeSort by relevance Sort by last modified time
    Searched defs:command_type (Results 1 - 4 of 4) 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/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...]

Completed in 418 milliseconds