Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp442 mId(sNextId++), in Display()
469 ALOGVV("%s: displayId %u", __FUNCTION__, (uint32_t)mId); in acceptChanges()
474 __FUNCTION__, (uint32_t)mId); in acceptChanges()
503 ALOGV("%s: Display %u created layer %u", __FUNCTION__, (uint32_t)mId, in createLayer()
515 __FUNCTION__, (uint32_t)mId, (uint32_t)layerId); in destroyLayer()
527 ALOGV("%s: displayId %d layerId %d", __FUNCTION__, (uint32_t)mId, in destroyLayer()
537 ALOGW("%s: displayId %d %s", __FUNCTION__, (uint32_t)mId, in getActiveConfig()
543 (uint32_t)mId, (uint32_t)configId); in getActiveConfig()
554 ALOGW("%s: bad config (%u %u)", __FUNCTION__, (uint32_t)mId, configId); in getDisplayAttribute()
559 (uint32_t)mId, (uint32_t)configId, in getDisplayAttribute()
[all …]
DEmuHWC2.h210 hwc2_display_t getId() const {return mId;} in getId()
273 mId(0), in Config()
281 void setId(hwc2_config_t id) {mId = id; } in setId()
282 hwc2_config_t getId() const {return mId; } in getId()
287 hwc2_config_t mId; variable
350 const hwc2_display_t mId; variable
398 hwc2_layer_t getId() const {return mId;} in getId()
399 bool operator==(const Layer& other) { return mId == other.mId; }
434 const hwc2_layer_t mId; variable
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp532 : mId(sNextId++), in Display()
560 ALOGV("[%" PRIu64 "] acceptChanges failed, not validated", mId); in acceptChanges()
564 ALOGV("[%" PRIu64 "] acceptChanges", mId); in acceptChanges()
590 ALOGV("[%" PRIu64 "] created layer %" PRIu64, mId, *outLayerId); in createLayer()
601 mId, layerId); in destroyLayer()
613 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId); in destroyLayer()
622 ALOGV("[%" PRIu64 "] getActiveConfig --> %s", mId, in getActiveConfig()
627 ALOGV("[%" PRIu64 "] getActiveConfig --> %u", mId, configId); in getActiveConfig()
637 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId, in getAttribute()
642 ALOGV("[%" PRIu64 "] getAttribute(%u, %s) --> %d", mId, configId, in getAttribute()
[all …]
DHWC2.h190 hwc2_display_t getId() const { return mId; } in getId()
291 mId(0), in Config()
308 void setId(hwc2_config_t id) { mId = id; } in setId()
309 hwc2_config_t getId() const { return mId; } in getId()
323 hwc2_config_t mId; variable
400 const hwc2_display_t mId; variable
533 bool operator==(const Layer& other) { return mId == other.mId; }
536 hwc2_layer_t getId() const { return mId; } in getId()
591 const hwc2_layer_t mId; variable
/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/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()