Searched refs:ConnectionType (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_tv_TvUinputBridge.cpp | 260 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/ |
D | SensorService.h | 139 template<typename ConnectionType> 140 const std::vector<sp<ConnectionType>>& getConnectionsHelper( 141 const SortedVector<wp<ConnectionType>>& connectionList, 142 std::vector<std::vector<sp<ConnectionType>>>* referenceHolder);
|
D | SensorService.cpp | 2044 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/ |
D | types.h | 81 ConnectionType;
|
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/ |
D | types.h | 80 ConnectionType;
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.cpp | 388 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/ |
D | metrics.proto | 2564 enum ConnectionType { enum 2628 optional ConnectionType connection_type = 2;
|