Home
last modified time | relevance | path

Searched refs:mId (Results 1 – 19 of 19) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDisplay.cpp89 : mComposer(composer), mId(id), mVsyncThread(id) { in Display()
116 ALOGE("%s: display:%" PRId64 "missing config:%" PRId32, __FUNCTION__, mId, activeConfigId); in init()
122 ALOGD("%s display:%" PRId64 " with config:%s", __FUNCTION__, mId, activeConfigString.c_str()); in init()
134 __FUNCTION__, mId, width, height, dpiX, dpiY, refreshRateHz); in updateParameters()
158 DEBUG_LOG("%s: display:%" PRId64, __FUNCTION__, mId); in createLayer()
181 ALOGE("%s display:%" PRId64 " has no such layer:%." PRId64, __FUNCTION__, mId, layerId); in destroyLayer()
198 DEBUG_LOG("%s: display:%" PRId64, __FUNCTION__, mId); in getActiveConfig()
203 ALOGW("%s: display:%" PRId64 " has no active config.", __FUNCTION__, mId); in getActiveConfig()
214 DEBUG_LOG("%s: display:%" PRId64 " attribute:%s", __FUNCTION__, mId, attributeString.c_str()); in getDisplayAttribute()
220 ALOGW("%s: display:%" PRId64 " bad config:%" PRId32, __FUNCTION__, mId, configId); in getDisplayAttribute()
[all …]
DLayer.cpp32 Layer::Layer() : mId(sNextId++) {} in Layer()
35 DEBUG_LOG("%s: layer:%" PRId64, __FUNCTION__, mId); in setCursorPosition()
47 DEBUG_LOG("%s: layer:%" PRId64, __FUNCTION__, mId); in getCursorPosition()
53 DEBUG_LOG("%s: layer:%" PRId64, __FUNCTION__, mId); in setBuffer()
65 DEBUG_LOG("%s: layer:%" PRId64, __FUNCTION__, mId); in getBuffer()
71 DEBUG_LOG("%s: layer:%" PRId64, __FUNCTION__, mId); in waitAndGetBuffer()
85 DEBUG_LOG("%s: layer:%" PRId64, __FUNCTION__, mId); in setSurfaceDamage()
92 DEBUG_LOG("%s: layer:%" PRId64 " blend mode:%s", __FUNCTION__, mId, blendModeString.c_str()); in setBlendMode()
101 DEBUG_LOG("%s: layer:%" PRId64 " blend mode:%s", __FUNCTION__, mId, blendModeString.c_str()); in getBlendMode()
108 mId, color.r, color.g, color.b, color.a); in setColor()
[all …]
DDrmConnector.cpp42 DEBUG_LOG("%s: Loading properties for connector:%" PRIu32, __FUNCTION__, mId); in update()
44 if (!LoadDrmProperties(drmFd, mId, DRM_MODE_OBJECT_CONNECTOR, GetPropertiesMap(), in update()
51 drmModeConnector* drmConnector = drmModeGetConnector(drmFd.get(), mId); in update()
87 __FUNCTION__, mId, (mWidthMillimeters ? *mWidthMillimeters : 0), in update()
94 DEBUG_LOG("%s: display:%" PRIu32, __FUNCTION__, mId); in loadEdid()
98 ALOGW("%s: display:%" PRIu32 " does not have EDID.", __FUNCTION__, mId); in loadEdid()
105 mId, edidBlobId, strerror(errno)); in loadEdid()
121 DEBUG_LOG("%s: connector:%" PRIu32, __FUNCTION__, mId); in getWidth()
130 DEBUG_LOG("%s: connector:%" PRIu32, __FUNCTION__, mId); in getHeight()
139 DEBUG_LOG("%s: connector:%" PRIu32, __FUNCTION__, mId); in getDpiX()
[all …]
DDrmDisplay.cpp113 DEBUG_LOG("%s: display:%" PRIu32, __FUNCTION__, mId); in onConnect()
117 ALOGE("%s: display:%" PRIu32 " failed to create atomic request.", __FUNCTION__, mId); in onConnect()
129 ALOGE("%s: display:%" PRIu32 " failed to set mode.", __FUNCTION__, mId); in onConnect()
137 DEBUG_LOG("%s: display:%" PRIu32, __FUNCTION__, mId); in onDisconnect()
141 ALOGE("%s: display:%" PRIu32 " failed to create atomic request.", __FUNCTION__, mId); in onDisconnect()
151 ALOGE("%s: display:%" PRIu32 " failed to set mode", __FUNCTION__, mId); in onDisconnect()
160 DEBUG_LOG("%s: display:%" PRIu32, __FUNCTION__, mId); in checkAndHandleHotplug()
171 ALOGI("%s: display:%" PRIu32 " was connected.", __FUNCTION__, mId); in checkAndHandleHotplug()
173 ALOGE("%s: display:%" PRIu32 " failed to connect.", __FUNCTION__, mId); in checkAndHandleHotplug()
177 ALOGI("%s: display:%" PRIu32 " was disconnected.", __FUNCTION__, mId); in checkAndHandleHotplug()
[all …]
DDisplayConfig.h30 DisplayConfig(int32_t configId) : mId(configId) {} in DisplayConfig()
34 : mId(configId), in DisplayConfig()
47 int32_t getId() const { return mId; } in getId()
48 void setId(int32_t id) { mId = id; } in setId()
79 int32_t mId;
DDrmCrtc.h40 uint32_t getId() const { return mId; } in getId()
47 DrmCrtc(uint32_t id, uint32_t index) : mId(id), mIndexInResourcesArray(index) {} in DrmCrtc()
51 const uint32_t mId; variable
DDrmConnector.h44 uint32_t getId() const { return mId; } in getId()
65 DrmConnector(uint32_t id) : mId(id) {} in DrmConnector()
69 const uint32_t mId; variable
DDrmPlane.h40 uint32_t getId() const { return mId; } in getId()
60 DrmPlane(uint32_t id) : mId(id){}; in DrmPlane()
62 const uint32_t mId; variable
DDrmProperty.h37 : mId(id), mValue(value), mName(name) {} in DrmProperty()
41 uint32_t getId() const { return mId; } in getId()
48 uint32_t mId = std::numeric_limits<uint32_t>::max();
DDrmDisplay.h50 uint32_t getId() const { return mId; } in getId()
73 : mId(id), in DrmDisplay()
82 const uint32_t mId; variable
DLayer.h38 int64_t getId() const { return mId; } in getId()
98 const int64_t mId;
DDisplay.h135 int64_t getId() const { return mId; } in getId()
164 const int64_t mId; variable
DDisplayConfig.cpp81 output += " id: " + std::to_string(mId); in toString()
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h237 wifi_request_id mId; variable
242 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1) in WifiCommand()
251 mId(id), mRefs(1) in WifiCommand()
263 return mId; in id()
Dwifi_hal.cpp593 int mId; member in GetMulticastIdCommand
600 mId = -1; in GetMulticastIdCommand()
604 return mId; in getId()
652 mId = nla_get_u32(tb2[CTRL_ATTR_MCAST_GRP_ID]); in handleResponse()
/device/generic/goldfish/MultiDisplayProvider/jni/
Dcom_android_emulator_multidisplay.cpp61 uint32_t mId; member
73 uint32_t data[] = {mId, mCb}; in onFrameAvailable()
88 : mConsumer(consumer), mId(id), mCb(0) { } in FrameListener()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h36 : mName(name), mId(id), mImpl(impl) {} in SimpleC2Interface()
42 c2_node_id_t getId() const override { return mId; } in getId()
72 const c2_node_id_t mId; variable
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp443 mId = allocateDecoderId(); in onInit()
444 if (mId <= 0) return C2_NO_MEMORY; in onInit()
460 if (mId > 0) { in onRelease()
462 mId = -1; in onRelease()
DC2GoldfishAvcDec.h162 int mId = -1; variable