Home
last modified time | relevance | path

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

/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/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DRunLoop.h98 InfoType mType; member
/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/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp234 switch (addInfo.mType) { in run()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.h354 HWC2::DisplayType mType; variable
DEmuHWC2.cpp445 mType(type), in Display()
724 *outType = (int32_t)mType; in getType()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h438 HWC2::DisplayType mType; variable
DHWC2.cpp543 mType(type), in Display()
805 *outType = static_cast<int32_t>(mType); in getType()
1675 output << to_string(mType) << " "; in dump()