Searched refs:tmpInfo (Results 1 – 2 of 2) sorted by relevance
/drivers/peripheral/display/hal/ |
D | disp_hal.c | 50 struct DispInfo *tmpInfo = NULL; in GetInfo() local 78 …if (!HdfSbufReadBuffer(reply, (const void **)(&tmpInfo), &dataSize) || dataSize != sizeof(struct D… in GetInfo() 82 if (memcpy_s(info, sizeof(struct DispInfo), tmpInfo, dataSize) != EOK) { in GetInfo() 86 HDF_LOGI("tmpInfo->width = %u, tmpInfo->height = %u", tmpInfo->width, tmpInfo->height); in GetInfo() 87 HDF_LOGI("tmpInfo->hbp = %u, tmpInfo->hfp = %u", tmpInfo->hbp, tmpInfo->hfp); in GetInfo() 88 HDF_LOGI("tmpInfo->frameRate = %u", tmpInfo->frameRate); in GetInfo() 89 HDF_LOGI("tmpInfo->intfSync = %d", tmpInfo->intfSync); in GetInfo()
|
/drivers/peripheral/display/hal/default/ |
D | display_layer.c | 172 struct DispInfo *tmpInfo = NULL; in GetInfo() local 200 …if (!HdfSbufReadBuffer(reply, (const void **)(&tmpInfo), &dataSize) || dataSize != sizeof(struct D… in GetInfo() 204 if (memcpy_s(info, sizeof(struct DispInfo), tmpInfo, dataSize) != EOK) { in GetInfo()
|