Home
last modified time | relevance | path

Searched refs:intValue (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.cpp176 {{"down", Json::ValueType::intValue}, in OnMessage()
177 {"x", Json::ValueType::intValue}, in OnMessage()
178 {"y", Json::ValueType::intValue}, in OnMessage()
193 {{"id", Json::ValueType::intValue}, in OnMessage()
194 {"initialDown", Json::ValueType::intValue}, in OnMessage()
195 {"x", Json::ValueType::intValue}, in OnMessage()
196 {"y", Json::ValueType::intValue}, in OnMessage()
197 {"slot", Json::ValueType::intValue}, in OnMessage()
423 {"sdpMLineIndex", Json::ValueType::intValue}, in HandleMessage()
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub.c426 static int hexToInt(uint8_t **ptr, int *intValue) in hexToInt() argument
431 *intValue = 0; in hexToInt()
438 *intValue = (*intValue << 4) | hexValue; in hexToInt()