Home
last modified time | relevance | path

Searched refs:GetDeviceType (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm225 CoreSimulatorSupport::DeviceType CoreSimulatorSupport::Device::GetDeviceType() { function
570 return (d && d.GetDeviceType() && d.GetDeviceRuntime() &&
613 if (d && d.GetDeviceType() &&
614 d.GetDeviceType().GetProductFamilyID() == dev_id)
627 if (d && d.GetDeviceType() &&
628 d.GetDeviceType().GetProductFamilyID() == dev_id) {
632 if ((d.GetDeviceType().GetModelIdentifier() >
633 dev.GetDeviceType().GetModelIdentifier()) ||
DPlatformiOSSimulatorCoreSimulatorSupport.h157 DeviceType GetDeviceType();
/external/pdfium/core/fxge/win32/
Dwin32_int.h81 DeviceType GetDeviceType() const override;
231 DeviceType GetDeviceType() const override;
297 DeviceType GetDeviceType() const override;
Dfx_win32_print.cpp390 DeviceType CPSPrinterDriver::GetDeviceType() const { in GetDeviceType() function in CPSPrinterDriver
531 DeviceType CTextOnlyPrinterDriver::GetDeviceType() const { in GetDeviceType() function in CTextOnlyPrinterDriver
/external/webrtc/sdk/objc/native/src/audio/
Dhelpers.h47 std::string GetDeviceType();
Dhelpers.mm70 std::string GetDeviceType() {
/external/libbrillo/brillo/udev/
Dudev_device.h60 virtual const char* GetDeviceType() const;
Dmock_udev_device.h32 MOCK_METHOD(const char*, GetDeviceType, (), (const, override));
Dudev_device.cc68 const char* UdevDevice::GetDeviceType() const { in GetDeviceType() function in brillo::UdevDevice
/external/OpenCL-CTS/test_common/harness/
DtestHarness.h155 extern cl_device_type GetDeviceType(cl_device_id);
/external/pdfium/fpdfsdk/
Dcpdfsdk_renderpage.cpp65 pContext->m_pDevice->GetDeviceType() != DeviceType::kDisplay; in RenderPageImpl()
Dfpdf_view.cpp457 if (device->GetDeviceType() == DeviceType::kPrinter) { in RenderBitmap()
523 if (WinDC.GetDeviceType() == DeviceType::kPrinter) { in FPDF_RenderPage()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h46 DeviceType GetDeviceType() const override;
/external/pdfium/core/fpdfapi/render/
Dcpdf_progressiverenderer.cpp81 if (m_pDevice->GetDeviceType() == DeviceType::kPrinter) { in Continue()
Dcpdf_renderstatus.cpp175 m_bPrint = m_pDevice->GetDeviceType() != DeviceType::kDisplay; in Initialize()
351 if (pObj->IsImage() && m_pDevice->GetDeviceType() == DeviceType::kPrinter) in DrawObjWithBackground()
539 if (m_pDevice->GetDeviceType() == DeviceType::kDisplay && in ProcessClipPath()
624 m_pDevice->GetDeviceType() == DeviceType::kDisplay && in ProcessTransparency()
950 DeviceType device_type = m_pDevice->GetDeviceType(); in ProcessType3Text()
Dcpdf_imagerenderer.cpp116 if (m_pRenderStatus->GetRenderDevice()->GetDeviceType() != in StartRenderDIBBase()
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.h39 virtual DeviceType GetDeviceType() const = 0;
Dcfx_renderdevice.h61 DeviceType GetDeviceType() const { return m_DeviceType; } in GetDeviceType() function
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h39 DeviceType GetDeviceType() const override;
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h99 ANGLED3D11DeviceType GetDeviceType(ID3D11Device *device);
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp444 bool bPrinting = pDevice->GetDeviceType() == DeviceType::kPrinter || in DrawBorder()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_1D.cpp77 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_1D()
Dtest_write_1D_array.cpp87 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_1D_array()
Dtest_write_3D.cpp113 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_3D()
Dtest_write_2D_array.cpp110 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_2D_array()

12