Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_entry.cpp96 void magma_connection_release(magma_connection_t connection) in magma_connection_release()
102 magma_status_t magma_connection_get_error(magma_connection_t connection) in magma_connection_get_error()
108 magma_status_t magma_connection_create_context(magma_connection_t connection, uint32_t* context_id_… in magma_connection_create_context()
114 void magma_connection_release_context(magma_connection_t connection, uint32_t context_id) in magma_connection_release_context()
120 magma_status_t magma_connection_create_buffer(magma_connection_t connection, uint64_t size, uint64_… in magma_connection_create_buffer()
126 void magma_connection_release_buffer(magma_connection_t connection, magma_buffer_t buffer) in magma_connection_release_buffer()
132 magma_status_t magma_connection_import_buffer(magma_connection_t connection, magma_handle_t buffer_… in magma_connection_import_buffer()
138 magma_status_t magma_connection_create_semaphore(magma_connection_t connection, magma_semaphore_t* … in magma_connection_create_semaphore()
144 void magma_connection_release_semaphore(magma_connection_t connection, magma_semaphore_t semaphore) in magma_connection_release_semaphore()
150 magma_status_t magma_connection_import_semaphore(magma_connection_t connection, magma_handle_t sema… in magma_connection_import_semaphore()
[all …]
Dmagma_stubs.cpp19 magma_connection_t connection, in magma_connection_import_semaphore2()
Dmagma_enc.cpp260 void magma_connection_release_enc(void *self , magma_connection_t connection) in magma_connection_release_enc()
287 magma_status_t magma_connection_get_error_enc(void *self , magma_connection_t connection) in magma_connection_get_error_enc()
329 magma_status_t magma_connection_create_context_enc(void *self , magma_connection_t connection, uint… in magma_connection_create_context_enc()
375 void magma_connection_release_context_enc(void *self , magma_connection_t connection, uint32_t cont… in magma_connection_release_context_enc()
403 magma_status_t magma_connection_create_buffer_enc(void *self , magma_connection_t connection, uint6… in magma_connection_create_buffer_enc()
458 void magma_connection_release_buffer_enc(void *self , magma_connection_t connection, magma_buffer_t… in magma_connection_release_buffer_enc()
486 magma_status_t magma_connection_import_buffer_enc(void *self , magma_connection_t connection, magma… in magma_connection_import_buffer_enc()
541 magma_status_t magma_connection_create_semaphore_enc(void *self , magma_connection_t connection, ma… in magma_connection_create_semaphore_enc()
591 void magma_connection_release_semaphore_enc(void *self , magma_connection_t connection, magma_semap… in magma_connection_release_semaphore_enc()
619 magma_status_t magma_connection_import_semaphore_enc(void *self , magma_connection_t connection, ma… in magma_connection_import_semaphore_enc()
[all …]
/hardware/google/gfxstream/host/magma/
DDecoder.cpp118 void Decoder::magma_connection_release(magma_connection_t connection) { MAGMA_NOTIMPL(); } in magma_connection_release()
120 magma_status_t Decoder::magma_connection_get_error(magma_connection_t connection) { in magma_connection_get_error()
125 magma_status_t Decoder::magma_connection_create_context(magma_connection_t connection, in magma_connection_create_context()
131 void Decoder::magma_connection_release_context(magma_connection_t connection, uint32_t context_id) { in magma_connection_release_context()
135 magma_status_t Decoder::magma_connection_create_buffer(magma_connection_t connection, uint64_t size, in magma_connection_create_buffer()
143 void Decoder::magma_connection_release_buffer(magma_connection_t connection, in magma_connection_release_buffer()
148 magma_status_t Decoder::magma_connection_import_buffer(magma_connection_t connection, in magma_connection_import_buffer()
164 void Decoder::magma_connection_release_semaphore(magma_connection_t connection, in magma_connection_release_semaphore()
169 magma_status_t Decoder::magma_connection_import_semaphore(magma_connection_t connection, in magma_connection_import_semaphore()
177 magma_status_t Decoder::magma_connection_perform_buffer_op(magma_connection_t connection, in magma_connection_perform_buffer_op()
[all …]
DDrmContext.cpp30 DrmContext::DrmContext(Connection& connection) : mConnection(connection) {} in DrmContext()
48 std::unique_ptr<DrmContext> DrmContext::create(Connection& connection) { in create()
DIntelDrmDecoder.cpp337 void IntelDrmDecoder::magma_connection_release(magma_connection_t connection) { in magma_connection_release()
344 magma_status_t IntelDrmDecoder::magma_connection_create_buffer(magma_connection_t connection, in magma_connection_create_buffer()
368 void IntelDrmDecoder::magma_connection_release_buffer(magma_connection_t connection, in magma_connection_release_buffer()
391 void IntelDrmDecoder::magma_connection_release_semaphore(magma_connection_t connection, in magma_connection_release_semaphore()
438 magma_status_t IntelDrmDecoder::magma_connection_get_error(magma_connection_t connection) { in magma_connection_get_error()
443 magma_status_t IntelDrmDecoder::magma_connection_create_context(magma_connection_t connection, in magma_connection_create_context()
459 void IntelDrmDecoder::magma_connection_release_context(magma_connection_t connection, in magma_connection_release_context()
464 magma_status_t IntelDrmDecoder::magma_connection_map_buffer(magma_connection_t connection, in magma_connection_map_buffer()
472 void IntelDrmDecoder::magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_unmap_buffer()
/hardware/google/gfxstream/guest/magma/
Dmagma_enc_util.cpp30 void pack_command_descriptor(void* void_ptr, magma_connection_t connection, uint32_t context_id, in pack_command_descriptor()
Dmagma.cpp85 magma_connection_t connection; // Owning connection. member
323 magma_connection_t connection, in magma_connection_create_buffer()
344 void MagmaClientContext::magma_connection_release_buffer(void* self, magma_connection_t connection, in magma_connection_release_buffer()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_xcb.h31 xcb_connection_t* connection; member
Dvk_icd.h130 MirConnection *connection; member
154 xcb_connection_t *connection; member
Dvulkan_funcs.hpp7324 …ice::getXcbPresentationSupportKHR( uint32_t queueFamilyIndex, xcb_connection_t * connection, xcb_v… in getXcbPresentationSupportKHR()
7332 …ice::getXcbPresentationSupportKHR( uint32_t queueFamilyIndex, xcb_connection_t & connection, xcb_v… in getXcbPresentationSupportKHR()
/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.cpp29 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.cpp167 std::shared_ptr<Connection> connection; in connect() local
258 std::shared_ptr<Connection> *connection, ConnectionId *pConnectionId, in connect()
DBufferPoolClient.cpp745 std::shared_ptr<IConnection> connection; in fetchBufferHandle() local
/hardware/interfaces/automotive/audiocontrol/aidl/default/
DAudioControl.cpp175 const std::string& connection = "", const std::string& address = "") { in createDeviceExt()
915 std::string connection = std::string(args[i + 3]); in cmdOnAudioPortsChanged() local
/hardware/interfaces/audio/aidl/default/
DConfiguration.cpp77 std::string connection = "") { in createDeviceExt()
/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/
DGRPCVehicleProxyServer.cpp256 for (auto& connection : mValueStreamingConnections) { in OnVehiclePropChange() local
/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/
DGRPCVehicleProxyServer.cpp296 for (auto& connection : mValueStreamingConnections) { in OnVehiclePropChange() local
/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp55 const std::vector<AudioDeviceType>& deviceTypes, const std::string& connection) { in getAudioPortsForDeviceTypes()
DVtsHalAudioCoreModuleTargetTest.cpp172 if (std::string_view connection = description.connection; in suggestDeviceAddressTag() local
/hardware/interfaces/automotive/audiocontrol/aidl/default/converter/test/
DAudioControlConverterUnitTest.cpp90 const std::string& connection = "") { in createAudioPort()
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h528 static inline const char* getConnectionName(hwc2_connection_t connection) { in getConnectionName()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h528 static inline const char* getConnectionName(hwc2_connection_t connection) { in getConnectionName()

12