Searched refs:mType (Results 1 - 25 of 89) sorted by relevance

1234

/hardware/libhardware/modules/camera/3_0/
H A DStream.cpp39 mType(s->stream_type),
79 return mType;
84 return mType == CAMERA3_STREAM_INPUT ||
85 mType == CAMERA3_STREAM_BIDIRECTIONAL;
90 return mType == CAMERA3_STREAM_OUTPUT ||
91 mType == CAMERA3_STREAM_BIDIRECTIONAL;
164 if (s->stream_type != mType) {
167 s->stream_type, typeToString(mType), mType);
228 dprintf(fd, "Stream Type: %s (%d)\n", typeToString(mType), mTyp
[all...]
H A DStream.h61 const int mType; member in class:default_camera_hal::Stream
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DPhysicalDevice.cpp26 : mType(type),
67 ATRACE("disp = %d, layer number = %d", mType, list->numHwLayers);
76 mLayerList = new HwcLayerList(list, mType);
138 ATRACE("disp = %d, enabled = %d", mType, enabled);
150 bool ret = mBlankControl->blank(mType, blank);
172 bool ret = drm->getModeInfo(mType, mode);
292 if (!drm->detect(mType)) {
293 ETRACE("drm detection on device %d failed ", mType);
308 mConnected = drm->isConnected(mType);
317 ret = drm->getModeInfo(mType, mod
[all...]
H A DExternalDevice.cpp103 drm->getModeInfo(mType, mode);
136 mHwc.hotplug(mType, false);
145 mHwc.hotplug(mType, true);
152 if (!drm->setDrmMode(mType, mPendingDrmMode)) {
154 mHwc.hotplug(mType, true);
160 mHwc.hotplug(mType, true);
169 mHwc.hotplug(mType, true);
194 mHwc.hotplug(mType, mConnected);
242 mHwc.hotplug(mType, mConnected);
251 mHwc.hotplug(mType, mConnecte
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DPhysicalDevice.cpp26 mType(type),
75 mLayerList = new HwcLayerList(list, mType);
170 bool ret = drm->getModeInfo(mType, mode);
291 if (!drm->detect(mType)) {
292 ELOGTRACE("drm detection on device %d failed ", mType);
307 mConnected = drm->isConnected(mType);
316 ret = drm->getModeInfo(mType, mode);
324 ret = drm->getPhysicalSize(mType, mmWidth, mmHeight);
359 modes = drm->detectAllConfigs(mType, &modeCount);
400 if (mType !
[all...]
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h86 mType(type),
103 mType(type),
134 ISV_BUFFERTYPE mType; member in class:ISVBuffer
/hardware/qcom/display/msm8084/libqdutils/
H A Dmdp_version.h96 char mType; // Smart or Dumb member in struct:qdutils::PanelInfo
105 PanelInfo() : mType(NO_PANEL), mPartialUpdateEnable(0),
117 char getPanelType() {return mPanelInfo.mType;}
H A Dmdp_version.cpp145 mPanelInfo.mType = MIPI_CMD_PANEL;
148 mPanelInfo.mType = MIPI_VIDEO_PANEL;
151 mPanelInfo.mType = LVDS_PANEL;
154 mPanelInfo.mType = EDP_PANEL;
/hardware/qcom/display/msm8226/libqdutils/
H A Dmdp_version.h96 char mType; // Smart or Dumb member in struct:qdutils::PanelInfo
105 PanelInfo() : mType(NO_PANEL), mPartialUpdateEnable(0),
117 char getPanelType() {return mPanelInfo.mType;}
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h88 : mName(name), mType(type) {}
94 return mType;
98 OMX_ANDROID_VENDOR_VALUETYPE mType; member in struct:VendorExtension::Param
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h88 : mName(name), mType(type) {}
94 return mType;
98 OMX_ANDROID_VENDOR_VALUETYPE mType; member in struct:VendorExtension::Param
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwPrimaryPlane.cpp29 mType = PLANE_PRIMARY;
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.cpp329 mType = IntelMetadataBufferTypeCameraSource;
343 mType = type;
369 :mType(imb.mType), mValue(imb.mValue), mInfo(NULL), mExtraValues(NULL),
393 mType = imb.mType;
424 type = mType;
432 mType = type;
604 mType = type;
624 if (mType
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_offload.cpp77 GetCmdType mType; member in class:MKeepAliveCommand
86 mPeriodMsec(period_msec), mType(cmdType)
91 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType)
97 switch (mType) {
199 switch (mType) {
H A Dcpp_bindings.h233 const char *mType; member in class:WifiCommand
242 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1)
250 : mType(type), mMsg(getHalInfo(iface)->nl80211_family_id, getIfaceInfo(iface)->id),
267 return mType;
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.cpp68 mType(LAYER_FB),
168 mType = type;
173 return mType;
337 mType == LAYER_FRAMEBUFFER_TARGET &&
340 mType = LAYER_SKIPPED;
H A DHwcLayer.h114 uint32_t mType; member in class:android::intel::HwcLayer
/hardware/qcom/display/msm8994/libqdutils/
H A Dmdp_version.h86 char mType; // Smart or Dumb member in struct:qdutils::PanelInfo
98 PanelInfo() : mType(NO_PANEL), mPartialUpdateEnable(0),
111 char getPanelType() {return mPanelInfo.mType;}
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnRGBPlane.cpp134 if (mType == PLANE_SPRITE)
186 "surf = %#x, pos = %#x, size = %#x, contalpa = %#x", mType, mIndex,
209 if (mType == PLANE_SPRITE)
235 if (mType == PLANE_SPRITE)
279 if (mType == PLANE_SPRITE)
322 "surf = %#x, pos = %#x, size = %#x, contalpa = %#x", mType, mIndex,
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlane.h79 virtual int getType() const { return mType; }
128 int mType; member in class:android::intel::DisplayPlane
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlane.h79 virtual int getType() const { return mType; }
128 int mType; member in class:android::intel::DisplayPlane
H A DPhysicalDevice.h82 uint32_t mType; member in class:android::intel::PhysicalDevice
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.h107 uint32_t mType; member in class:android::intel::HwcLayer
/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatus.h336 GnssEphemerisType mType; member in struct:loc_core::SystemStatusNav
347 mNav[i].mType = GNSS_EPH_TYPE_UNKNOWN;
412 mType(0),
425 mType(type),
432 uint32_t mType; member in class:loc_core::SystemStatusNetworkInfo
440 if ((mType != peer.mType) ||
451 LOC_LOGD("NetworkInfo: type=%u connected=%u", mType, mConnected);
459 mType = networkinfo->mType;
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnRGBPlane.cpp193 if (mType == PLANE_SPRITE)
244 "surf = %#x, pos = %#x, size = %#x, contalpa = %#x", mType, mIndex,
267 if (mType == PLANE_SPRITE)
293 if (mType == PLANE_SPRITE)
337 if (mType == PLANE_SPRITE)
380 "surf = %#x, pos = %#x, size = %#x, contalpa = %#x", mType, mIndex,

Completed in 580 milliseconds

1234