/hardware/google/gfxstream/guest/magma/magma_enc/ |
D | magma_entry.cpp | 96 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 …]
|
D | magma_stubs.cpp | 19 magma_connection_t connection, in magma_connection_import_semaphore2()
|
D | magma_enc.cpp | 260 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/ |
D | Decoder.cpp | 118 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 …]
|
D | DrmContext.cpp | 30 DrmContext::DrmContext(Connection& connection) : mConnection(connection) {} in DrmContext() 48 std::unique_ptr<DrmContext> DrmContext::create(Connection& connection) { in create()
|
D | IntelDrmDecoder.cpp | 337 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/ |
D | magma_enc_util.cpp | 30 void pack_command_descriptor(void* void_ptr, magma_connection_t connection, uint32_t context_id, in pack_command_descriptor()
|
D | magma.cpp | 85 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/ |
D | vulkan_xcb.h | 31 xcb_connection_t* connection; member
|
D | vk_icd.h | 130 MirConnection *connection; member 154 xcb_connection_t *connection; member
|
D | vulkan_funcs.hpp | 7324 …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/ |
D | GraphicsComposerCallback.cpp | 51 Return<void> GraphicsComposerCallback::onHotplug(Display display, Connection connection) { in onHotplug()
|
/hardware/interfaces/tv/hdmi/connection/aidl/default/ |
D | HdmiConnectionMock.cpp | 29 namespace connection { namespace
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | GraphicsComposerCallback.cpp | 71 Return<void> GraphicsComposerCallback::onHotplug(Display display, Connection connection) { in onHotplug()
|
/hardware/interfaces/media/bufferpool/aidl/default/ |
D | Accessor.cpp | 167 std::shared_ptr<Connection> connection; in connect() local 258 std::shared_ptr<Connection> *connection, ConnectionId *pConnectionId, in connect()
|
D | BufferPoolClient.cpp | 745 std::shared_ptr<IConnection> connection; in fetchBufferHandle() local
|
/hardware/interfaces/automotive/audiocontrol/aidl/default/ |
D | AudioControl.cpp | 175 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/ |
D | Configuration.cpp | 77 std::string connection = "") { in createDeviceExt()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/ |
D | GRPCVehicleProxyServer.cpp | 256 for (auto& connection : mValueStreamingConnections) { in OnVehiclePropChange() local
|
/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/ |
D | GRPCVehicleProxyServer.cpp | 296 for (auto& connection : mValueStreamingConnections) { in OnVehiclePropChange() local
|
/hardware/interfaces/audio/aidl/vts/ |
D | ModuleConfig.cpp | 55 const std::vector<AudioDeviceType>& deviceTypes, const std::string& connection) { in getAudioPortsForDeviceTypes()
|
D | VtsHalAudioCoreModuleTargetTest.cpp | 172 if (std::string_view connection = description.connection; in suggestDeviceAddressTag() local
|
/hardware/interfaces/automotive/audiocontrol/aidl/default/converter/test/ |
D | AudioControlConverterUnitTest.cpp | 90 const std::string& connection = "") { in createAudioPort()
|
/hardware/libhardware/include_all/hardware/ |
D | hwcomposer2.h | 528 static inline const char* getConnectionName(hwc2_connection_t connection) { in getConnectionName()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 528 static inline const char* getConnectionName(hwc2_connection_t connection) { in getConnectionName()
|