Home
last modified time | relevance | path

Searched refs:CommandType (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp266 if (cmd == CommandType::MOVE_TO || cmd == CommandType::LINE_TO) { in getGeometries()
269 if (first && cmd == CommandType::MOVE_TO) { in getGeometries()
276 if (first && cmd == CommandType::LINE_TO) { in getGeometries()
282 if (cmd == CommandType::MOVE_TO && !paths.back().empty()) { in getGeometries()
314 } else if (cmd == CommandType::CLOSE) { in getGeometries()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/vector_tile/
H A Dvector_tile_config.hpp51 enum CommandType : std::uint8_t enum
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dmbim-cm.c562 UINT32 CommandType; //0 for a query operation, 1 for a Set operation member
911 static MBIM_MESSAGE_HEADER *compose_basic_connect_command(UINT32 CID, UINT32 CommandType, void *pIn… in compose_basic_connect_command() argument
928 pRequest->CommandType = htole32(CommandType); in compose_basic_connect_command()
939 static MBIM_MESSAGE_HEADER *compose_basic_connect_ext_command(UINT32 CID, UINT32 CommandType, void … in compose_basic_connect_ext_command() argument
941 …T *pRequest = (MBIM_COMMAND_MSG_T *)compose_basic_connect_command(CID, CommandType, pInformationBu… in compose_basic_connect_ext_command()
1018 …dType = %s (%u)", direction, le32toh(pCmdMsg->CommandType) ? "set" : "query", le32toh(pCmdMsg->Com… in mbim_dump_command_msg()