Searched refs:outType (Results 1 – 8 of 8) sorted by relevance
87 virtual Error getDisplayType(Display display, IComposerClient::DisplayType* outType) = 0;
108 int32_t getDisplayTypeHook(hwc2_device_t* device, hwc2_display_t display, int32_t* outType) { in getDisplayTypeHook() argument114 *outType = HWC2_DISPLAY_TYPE_PHYSICAL; in getDisplayTypeHook()
245 Error getDisplayType(Display display, IComposerClient::DisplayType* outType) override { in getDisplayType() argument248 *outType = static_cast<IComposerClient::DisplayType>(hwc_type); in getDisplayType()
223 HWC2::Error getType(int32_t* outType);
1506 int32_t* /*hwc2_display_type_t*/ outType);
210 HWC2::Error getType(int32_t* outType);
824 Error HWC2On1Adapter::Display::getType(int32_t* outType) in getType() argument828 *outType = static_cast<int32_t>(mType); in getType()
780 Error HWC2On1Adapter::Display::getType(int32_t* outType) { in getType() argument783 *outType = static_cast<int32_t>(mType); in getType()