Searched refs:mType (Results 1 – 11 of 11) sorted by relevance
/device/google/contexthub/util/common/ |
D | JSONObject.cpp | 353 : mType(TYPE_NULL) { in JSONValue() 357 : mType(TYPE_NULL) { in JSONValue() 364 mType = other.mType; in operator =() 367 switch (mType) { in operator =() 389 return mType; in type() 393 if (mType != TYPE_INT32) { in getInt32() 402 switch (mType) { in getFloat() 423 if (mType != TYPE_STRING) { in getString() 432 if (mType != TYPE_BOOLEAN) { in getBoolean() 441 if (mType != TYPE_OBJECT) { in getObject() [all …]
|
D | JSONObject.h | 72 FieldType mType;
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | wifi_offload.cpp | 77 GetCmdType mType; member in MKeepAliveCommand 86 mPeriodMsec(period_msec), mType(cmdType) in MKeepAliveCommand() 91 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType) in MKeepAliveCommand() 97 switch (mType) { in createRequest() 199 switch (mType) { in handleResponse()
|
D | cpp_bindings.h | 233 const char *mType; 242 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1) in WifiCommand() 250 : mType(type), mMsg(getHalInfo(iface)->nl80211_family_id, getIfaceInfo(iface)->id), in WifiCommand() 267 return mType; in getType()
|
D | wifi_logger.cpp | 122 GetCmdType mType; member in DebugCommand 129 : WifiCommand("DebugCommand", iface, 0), mBuff(buffer), mBuffSize(buffer_size), mType in DebugCommand() 137 : WifiCommand("DebugCommand", iface, 0), mRingName(ring_name), mType(cmdType) in DebugCommand() 143 … : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType) in DebugCommand() 150 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType) in DebugCommand() 158 mRingName(ring_name), mType(cmdType) in DebugCommand() 203 switch (mType) { in createRequest() 320 switch (mType) { in handleResponse()
|
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/ |
D | RunLoop.h | 98 InfoType mType; member
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | RunLoop.cpp | 234 switch (addInfo.mType) { in run()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.h | 354 HWC2::DisplayType mType; variable
|
D | EmuHWC2.cpp | 445 mType(type), in Display() 724 *outType = (int32_t)mType; in getType()
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | HWC2.h | 438 HWC2::DisplayType mType; variable
|
D | HWC2.cpp | 543 mType(type), in Display() 805 *outType = static_cast<int32_t>(mType); in getType() 1675 output << to_string(mType) << " "; in dump()
|