/device/generic/goldfish/wifi/ipv6proxy/ |
D | packet.cpp | 23 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 …]
|
D | packet.h | 52 return mType; in type() 66 Type mType; variable
|
/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/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrUtilityLib.cpp | 558 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()
|
D | VfrUtilityLib.h | 109 UINT8 mType; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrUtilityLib.cpp | 481 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()
|
D | VfrUtilityLib.h | 124 UINT8 mType; member
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.h | 319 HWC2::DisplayType mType; variable
|
D | EmuHWC2.cpp | 403 mType(type), in Display() 678 *outType = (int32_t)mType; in getType()
|