HomeSort by relevance Sort by last modified time
    Searched refs:DestroyLayer (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/include/hardware/
hwcomposer2.h 400 case HWC2_FUNCTION_DESTROY_LAYER: return "DestroyLayer";
595 DestroyLayer = HWC2_FUNCTION_DESTROY_LAYER,
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 340 if (!loadFunctionPointer(FunctionDescriptor::DestroyLayer,
909 void Display::destroyLayer(hwc2_layer_t layerId)
913 ALOGE_IF(error != Error::None, "destroyLayer(%" PRIu64 ", %" PRIu64 ")"
947 display->destroyLayer(mId);
    [all...]
HWC2On1Adapter.cpp 206 case FunctionDescriptor::DestroyLayer:
208 displayHook<decltype(&Display::destroyLayer),
209 &Display::destroyLayer, hwc2_layer_t>);
611 Error HWC2On1Adapter::Display::destroyLayer(hwc2_layer_t layerId)
617 ALOGV("[%" PRIu64 "] destroyLayer(%" PRIu64 ") failed: no such layer",
    [all...]

Completed in 676 milliseconds