Searched refs:mInfo (Results 1 – 14 of 14) sorted by relevance
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlayCtrl.cpp | 31 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/ |
D | overlayCtrl.cpp | 31 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/ |
D | overlayCtrl.cpp | 31 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/ |
D | IntelMetadataBuffer.cpp | 331 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 …]
|
D | IntelMetadataBuffer.h | 107 ValueInfo* mInfo; variable
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | ALSAMixer.cpp | 57 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/ |
D | cpp_bindings.h | 216 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()
|
D | cpp_bindings.cpp | 596 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()
|
D | wifi_hal.cpp | 377 int nlctrlFamily = genl_ctrl_resolve(mInfo->cmd_sock, "nlctrl"); in create()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 242 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()
|
D | cpp_bindings.cpp | 613 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()
|
D | gscan.cpp | 1330 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()
|
D | wifi_hal.cpp | 403 int nlctrlFamily = genl_ctrl_resolve(mInfo->cmd_sock, "nlctrl"); in create()
|
D | llstats.cpp | 85 if (handle != getWifiHandle(mLLStatsCommandInstance->mInfo)) in instance()
|