Home
last modified time | relevance | path

Searched refs:External (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/native/libs/input/rust/
Dkeyboard_classifier.rs120 if !device.classes.contains(DeviceClass::External) in classify_keyboard()
183 DeviceClass::Keyboard | DeviceClass::AlphabeticKey | DeviceClass::External, in classify_external_alphabetic_keyboard()
193 .notify_keyboard_changed(create_device(DeviceClass::Keyboard | DeviceClass::External)); in classify_external_non_alphabetic_keyboard()
205 | DeviceClass::External, in classify_mouse_pretending_as_keyboard()
218 | DeviceClass::External, in classify_touchpad_pretending_as_keyboard()
231 | DeviceClass::External, in classify_stylus_pretending_as_keyboard()
244 | DeviceClass::External, in classify_dpad_pretending_as_keyboard()
257 | DeviceClass::External, in classify_joystick_pretending_as_keyboard()
270 | DeviceClass::External, in classify_gamepad_pretending_as_keyboard()
283 | DeviceClass::External, in reclassify_keyboard_on_alphabetic_key_event()
[all …]
Dinput.rs274 const External = IInputConstants::DEVICE_CLASS_EXTERNAL as u32; constant
/frameworks/native/libs/ui/include/ui/
DStaticDisplayInfo.h26 enum class DisplayConnectionType { Internal, External, ftl_last = External }; enumerator
/frameworks/native/include/ui/
DStaticDisplayInfo.h26 enum class DisplayConnectionType { Internal, External, ftl_last = External }; enumerator
/frameworks/native/libs/ui/include_vndk/ui/
DStaticDisplayInfo.h26 enum class DisplayConnectionType { Internal, External, ftl_last = External }; enumerator
/frameworks/native/libs/gui/aidl/android/gui/
DDisplayConnectionType.aidl23 External = 1 enumConstant
/frameworks/compile/mclinker/include/mcld/
DLinkerConfig.h31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enumerator
/frameworks/compile/mclinker/include/mcld/MC/
DInput.h42 External enumerator
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp58 (*input)->type() == Input::External) { in readGroup()
/frameworks/compile/mclinker/lib/MC/
DCommandAction.cpp87 "bitcode", path(), Input::External); in activate()
/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp121 EXPECT_EQ(mHwc.getDisplayConnectionType(info->id), ui::DisplayConnectionType::External); in TEST_F()
124 EXPECT_EQ(mHwc.getDisplayConnectionType(info->id), ui::DisplayConnectionType::External); in TEST_F()
125 EXPECT_EQ(mHwc.getDisplayConnectionType(info->id), ui::DisplayConnectionType::External); in TEST_F()
DDisplayTransactionTestHelpers.h537 static constexpr auto CONNECTION_TYPE = ui::DisplayConnectionType::External;
552 PhysicalDisplayVariant<SecondaryDisplay<ui::DisplayConnectionType::External, false>, 1920,
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/
DREADME.md16 External clients notify System UI about the transfer status by calling `@SystemApi`s in
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp128 case Input::External: in normalize()
/frameworks/base/tools/aapt2/
DApkInfo.proto298 // External packages used by the application
/frameworks/base/packages/SystemUI/docs/
Dmedia-controls.md13 * Orange: External inputs
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp305 : ui::DisplayConnectionType::External; in getConnectionType()
439 getConnectionType().value_opt() != ui::DisplayConnectionType::External)) { in setActiveConfigWithConstraints()
DHWComposer.cpp370 : ui::DisplayConnectionType::External; in getDisplayConnectionType()
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md55 3. External APK
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp161 (*input)->type() == Input::External) in normalize()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp227 case mcld::LinkerConfig::External: in ConfigureOutputName()
/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.proto527 // External scorer UID if external scorer is enabled. Otherwise WIFI_UID for
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto467 // ANGLE - External package containing ANGLE libraries
/frameworks/av/media/libaaudio/
DDoxyfile1486 # the section "External Indexing and Searching" for details.
1502 # See the section "External Indexing and Searching" for details.
1513 # Xapian (see: http://xapian.org/). See the section "External Indexing and
/frameworks/av/media/codec2/docs/
Ddoxygen.config1553 # "External Indexing and Searching" for details.
1569 # See the section "External Indexing and Searching" for details.
1580 # Xapian (see: http://xapian.org/). See the section "External Indexing and

12