Searched defs:LayerHandle (Results 1 – 3 of 3) sorted by relevance
41 LayerHandle(uint32_t layerId) : mFlinger(nullptr), mLayer(nullptr), mLayerId(layerId) {} in LayerHandle() function
25 LayerHandle::LayerHandle(const sp<android::SurfaceFlinger>& flinger, in LayerHandle() function in android::surfaceflinger::LayerHandle
1773 struct LayerHandle(*mut Object); struct1776 unsafe impl Send for LayerHandle {} implementation1779 unsafe impl Sync for LayerHandle {} implementation