Searched refs:tmpInfo (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/display/hal/ |
H A D | disp_hal.c | 50 struct DispInfo *tmpInfo = NULL; in GetInfo() local 78 if (!HdfSbufReadBuffer(reply, (const void **)(&tmpInfo), &dataSize) || dataSize != sizeof(struct DispInfo)) { 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 in GetInfo() [all...] |
/drivers/peripheral/display/hal/default/ |
H A D | display_layer.c | 172 struct DispInfo *tmpInfo = NULL; in GetInfo() local 200 if (!HdfSbufReadBuffer(reply, (const void **)(&tmpInfo), &dataSize) || dataSize != sizeof(struct DispInfo)) { in GetInfo() 204 if (memcpy_s(info, sizeof(struct DispInfo), tmpInfo, dataSize) != EOK) { in GetInfo()
|
Completed in 2 milliseconds