Home
last modified time | relevance | path

Searched defs:connection (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/vts/
DGraphicsComposerCallback.cpp51 Return<void> GraphicsComposerCallback::onHotplug(Display display, Connection connection) { in onHotplug()
/hardware/interfaces/tv/hdmi/connection/aidl/default/
DHdmiConnectionMock.cpp30 namespace connection { namespace
/hardware/interfaces/graphics/composer/2.4/utils/vts/
DGraphicsComposerCallback.cpp71 Return<void> GraphicsComposerCallback::onHotplug(Display display, Connection connection) { in onHotplug()
/hardware/interfaces/media/bufferpool/aidl/default/
DAccessor.cpp147 std::shared_ptr<Connection> connection; in connect() local
238 std::shared_ptr<Connection> *connection, ConnectionId *pConnectionId, in connect()
DBufferPoolClient.cpp745 std::shared_ptr<IConnection> connection; in fetchBufferHandle() local
/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp71 const std::string& connection) { in getAudioPortsForDeviceTypes()
86 const std::vector<AudioDeviceType>& deviceTypes, const std::string& connection) { in getAudioPortsForDeviceTypes()
DVtsHalAudioCoreModuleTargetTest.cpp130 if (std::string_view connection = description.connection; in suggestDeviceAddressTag() local
/hardware/interfaces/automotive/audiocontrol/aidl/default/
DAudioControl.cpp122 const std::string& connection = "", const std::string& address = "") { in createDeviceExt()
784 std::string connection = std::string(args[i + 3]); in cmdOnAudioPortsChanged() local
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.cpp208 for (auto& connection : mValueStreamingConnections) { in OnVehiclePropChange() local
/hardware/interfaces/audio/aidl/default/
DConfiguration.cpp77 std::string connection = "") { in createDeviceExt()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h528 static inline const char* getConnectionName(hwc2_connection_t connection) { in getConnectionName()