Home
last modified time | relevance | path

Searched defs:create (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDrmCrtc.cpp21 std::unique_ptr<DrmCrtc> DrmCrtc::create(::android::base::borrowed_fd drmFd, uint32_t crtcId, in create() function in aidl::android::hardware::graphics::composer3::impl::DrmCrtc
DDrmMode.cpp21 std::unique_ptr<DrmMode> DrmMode::create(::android::base::borrowed_fd drmFd, in create() function in aidl::android::hardware::graphics::composer3::impl::DrmMode
DDrmPlane.cpp21 std::unique_ptr<DrmPlane> DrmPlane::create(::android::base::borrowed_fd drmFd, uint32_t planeId) { in create() function in aidl::android::hardware::graphics::composer3::impl::DrmPlane
DDrmAtomicRequest.cpp21 std::unique_ptr<DrmAtomicRequest> DrmAtomicRequest::create() { in create() function in aidl::android::hardware::graphics::composer3::impl::DrmAtomicRequest
DDrmEventListener.cpp24 std::unique_ptr<DrmEventListener> DrmEventListener::create(::android::base::borrowed_fd drmFd, in create() function in aidl::android::hardware::graphics::composer3::impl::DrmEventListener
DDrmDisplay.cpp31 std::unique_ptr<DrmDisplay> DrmDisplay::create(uint32_t id, std::unique_ptr<DrmConnector> connector, in create() function in aidl::android::hardware::graphics::composer3::impl::DrmDisplay
DDrmSwapchain.cpp64 std::unique_ptr<DrmSwapchain> DrmSwapchain::create(uint32_t width, uint32_t height, uint32_t usage, in create() function in aidl::android::hardware::graphics::composer3::impl::DrmSwapchain
DDrmConnector.cpp30 std::unique_ptr<DrmConnector> DrmConnector::create(::android::base::borrowed_fd drmFd, in create() function in aidl::android::hardware::graphics::composer3::impl::DrmConnector
DDrmClient.cpp232 std::tuple<HWC3::Error, std::shared_ptr<DrmBuffer>> DrmClient::create( in create() function in aidl::android::hardware::graphics::composer3::impl::DrmClient
/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/
DCuttlefishHostTest.java121 public static ExpectedColor create(float u, float v, Color color) { in create() method in CuttlefishHostTest.ExpectedColor
132 public static WaitForColorsResult create(@Nullable BufferedImage image) { in create() method in CuttlefishHostTest.WaitForColorsResult
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java126 static HostDisplayInfo create(int id, int width, int height) { in create() method in CuttlefishDisplayHotplugTest.HostDisplayInfo
140 static GuestDisplayInfo create(int id, int width, int height) { in create() method in CuttlefishDisplayHotplugTest.GuestDisplayInfo
286 static AddDisplayParams create(int width, int height) { in create() method in CuttlefishDisplayHotplugTest.AddDisplayParams
491 static MemoryInfo create(int usedRam) { in create() method in CuttlefishDisplayHotplugTest.MemoryInfo
/device/generic/goldfish/hals/audio/
Ddevice_port_sink.cpp234 static std::unique_ptr<TinyalsaSink> create(unsigned pcmCard, in create() function
344 static std::unique_ptr<NullSink> create(const AudioConfig &cfg, in create() function
366 DevicePortSink::create(size_t readerBufferSizeHint, in create() function in android::hardware::audio::CPP_VERSION::implementation::DevicePortSink
Ddevice_port_source.cpp204 static std::unique_ptr<TinyalsaSource> create(unsigned pcmCard, in create() function
427 DevicePortSource::create(size_t writerBufferSizeHint, in create() function in android::hardware::audio::CPP_VERSION::implementation::DevicePortSource
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DSettingsUtils.java83 Fragment create(); in create() method
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DConnectedDevicesPreferenceFragment.java67 Preference create(Context context, BluetoothDeviceProvider provider, in create() method