Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmdevice.cpp431 struct drm_mode_destroy_blob destroy_blob; in DestroyPropertyBlob() local
432 memset(&destroy_blob, 0, sizeof(destroy_blob)); in DestroyPropertyBlob()
433 destroy_blob.blob_id = (__u32)blob_id; in DestroyPropertyBlob()
434 int ret = drmIoctl(fd(), DRM_IOCTL_MODE_DESTROYPROPBLOB, &destroy_blob); in DestroyPropertyBlob()