Home
last modified time | relevance | path

Searched refs:IsGamepad (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvUinputBridge.cpp278 bool IsGamepad() const { return getType() == ConnectionType::kGamepadDevice; } in IsGamepad() function in android::NativeConnection
390 if (connection->IsGamepad()) { in nativeSendKey()
406 if (!connection->IsGamepad()) { in nativeSendGamepadKey()
423 if (!connection->IsGamepad()) { in nativeSendGamepadAxisValue()
453 if (connection->IsGamepad()) { in nativeSendPointerDown()
474 if (connection->IsGamepad()) { in nativeSendPointerUp()