Home
last modified time | relevance | path

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

12

/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/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/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/google/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h119 ScopedLockedView(T* info) : mInfo(info) { in ScopedLockedView()
120 mInfo->lock(); in ScopedLockedView()
123 mInfo->unlock(); in ~ScopedLockedView()
126 T* mInfo;
128 T* internalInfo() { return mInfo; } in internalInfo()
129 const T* internalInfo_const() const { return mInfo; } in internalInfo_const()
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
DHidRawSensorTest.cpp43 mInfo = { in HidRawDummyDevice()
54 return mInfo; in getDeviceInfo()
103 HidDeviceInfo mInfo; member in android::SensorHalExt::HidRawDummyDevice
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dcpp_bindings.h243 hal_info *mInfo; variable
254 mInfo = getHalInfo(handle); in WifiCommand()
263 mInfo = getHalInfo(iface); in WifiCommand()
311 return getWifiHandle(mInfo); in wifiHandle()
319 return mInfo->nl80211_family_id; in familyId()
Dcpp_bindings.cpp657 err = nl_send_auto_complete(mInfo->cmd_sock, request.getMessage()); /* send message */ in requestResponse()
670 int res = nl_recvmsgs(mInfo->cmd_sock, cb); in requestResponse()
696 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestEvent()
721 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestVendorEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h248 hal_info *mInfo; variable
259 mInfo = getHalInfo(handle); in WifiCommand()
268 mInfo = getHalInfo(iface); in WifiCommand()
316 return getWifiHandle(mInfo); in wifiHandle()
324 return mInfo->nl80211_family_id; in familyId()
Dcpp_bindings.cpp693 if (!mInfo->cmd_sock) { in requestResponse()
694 ALOGE("cmd_sock is already freed mInfo:%p mIfaceInfo:%p\n", mInfo, mIfaceInfo); in requestResponse()
698 err = nl_send_auto_complete(mInfo->cmd_sock, request.getMessage()); /* send message */ in requestResponse()
711 res = nl_recvmsgs(mInfo->cmd_sock, cb); in requestResponse()
736 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestEvent()
761 res = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestVendorEvent()
/hardware/interfaces/graphics/allocator/aidl/vts/
DVtsHalGraphicsAllocatorAidl_TargetTest.cpp88 const BufferDescriptorInfo mInfo; member in BufferHandle
100 mInfo(info) {} in BufferHandle()
108 .width = static_cast<uint32_t>(mInfo.width), in describe()
109 .height = static_cast<uint32_t>(mInfo.height), in describe()
110 .layers = static_cast<uint32_t>(mInfo.layerCount), in describe()
111 .format = static_cast<uint32_t>(mInfo.format), in describe()
112 .usage = static_cast<uint64_t>(mInfo.usage), in describe()
/hardware/interfaces/automotive/evs/1.0/default/
DEvsDisplay.cpp38 mInfo.displayId = "Mock Display"; in EvsDisplay()
39 mInfo.vendorFlags = 3870; in EvsDisplay()
94 _hidl_cb(mInfo); in getDisplayInfo()
DEvsDisplay.h47 DisplayDesc mInfo = {};
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsGlDisplay.cpp60 mInfo.id = std::to_string(displayId); in EvsGlDisplay()
61 mInfo.vendorFlags = 3870; in EvsGlDisplay()
254 _aidl_return->id = mInfo.id; // FIXME: what should be ID here? in getDisplayInfo()
255 _aidl_return->vendorFlags = mInfo.vendorFlags; in getDisplayInfo()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcpp_bindings.h308 hal_info *mInfo;
318 mInfo = getHalInfo(handle); in WifiCommand()
325 mInfo = getHalInfo(iface); in WifiCommand()
352 return getWifiHandle(mInfo); in wifiHandle()
360 return mInfo->nl80211_family_id; in familyId()
Drssi_monitor.cpp156 if (handle != getWifiHandle(mRSSIMonitorCommandInstance->mInfo)) in instance()
161 mRSSIMonitorCommandInstance->mInfo = (hal_info *)handle; in instance()
Dwificonfig.cpp761 if (mInfo == NULL || mInfo->cmd_sock == NULL) { in requestEvent()
767 status = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); in requestEvent()
781 nl_recvmsgs(mInfo->cmd_sock, cb); in requestEvent()
Dwifihal_vendor.cpp90 if (handle != getWifiHandle(mNUDStatsCommandInstance->mInfo)) in instance()
95 mNUDStatsCommandInstance->mInfo = (hal_info *)handle; in instance()
Dcpp_bindings.cpp602 err = nl_send_auto_complete(mInfo->cmd_sock, request.getMessage()); /* send message */ in requestResponse()
615 int res = nl_recvmsgs(mInfo->cmd_sock, cb); in requestResponse()
639 status = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestEvent()
665 status = nl_send_auto_complete(mInfo->cmd_sock, mMsg.getMessage()); /* send message */ in requestVendorEvent()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dcpp_bindings.h318 hal_info *mInfo;
328 mInfo = getHalInfo(handle); in WifiCommand()
335 mInfo = getHalInfo(iface); in WifiCommand()
362 return getWifiHandle(mInfo); in wifiHandle()
370 return mInfo->nl80211_family_id; in familyId()
Dradio_mode.cpp125 if (handle != getWifiHandle(instance->mInfo)) { in instance()
127 instance->mInfo = (hal_info *)handle; in instance()
Drssi_monitor.cpp161 if (handle != getWifiHandle(mRSSIMonitorCommandInstance->mInfo)) in instance()
166 mRSSIMonitorCommandInstance->mInfo = (hal_info *)handle; in instance()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsDisplay.cpp50 mInfo.displayId = "Mock Display"; in EvsDisplay()
51 mInfo.vendorFlags = 3870; in EvsDisplay()
107 _hidl_cb(mInfo); in getDisplayInfo()
DEvsDisplay.h52 V1_0::DisplayDesc mInfo = {};
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsGlDisplay.h67 evs::DisplayDesc mInfo; variable
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
Dgoldfish_address_space_fuchsia.impl263 mInfo[offset] = info;
268 mInfo.erase(offset);
274 auto it = mInfo.find(offset);
275 if (it == mInfo.end()) {
286 std::unordered_map<uint64_t, Info> mInfo;

12