Home
last modified time | relevance | path

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

12345

/hardware/libhardware/modules/camera/3_0/
DStream.cpp39 mType(s->stream_type), in Stream()
79 return mType; in getType()
84 return mType == CAMERA3_STREAM_INPUT || in isInputType()
85 mType == CAMERA3_STREAM_BIDIRECTIONAL; in isInputType()
90 return mType == CAMERA3_STREAM_OUTPUT || in isOutputType()
91 mType == CAMERA3_STREAM_BIDIRECTIONAL; in isOutputType()
164 if (s->stream_type != mType) { in isValidReuseStream()
167 s->stream_type, typeToString(mType), mType); in isValidReuseStream()
228 dprintf(fd, "Stream Type: %s (%d)\n", typeToString(mType), mType); in dump()
/hardware/interfaces/tv/tuner/1.0/default/
DFrontend.cpp31 mType = type; in Frontend()
85 if (mType == FrontendType::ATSC) { in scan()
92 if (mType != FrontendType::DVBT) { in scan()
264 return mType; in getFrontendType()
272 return mType == FrontendType::DVBS || mType == FrontendType::ISDBS || in supportsSatellite()
273 mType == FrontendType::ISDBS3; in supportsSatellite()
DFilter.cpp35 mType = type; in Filter()
41 switch (mType.mainType) { in Filter()
43 if (mType.subType.tsFilterType() == DemuxTsFilterType::AUDIO || in Filter()
44 mType.subType.tsFilterType() == DemuxTsFilterType::VIDEO) { in Filter()
47 if (mType.subType.tsFilterType() == DemuxTsFilterType::PCR) { in Filter()
50 if (mType.subType.tsFilterType() == DemuxTsFilterType::RECORD) { in Filter()
55 if (mType.subType.mmtpFilterType() == DemuxMmtpFilterType::AUDIO || in Filter()
56 mType.subType.mmtpFilterType() == DemuxMmtpFilterType::VIDEO) { in Filter()
59 if (mType.subType.mmtpFilterType() == DemuxMmtpFilterType::RECORD) { in Filter()
105 switch (mType.mainType) { in configure()
[all …]
DDvr.cpp34 mType = type; in Dvr()
114 if (mType == DvrType::PLAYBACK) { in start()
117 } else if (mType == DvrType::RECORD) { in start()
119 mDemux->setIsRecording(mType == DvrType::RECORD); in start()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsTestSharedMemory.h51 SharedMemInfo mem = {.type = mType, in getSharedMemInfo()
115 switch (mType) { in ~SensorsTestSharedMemory()
141 this, static_cast<int>(mType), mNativeHandle, mSize, mBuffer); in ~SensorsTestSharedMemory()
150 : mType(type), mSize(0), mBuffer(nullptr) { in SensorsTestSharedMemory()
195 SharedMemType mType; variable
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_offload.cpp78 GetCmdType mType; member in MKeepAliveCommand
88 mPeriodMsec(period_msec), mType(cmdType) in MKeepAliveCommand()
93 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType) in MKeepAliveCommand()
106 switch (mType) { in createRequest()
213 switch (mType) { in handleResponse()
Dcpp_bindings.h242 const char *mType;
251 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1) in WifiCommand()
259 : mType(type), mMsg(getHalInfo(iface)->nl80211_family_id, getIfaceInfo(iface)->id), in WifiCommand()
276 return mType; in getType()
/hardware/qcom/display/msm8084/libqdutils/
Dmdp_version.h96 char mType; // Smart or Dumb member
105 PanelInfo() : mType(NO_PANEL), mPartialUpdateEnable(0), in PanelInfo()
117 char getPanelType() {return mPanelInfo.mType;} in getPanelType()
Dmdp_version.cpp145 mPanelInfo.mType = MIPI_CMD_PANEL; in updatePanelInfo()
148 mPanelInfo.mType = MIPI_VIDEO_PANEL; in updatePanelInfo()
151 mPanelInfo.mType = LVDS_PANEL; in updatePanelInfo()
154 mPanelInfo.mType = EDP_PANEL; in updatePanelInfo()
/hardware/qcom/display/msm8226/libqdutils/
Dmdp_version.h96 char mType; // Smart or Dumb member
105 PanelInfo() : mType(NO_PANEL), mPartialUpdateEnable(0), in PanelInfo()
117 char getPanelType() {return mPanelInfo.mType;} in getPanelType()
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatus.h336 GnssEphemerisType mType; member
347 mNav[i].mType = GNSS_EPH_TYPE_UNKNOWN; in SystemStatusNavData()
412 mType(0), in SystemStatusNetworkInfo()
425 mType(type), in SystemStatusNetworkInfo()
432 uint32_t mType; variable
440 if ((mType != peer.mType) || in equals()
451 LOC_LOGD("NetworkInfo: type=%u connected=%u", mType, mConnected); in dump()
459 mType = networkinfo->mType;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
Dvidc_vendor_extensions.h88 : mName(name), mType(type) {} in Param()
94 return mType; in type()
98 OMX_ANDROID_VENDOR_VALUETYPE mType; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
Dvidc_vendor_extensions.h88 : mName(name), mType(type) {} in Param()
94 return mType; in type()
98 OMX_ANDROID_VENDOR_VALUETYPE mType; member
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/
Dvidc_vendor_extensions.h88 : mName(name), mType(type) {} in Param()
94 return mType; in type()
98 OMX_ANDROID_VENDOR_VALUETYPE mType; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
Dvidc_vendor_extensions.h88 : mName(name), mType(type) {} in Param()
94 return mType; in type()
98 OMX_ANDROID_VENDOR_VALUETYPE mType; member
/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.h86 char mType; // Smart or Dumb member
98 PanelInfo() : mType(NO_PANEL), mPartialUpdateEnable(0), in PanelInfo()
111 char getPanelType() {return mPanelInfo.mType;} in getPanelType()
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_msg.h190 const AGpsExtType mType; member
209 const AGpsExtType mType; member
224 const AGpsExtType mType; member
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_msg.h190 const AGpsExtType mType; member
209 const AGpsExtType mType; member
224 const AGpsExtType mType; member
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_msg.h190 const AGpsExtType mType; member
209 const AGpsExtType mType; member
224 const AGpsExtType mType; member
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_msg.h190 const AGpsExtType mType; member
209 const AGpsExtType mType; member
224 const AGpsExtType mType; member
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_msg.h190 const AGpsExtType mType; member
209 const AGpsExtType mType; member
224 const AGpsExtType mType; member
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_msg.h190 const AGpsExtType mType; member
209 const AGpsExtType mType; member
224 const AGpsExtType mType; member
/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/
Dloc_eng_msg.h190 const AGpsExtType mType; member
209 const AGpsExtType mType; member
224 const AGpsExtType mType; member
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_msg.h190 const AGpsExtType mType; member
209 const AGpsExtType mType; member
224 const AGpsExtType mType; member
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_msg.h190 const AGpsExtType mType; member
209 const AGpsExtType mType; member
224 const AGpsExtType mType; member

12345