Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish/wifi/ipv6proxy/
Dpacket.cpp23 mType(Type::Other), in Packet()
28 mType = Type::Other; in Packet()
34 mType = Type::Other; in Packet()
43 mType = Type::Other; in Packet()
51 mType = Type::RouterSolicitation; in Packet()
55 mType = Type::RouterAdvertisement; in Packet()
59 mType = Type::NeighborSolicitation; in Packet()
63 mType = Type::NeighborAdvertisement; in Packet()
66 mType = Type::Other; in Packet()
70 mType = Type::Other; in Packet()
[all …]
Dpacket.h52 return mType; in type()
66 Type mType; variable
/device/google/contexthub/util/common/
DJSONObject.cpp353 : 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 …]
DJSONObject.h72 FieldType mType;
/device/linaro/poplar/wifi/wifi_hal/
Dwifi_offload.cpp77 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()
Dcpp_bindings.h233 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()
Dwifi_logger.cpp122 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/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp558 UINT8 mType; member
783 return Field->mFieldType->mType; in GetFieldWidth()
815 New->mType = gInternalTypesTable[Index].mType; in InternalTypesListInit()
981 pNewType->mType = EFI_IFR_TYPE_OTHER; in DeclareDataTypeBegin()
1139 if (DataType == pDataType->mType) { in GetDataTypeSize()
1195 Type = pType->mType; in GetDataFieldInfo()
DVfrUtilityLib.h109 UINT8 mType; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.cpp481 UINT8 mType; member
677 if (Type->mType == EFI_IFR_TYPE_TIME) { in GetTypeField()
746 return Field->mFieldType->mType; in GetFieldWidth()
778 New->mType = gInternalTypesTable[Index].mType; in InternalTypesListInit()
976 pNewType->mType = EFI_IFR_TYPE_OTHER; in DeclareDataTypeBegin()
1137 if (DataType == pDataType->mType) { in GetDataTypeSize()
1193 Type = pType->mType; in GetDataFieldInfo()
DVfrUtilityLib.h124 UINT8 mType; member
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.h319 HWC2::DisplayType mType; variable
DEmuHWC2.cpp403 mType(type), in Display()
678 *outType = (int32_t)mType; in getType()