Home
last modified time | relevance | path

Searched refs:eok (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_gralloc_gbm.cpp62 errno_t eok = memset_s(g_grallocManager, sizeof(GrallocManager), 0, sizeof(GrallocManager)); in GetGrallocManager() local
63 if (eok != EOK) { in GetGrallocManager()
234 errno_t eok = memset_s(&syncPrm, sizeof(syncPrm), 0, sizeof(syncPrm)); in DmaBufferSync() local
235 DISPLAY_CHK_RETURN((eok != EOK), HDF_ERR_INVALID_PARAM, DISPLAY_LOGE("dma buffer sync memset_s failed")); in DmaBufferSync()
303 errno_t eok = EOK; in GbmAllocMem() local
310 eok = memset_s(priBuffer, sizeof(PriBufferHandle), 0, sizeof(PriBufferHandle)); in GbmAllocMem()
311 if (eok != EOK) { in GbmAllocMem()
315 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("memset_s failed")); in GbmAllocMem()
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.cpp218 errno_t eok = memset_s(&syncPrm, sizeof(syncPrm), 0, sizeof(syncPrm)); in DmaBufferSync() local
219 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("dma buffer sync memset_s failed")); in DmaBufferSync()

Completed in 2 milliseconds