Searched refs:connections (Results 1 – 21 of 21) sorted by relevance
/hardware/interfaces/tetheroffload/control/1.0/ |
D | ITetheringOffloadCallback.hal | 21 * 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/ |
D | ITetheringOffloadCallback.hal | 24 * as well as providing a way to keep offloaded connections from timing out.
|
/hardware/interfaces/wifi/1.5/ |
D | IWifiChip.hal | 40 * 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/ |
D | IAGnss.hal | 69 * APN, and its IP type, to be used for SUPL connections.
|
D | IAGnssRil.hal | 122 * it is possible to establish connections and pass data.
|
/hardware/interfaces/radio/config/1.1/ |
D | IRadioConfigResponse.hal | 35 * how many logical modems it has, how many data connections it supports.
|
D | types.hal | 49 * internet PDN connections simultaneously. For example, for L+L
|
D | IRadioConfig.hal | 50 * for data. It helps modem with resource optimization and decisions of what data connections
|
/hardware/interfaces/gnss/2.0/ |
D | IAGnssRil.hal | 43 * establish connections and pass data. If false, only the networkHandle field
|
D | IAGnss.hal | 68 * name of the APN, and its IP type to be used for SUPL connections.
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 93 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/ |
D | README.md | 51 A manager of buffer pool clients and clients' connections to buffer pools. It
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | README.md | 51 A manager of buffer pool clients and clients' connections to buffer pools. It
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | README.md | 124 Dynamic Sensor Manager (handle=0x00000000, connections=1)
|
/hardware/interfaces/radio/1.5/ |
D | types.hal | 388 /** 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/ |
D | Module.cpp | 437 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/ |
D | types.hal | 514 * 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/ |
D | ISupplicantStaIfaceCallback.hal | 97 * plaintext connections, this state is entered when an association
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1383 // 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/ |
D | types.hal | 323 * When empty, the addresses represent point to point connections.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 1599 Device objects represent logical connections to physical devices.
|