Home
last modified time | relevance | path

Searched refs:mInfo (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/display/msm8974/liboverlay/
DoverlayCtrl.cpp31 if(!getScreenInfo(mInfo)) { in init()
46 if(!dim.check(mInfo.mFBWidth, mInfo.mFBHeight)) { in setPosition()
52 if(!mMdp.setPosition(dim, mInfo.mFBWidth, mInfo.mFBHeight)) { in setPosition()
85 mInfo.dump("mInfo"); in dump()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayCtrl.cpp31 if(!getScreenInfo(mInfo)) { in init()
46 if(!dim.check(mInfo.mFBWidth, mInfo.mFBHeight)) { in setPosition()
52 if(!mMdp.setPosition(dim, mInfo.mFBWidth, mInfo.mFBHeight)) { in setPosition()
85 mInfo.dump("mInfo"); in dump()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayCtrl.cpp31 if(!getScreenInfo(mInfo)) { in init()
46 if(!dim.check(mInfo.mFBWidth, mInfo.mFBHeight)) { in setPosition()
52 if(!mMdp.setPosition(dim, mInfo.mFBWidth, mInfo.mFBHeight)) { in setPosition()
85 mInfo.dump("mInfo"); in dump()
/hardware/intel/common/libmix/videoencoder/
DIntelMetadataBuffer.cpp331 mInfo = NULL; in IntelMetadataBuffer()
345 mInfo = NULL; in IntelMetadataBuffer()
357 if (mInfo) in ~IntelMetadataBuffer()
358 delete mInfo; in ~IntelMetadataBuffer()
369 :mType(imb.mType), mValue(imb.mValue), mInfo(NULL), mExtraValues(NULL), in IntelMetadataBuffer()
375 if (imb.mInfo) in IntelMetadataBuffer()
376 mInfo = new ValueInfo(*imb.mInfo); in IntelMetadataBuffer()
395 mInfo = NULL; in operator =()
404 if (imb.mInfo) in operator =()
405 mInfo = new ValueInfo(*imb.mInfo); in operator =()
[all …]
DIntelMetadataBuffer.h107 ValueInfo* mInfo; variable
/hardware/qcom/audio/legacy/alsa_sound/
DALSAMixer.cpp57 mixer_info_t *mInfo; member
174 mixer_info_t *info = mixerMasterProp[i].mInfo = new mixer_info_t; in ALSAMixer()
211 mixer_info_t *info = mixerProp[j][i].mInfo = new mixer_info_t; in ALSAMixer()
253 if (mixerMasterProp[i].mInfo) { in ~ALSAMixer()
254 delete mixerMasterProp[i].mInfo; in ~ALSAMixer()
255 mixerMasterProp[i].mInfo = NULL; in ~ALSAMixer()
258 if (mixerProp[j][i].mInfo) { in ~ALSAMixer()
259 delete mixerProp[j][i].mInfo; in ~ALSAMixer()
260 mixerProp[j][i].mInfo = NULL; in ~ALSAMixer()
269 mixer_info_t *info = mixerMasterProp[SND_PCM_STREAM_PLAYBACK].mInfo; in setMasterVolume()
[all …]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h216 hal_info *mInfo;
227 mInfo = getHalInfo(handle); in WifiCommand()
235 mInfo = getHalInfo(iface); in WifiCommand()
279 return getWifiHandle(mInfo); in wifiHandle()
287 return mInfo->nl80211_family_id; in familyId()
Dcpp_bindings.cpp596 err = nl_send_auto_complete(mInfo->cmd_sock, request.getMessage()); /* send message */ in requestResponse()
609 int res = nl_recvmsgs(mInfo->cmd_sock, cb); in requestResponse()
634 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestEvent()
659 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestVendorEvent()
Dwifi_hal.cpp377 int nlctrlFamily = genl_ctrl_resolve(mInfo->cmd_sock, "nlctrl"); in create()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.h242 hal_info *mInfo;
252 mInfo = getHalInfo(handle); in WifiCommand()
260 mInfo = getHalInfo(iface); in WifiCommand()
290 return getWifiHandle(mInfo); in wifiHandle()
298 return mInfo->nl80211_family_id; in familyId()
Dcpp_bindings.cpp613 err = nl_send_auto_complete(mInfo->cmd_sock, request.getMessage()); /* send message */ in requestResponse()
626 int res = nl_recvmsgs(mInfo->cmd_sock, cb); in requestResponse()
651 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestEvent()
676 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestVendorEvent()
Dgscan.cpp1330 ALOGE("%s:Handle:%p Socket Value:%p", __func__, mInfo, mInfo->cmd_sock); in requestEvent()
1331 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); in requestEvent()
1342 nl_recvmsgs(mInfo->cmd_sock, cb); in requestEvent()
Dwifi_hal.cpp403 int nlctrlFamily = genl_ctrl_resolve(mInfo->cmd_sock, "nlctrl"); in create()
Dllstats.cpp85 if (handle != getWifiHandle(mLLStatsCommandInstance->mInfo)) in instance()