Home
last modified time | relevance | path

Searched defs:SocketType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsocket.rs18 pub enum SocketType { enum
28 impl From<bindings::btsock_type_t> for SocketType { implementation
155 sock_type: SocketType, in listen()
202 sock_type: SocketType, in connect()
/packages/modules/DnsResolver/tests/
Dgolddata.proto80 enum SocketType { enum
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py142 class SocketType(enum.IntEnum): class
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java148 public @interface SocketType {} annotation in BluetoothSocket
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs36 pub type SocketType = socket::SocketType; typedef