Home
last modified time | relevance | path

Searched defs:extension (Results 1 – 3 of 3) sorted by relevance

/test/xts/hats/hdf/external_device_manager/device_manager_test/
Ddevice_manager_test.cpp167 std::shared_ptr<IBusExtension> extension = core.GetBusExtensionByName("HDMI"); variable
/test/xts/acts/hdf/device_manager/device_manager_test/
Ddevice_manager_test.cpp169 std::shared_ptr<IBusExtension> extension = core.GetBusExtensionByName("HDMI"); variable
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/
Dnativeimage.cpp142 static bool CheckEglExtension(const char *extensions, const char *extension) in CheckEglExtension()