Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvUinputBridge.cpp260 enum class ConnectionType { enum in android::NativeConnection
276 ConnectionType getType() const { return mType; } in getType()
278 bool IsGamepad() const { return getType() == ConnectionType::kGamepadDevice; } in IsGamepad()
280 bool IsRemote() const { return getType() == ConnectionType::kRemoteDevice; } in IsRemote()
283 NativeConnection(int fd, int32_t maxPointers, ConnectionType type);
287 const ConnectionType mType;
290 NativeConnection::NativeConnection(int fd, int32_t maxPointers, ConnectionType type) in NativeConnection()
320 return new NativeConnection(descriptor.Detach(), maxPointers, ConnectionType::kRemoteDevice); in open()
350 return new NativeConnection(descriptor.Detach(), 0, ConnectionType::kGamepadDevice); in openGamepad()
/frameworks/native/services/sensorservice/
DSensorService.h139 template<typename ConnectionType>
140 const std::vector<sp<ConnectionType>>& getConnectionsHelper(
141 const SortedVector<wp<ConnectionType>>& connectionList,
142 std::vector<std::vector<sp<ConnectionType>>>* referenceHolder);
DSensorService.cpp2044 template<typename ConnectionType>
2045 const std::vector<sp<ConnectionType>>& SensorService::ConnectionSafeAutolock::getConnectionsHelper( in getConnectionsHelper()
2046 const SortedVector<wp<ConnectionType>>& connectionList, in getConnectionsHelper()
2047 std::vector<std::vector<sp<ConnectionType>>>* referenceHolder) { in getConnectionsHelper()
2049 std::vector<sp<ConnectionType>>& connections = referenceHolder->back(); in getConnectionsHelper()
2050 for (const wp<ConnectionType>& weakConnection : connectionList){ in getConnectionsHelper()
2051 sp<ConnectionType> connection = weakConnection.promote(); in getConnectionsHelper()
/frameworks/av/media/codec2/vndk/include/
Dtypes.h81 ConnectionType;
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
Dtypes.h80 ConnectionType;
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp388 using ConnectionType = Hwc2::IComposerClient::DisplayConnectionType; in getConnectionType() typedef
389 ConnectionType connectionType; in getConnectionType()
395 *outType = connectionType == ConnectionType::INTERNAL in getConnectionType()
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto2564 enum ConnectionType { enum
2628 optional ConnectionType connection_type = 2;