Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 7 of 7) 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/generic/goldfish-opengl/system/hwc3/
DDrmPlane.cpp38 bool DrmPlane::isPrimary() const { return mType.getValue() == DRM_PLANE_TYPE_PRIMARY; } in isPrimary()
40 bool DrmPlane::isOverlay() const { return mType.getValue() == DRM_PLANE_TYPE_OVERLAY; } in isOverlay()
DDrmPlane.h77 DrmProperty mType; variable
93 {"type", &DrmPlane::mType}, in GetPropertiesMap()