Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/tetheroffload/control/1.0/
DITetheringOffloadCallback.hal21 * as well as providing a way to keep offloaded connections from timing out.
31 * Provide a way for the management process to request that a connections
/hardware/interfaces/tetheroffload/control/1.1/
DITetheringOffloadCallback.hal24 * as well as providing a way to keep offloaded connections from timing out.
/hardware/interfaces/wifi/1.5/
DIWifiChip.hal40 * When there are 2 or more simultaneous STA connections, this use case hint indicates what
44 * - Duty cycle to choose for the 2 STA connections if the radio is in MCC mode.
80 * - This will be sent down for any app requested peer to peer connections.
81 * - In this case, both the connections needs to be allocated equal resources.
90 * the connections.
/hardware/interfaces/gnss/1.0/
DIAGnss.hal69 * APN, and its IP type, to be used for SUPL connections.
DIAGnssRil.hal122 * it is possible to establish connections and pass data.
/hardware/interfaces/radio/config/1.1/
DIRadioConfigResponse.hal35 * how many logical modems it has, how many data connections it supports.
Dtypes.hal49 * internet PDN connections simultaneously. For example, for L+L
DIRadioConfig.hal50 * for data. It helps modem with resource optimization and decisions of what data connections
/hardware/interfaces/gnss/2.0/
DIAGnssRil.hal43 * establish connections and pass data. If false, only the networkHandle field
DIAGnss.hal68 * name of the APN, and its IP type to be used for SUPL connections.
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c93 struct hash_table *connections; member
412 struct hash_entry *entry = _mesa_hash_table_search(wsi->connections, conn); in wsi_x11_get_connection()
426 entry = _mesa_hash_table_search(wsi->connections, conn); in wsi_x11_get_connection()
431 entry = _mesa_hash_table_insert(wsi->connections, conn, wsi_conn); in wsi_x11_get_connection()
2929 wsi->connections = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in wsi_x11_init_wsi()
2931 if (!wsi->connections) { in wsi_x11_init_wsi()
2988 hash_table_foreach(wsi->connections, entry) in wsi_x11_finish_wsi()
2991 _mesa_hash_table_destroy(wsi->connections, NULL); in wsi_x11_finish_wsi()
/hardware/interfaces/media/bufferpool/2.0/
DREADME.md51 A manager of buffer pool clients and clients' connections to buffer pools. It
/hardware/interfaces/media/bufferpool/1.0/
DREADME.md51 A manager of buffer pool clients and clients' connections to buffer pools. It
/hardware/libhardware/modules/sensors/dynamic_sensor/
DREADME.md124 Dynamic Sensor Manager (handle=0x00000000, connections=1)
/hardware/interfaces/radio/1.5/
Dtypes.hal388 /** The period in seconds to limit the maximum connections. */
391 /** The maximum connections during maxConnsTime. */
461 * connections can still use this address until it expires, but new connections should use the
521 * When empty, the addresses represent point to point connections.
/hardware/interfaces/audio/aidl/default/
DModule.cpp437 auto fillConnectionsHelper = [&](Connections& connections, in updateStreamsConnectedState()
441 connections[mixPortCfgId].insert(devicePortCfgIds.begin(), devicePortCfgIds.end()); in updateStreamsConnectedState()
444 auto fillConnections = [&](Connections& connections, const AudioPatch& patch) { in updateStreamsConnectedState() argument
449 fillConnectionsHelper(connections, patch.sourcePortConfigIds, patch.sinkPortConfigIds); in updateStreamsConnectedState()
455 fillConnectionsHelper(connections, patch.sinkPortConfigIds, patch.sourcePortConfigIds); in updateStreamsConnectedState()
/hardware/interfaces/radio/1.4/
Dtypes.hal514 * number of IPv4 data connections.
519 * number of IPv6 data connections.
1631 /** The period in seconds to limit the maximum connections */
1634 /** The maximum connections during maxConnsTime */
1748 * When empty, the addresses represent point to point connections.
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIfaceCallback.hal97 * plaintext connections, this state is entered when an association
/hardware/interfaces/radio/1.0/
Dtypes.hal1383 // point to point connections.
1823 int32_t maxConnsTime; // The period in seconds to limit the maximum connections
1824 int32_t maxConns; // The maximum connections during maxConnsTime
/hardware/interfaces/radio/1.6/
Dtypes.hal323 * When empty, the addresses represent point to point connections.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1599 Device objects represent logical connections to physical devices.