Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmdevice.h78 int DestroyPropertyBlob(uint32_t blob_id);
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp92 mDrmDevice->DestroyPropertyBlob(blob); in destroyOldBlobs()
719 mDrmDevice->DestroyPropertyBlob(it); in ~SaveBlob()
732 mDrmDevice->DestroyPropertyBlob(blobs[type]); in addBlob()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmdevice.cpp455 int DrmDevice::DestroyPropertyBlob(uint32_t blob_id) { in DestroyPropertyBlob() function in android::DrmDevice
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h204 int ret = mDrmDisplayInterface->mDrmDevice->DestroyPropertyBlob(blob); in destroyOldBlobs()