Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 25 of 201) sorted by relevance

123456789

/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_entry.cpp13 void magma_connection_release(magma_connection_t connection);
14 magma_status_t magma_connection_get_error(magma_connection_t connection);
15 …magma_status_t magma_connection_create_context(magma_connection_t connection, uint32_t* context_id…
16 void magma_connection_release_context(magma_connection_t connection, uint32_t context_id);
17 …magma_status_t magma_connection_create_buffer(magma_connection_t connection, uint64_t size, uint64…
18 void magma_connection_release_buffer(magma_connection_t connection, magma_buffer_t buffer);
19 …magma_status_t magma_connection_import_buffer(magma_connection_t connection, magma_handle_t buffer…
20 …magma_status_t magma_connection_create_semaphore(magma_connection_t connection, magma_semaphore_t*…
21 …void magma_connection_release_semaphore(magma_connection_t connection, magma_semaphore_t semaphore…
22 …magma_status_t magma_connection_import_semaphore(magma_connection_t connection, magma_handle_t sem…
[all …]
Dmagma_enc.cpp260 void magma_connection_release_enc(void *self , magma_connection_t connection) in magma_connection_release_enc() argument
262 ENCODER_DEBUG_LOG("magma_connection_release(connection:%lu)", connection); in magma_connection_release_enc()
280 memcpy(ptr, &connection, 8); ptr += 8; 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() argument
289 ENCODER_DEBUG_LOG("magma_connection_get_error(connection:%lu)", connection); in magma_connection_get_error_enc()
307 memcpy(ptr, &connection, 8); ptr += 8; 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() argument
331 …ENCODER_DEBUG_LOG("magma_connection_create_context(connection:%lu, context_id_out:%p)", connection in magma_connection_create_context_enc()
350 memcpy(ptr, &connection, 8); ptr += 8; 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() argument
[all …]
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h92 magma_connection_t connection);
101 magma_connection_t connection);
109 magma_connection_t connection,
118 magma_connection_t connection,
130 magma_connection_t connection,
142 magma_connection_t connection,
155 magma_connection_t connection,
168 magma_connection_t connection,
178 magma_connection_t connection,
191 magma_connection_t connection,
[all …]
/hardware/google/gfxstream/codegen/magma/
Dmagma.in6 MAGMA(void, magma_connection_release, magma_connection_t connection)
7 MAGMA(magma_status_t, magma_connection_get_error, magma_connection_t connection)
8 MAGMA(magma_status_t, magma_connection_create_context, magma_connection_t connection, uint32_t* con…
9 MAGMA(void, magma_connection_release_context, magma_connection_t connection, uint32_t context_id)
10 MAGMA(magma_status_t, magma_connection_create_buffer, magma_connection_t connection, uint64_t size,…
11 MAGMA(void, magma_connection_release_buffer, magma_connection_t connection, magma_buffer_t buffer)
12 MAGMA(magma_status_t, magma_connection_import_buffer, magma_connection_t connection, magma_handle_t…
13 MAGMA(magma_status_t, magma_connection_create_semaphore, magma_connection_t connection, magma_semap…
14 MAGMA(void, magma_connection_release_semaphore, magma_connection_t connection, magma_semaphore_t se…
15 MAGMA(magma_status_t, magma_connection_import_semaphore, magma_connection_t connection, magma_handl…
[all …]
/hardware/google/gfxstream/host/magma/
DDecoder.h40 virtual void magma_connection_release(magma_connection_t connection);
41 virtual magma_status_t magma_connection_get_error(magma_connection_t connection);
42 …virtual magma_status_t magma_connection_create_context(magma_connection_t connection, uint32_t* co…
43 … virtual void magma_connection_release_context(magma_connection_t connection, uint32_t context_id);
44 …virtual magma_status_t magma_connection_create_buffer(magma_connection_t connection, uint64_t size…
45 …virtual void magma_connection_release_buffer(magma_connection_t connection, magma_buffer_t buffer);
46 …virtual magma_status_t magma_connection_import_buffer(magma_connection_t connection, magma_handle_…
48 …virtual void magma_connection_release_semaphore(magma_connection_t connection, magma_semaphore_t s…
49 …virtual magma_status_t magma_connection_import_semaphore(magma_connection_t connection, magma_hand…
50 …virtual magma_status_t magma_connection_perform_buffer_op(magma_connection_t connection, magma_buf…
[all …]
DDecoder.cpp118 void Decoder::magma_connection_release(magma_connection_t connection) { MAGMA_NOTIMPL(); } in magma_connection_release() argument
120 magma_status_t Decoder::magma_connection_get_error(magma_connection_t connection) { in magma_connection_get_error() argument
125 magma_status_t Decoder::magma_connection_create_context(magma_connection_t connection, in magma_connection_create_context() argument
131 void Decoder::magma_connection_release_context(magma_connection_t connection, uint32_t context_id) { in magma_connection_release_context() argument
135 magma_status_t Decoder::magma_connection_create_buffer(magma_connection_t connection, uint64_t size, in magma_connection_create_buffer() argument
143 void Decoder::magma_connection_release_buffer(magma_connection_t connection, in magma_connection_release_buffer() argument
148 magma_status_t Decoder::magma_connection_import_buffer(magma_connection_t connection, in magma_connection_import_buffer() argument
164 void Decoder::magma_connection_release_semaphore(magma_connection_t connection, in magma_connection_release_semaphore() argument
169 magma_status_t Decoder::magma_connection_import_semaphore(magma_connection_t connection, in magma_connection_import_semaphore() argument
177 magma_status_t Decoder::magma_connection_perform_buffer_op(magma_connection_t connection, in magma_connection_perform_buffer_op() argument
[all …]
DIntelDrmDecoder.h36 void magma_connection_release(magma_connection_t connection) override;
37 …magma_status_t magma_connection_create_buffer(magma_connection_t connection, uint64_t size, uint64…
38 …void magma_connection_release_buffer(magma_connection_t connection, magma_buffer_t buffer) overrid…
40 …void magma_connection_release_semaphore(magma_connection_t connection, magma_semaphore_t semaphore…
47 magma_status_t magma_connection_get_error(magma_connection_t connection) override;
48 …magma_status_t magma_connection_create_context(magma_connection_t connection, uint32_t* context_id…
49 …void magma_connection_release_context(magma_connection_t connection, uint32_t context_id) override;
50 …magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu…
51 …void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t b…
DDrmContext.cpp30 DrmContext::DrmContext(Connection& connection) : mConnection(connection) {} in DrmContext() argument
48 std::unique_ptr<DrmContext> DrmContext::create(Connection& connection) { in create() argument
51 int result = connection.mDevice.ioctl(DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXT, &params); in create()
57 auto context = std::unique_ptr<DrmContext>(new DrmContext(connection)); in create()
DIntelDrmDecoder.cpp337 void IntelDrmDecoder::magma_connection_release(magma_connection_t connection) { in magma_connection_release() argument
338 bool erased = mConnections.erase(connection); in magma_connection_release()
340 WARN("invalid connection %" PRIu64, connection); in magma_connection_release()
344 magma_status_t IntelDrmDecoder::magma_connection_create_buffer(magma_connection_t connection, in magma_connection_create_buffer() argument
351 auto con = mConnections.get(connection); in magma_connection_create_buffer()
368 void IntelDrmDecoder::magma_connection_release_buffer(magma_connection_t connection, in magma_connection_release_buffer() argument
370 auto con = mConnections.get(connection); in magma_connection_release_buffer()
391 void IntelDrmDecoder::magma_connection_release_semaphore(magma_connection_t connection, in magma_connection_release_semaphore() argument
438 magma_status_t IntelDrmDecoder::magma_connection_get_error(magma_connection_t connection) { in magma_connection_get_error() argument
443 magma_status_t IntelDrmDecoder::magma_connection_create_context(magma_connection_t connection, in magma_connection_create_context() argument
[all …]
/hardware/interfaces/tv/hdmi/connection/aidl/default/
DHdmiConnectionMock.h28 namespace connection {
31 using ::aidl::android::hardware::tv::hdmi::connection::BnHdmiConnection;
32 using ::aidl::android::hardware::tv::hdmi::connection::HdmiPortInfo;
33 using ::aidl::android::hardware::tv::hdmi::connection::HdmiPortType;
34 using ::aidl::android::hardware::tv::hdmi::connection::HpdSignal;
35 using ::aidl::android::hardware::tv::hdmi::connection::IHdmiConnection;
36 using ::aidl::android::hardware::tv::hdmi::connection::IHdmiConnectionCallback;
37 using ::aidl::android::hardware::tv::hdmi::connection::Result;
DAndroid.bp21 name: "android.hardware.tv.hdmi.connection-service",
22 vintf_fragments: ["android.hardware.tv.hdmi.connection-service.xml"],
29 init_rc: ["android.hardware.tv.hdmi.connection-service.rc"],
41 "android.hardware.tv.hdmi.connection-V1-ndk",
46 name: "android.hardware.tv.hdmi.connection-service_fuzzer",
49 "android.hardware.tv.hdmi.connection-V1-ndk",
Dandroid.hardware.tv.hdmi.connection-service.rc1 service vendor.hdmi-default /vendor/bin/hw/android.hardware.tv.hdmi.connection-service
2 interface aidl android.hardware.tv.hdmi.connection.IHdmiConnection/default
/hardware/interfaces/tv/hdmi/connection/aidl/aidl_api/android.hardware.tv.hdmi.connection/1/android/hardware/tv/hdmi/connection/
DIHdmiConnection.aidl34 package android.hardware.tv.hdmi.connection;
37 android.hardware.tv.hdmi.connection.HdmiPortInfo[] getPortInfo(); in getPortInfo()
39 void setCallback(in android.hardware.tv.hdmi.connection.IHdmiConnectionCallback callback); in setCallback()
40 void setHpdSignal(android.hardware.tv.hdmi.connection.HpdSignal signal, in int portId); in setHpdSignal()
41 android.hardware.tv.hdmi.connection.HpdSignal getHpdSignal(in int portId); in getHpdSignal()
DHdmiPortInfo.aidl34 package android.hardware.tv.hdmi.connection;
37 android.hardware.tv.hdmi.connection.HdmiPortType type;
/hardware/interfaces/tv/hdmi/connection/aidl/aidl_api/android.hardware.tv.hdmi.connection/current/android/hardware/tv/hdmi/connection/
DIHdmiConnection.aidl34 package android.hardware.tv.hdmi.connection;
37 android.hardware.tv.hdmi.connection.HdmiPortInfo[] getPortInfo(); in getPortInfo()
39 void setCallback(in android.hardware.tv.hdmi.connection.IHdmiConnectionCallback callback); in setCallback()
40 void setHpdSignal(android.hardware.tv.hdmi.connection.HpdSignal signal, in int portId); in setHpdSignal()
41 android.hardware.tv.hdmi.connection.HpdSignal getHpdSignal(in int portId); in getHpdSignal()
DHdmiPortInfo.aidl34 package android.hardware.tv.hdmi.connection;
37 android.hardware.tv.hdmi.connection.HdmiPortType type;
/hardware/interfaces/gnss/2.0/
DIAGnssCallback.hal30 /** GNSS requests data connection for AGNSS. */
32 /** GNSS releases the AGNSS data connection. */
34 /** AGNSS data connection initiated */
36 /** AGNSS data connection completed */
38 /** AGNSS data connection failed */
46 * network connection for the specified AGNSS service and to update the connection
50 * @parama status Status of the data connection.
/hardware/interfaces/tv/hdmi/connection/aidl/android/hardware/tv/hdmi/connection/
DIHdmiConnection.aidl17 package android.hardware.tv.hdmi.connection;
19 import android.hardware.tv.hdmi.connection.HdmiPortInfo;
20 import android.hardware.tv.hdmi.connection.HpdSignal;
21 import android.hardware.tv.hdmi.connection.IHdmiConnectionCallback;
DHdmiPortInfo.aidl17 package android.hardware.tv.hdmi.connection;
19 import android.hardware.tv.hdmi.connection.HdmiPortType;
/hardware/google/gfxstream/guest/magma/
Dmagma.cpp64 static magma_status_t magma_connection_create_buffer(void* self, magma_connection_t connection,
68 static void magma_connection_release_buffer(void* self, magma_connection_t connection,
85 magma_connection_t connection; // Owning connection. member
321 magma_connection_t connection, in magma_connection_create_buffer() argument
329 self, connection, size, size_out, buffer_out, id_out); in magma_connection_create_buffer()
333 *buffer_out, BufferInfo{.connection = connection, .size = *size_out, .id = *id_out}); in magma_connection_create_buffer()
342 void MagmaClientContext::magma_connection_release_buffer(void* self, magma_connection_t connection, in magma_connection_release_buffer() argument
346 context->magma_connection_release_buffer_enc_(self, connection, buffer); in magma_connection_release_buffer()
354 if (it->second.connection != connection) { in magma_connection_release_buffer()
358 buffer, it->second.connection, connection); in magma_connection_release_buffer()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_xcb.h31 xcb_connection_t* connection; member
36 …calDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t …
48 xcb_connection_t* connection,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_xcb.h31 xcb_connection_t* connection; member
36 …calDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t …
48 xcb_connection_t* connection,
/hardware/interfaces/tv/hdmi/connection/aidl/vts/functional/
DVtsHalTvHdmiConnectionAidlTargetTest.cpp31 using ::aidl::android::hardware::tv::hdmi::connection::BnHdmiConnectionCallback;
32 using ::aidl::android::hardware::tv::hdmi::connection::HdmiPortInfo;
33 using ::aidl::android::hardware::tv::hdmi::connection::HdmiPortType;
34 using ::aidl::android::hardware::tv::hdmi::connection::HpdSignal;
35 using ::aidl::android::hardware::tv::hdmi::connection::IHdmiConnection;
36 using ::aidl::android::hardware::tv::hdmi::connection::IHdmiConnectionCallback;
/hardware/interfaces/gnss/1.0/
DIAGnssCallback.hal30 /** GNSS requests data connection for AGNSS. */
32 /** GNSS releases the AGNSS data connection. */
34 /** AGNSS data connection initiated */
36 /** AGNSS data connection completed */
38 /** AGNSS data connection failed */
/hardware/interfaces/media/c2/1.0/
DIInputSurfaceConnection.hal25 * interface for querying and configuring properties of the connection.
29 * Destroys the connection between an input surface and a component.
40 * Returns the @ref IConfigurable instance associated to this connection.
42 * This can be used to customize the connection.

123456789