Home
last modified time | relevance | path

Searched refs:port_t (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_socket.h73 std::function<bool(const socket_t* socket, port_t port)> body{
74 [this](const socket_t* /* socket */, port_t /* port */) {
77 bool operator()(const socket_t* socket, port_t port) { in operator()
Dmock_osi_socket.cc64 bool socket_listen(const socket_t* socket, port_t port) { in socket_listen()
/packages/modules/Bluetooth/system/osi/include/
Dsocket.h28 typedef uint16_t port_t; typedef
51 bool socket_listen(const socket_t* socket, port_t port);
/packages/services/BuiltInPrintService/jni/include/
Dlib_wprint.h73 } port_t; typedef
340 wJob_t wprintStartJob(const char *printer_addr, port_t port_num,
Dwprint_io_plugin.h32 port_t port_num;
/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c137 port_t port_num;
182 port_t port_num;
361 static const ifc_printer_capabilities_t *_get_caps_ifc(port_t port_num) { in _get_caps_ifc()
378 static const ifc_status_monitor_t *_get_status_ifc(port_t port_num) { in _get_status_ifc()
395 static const ifc_print_job_t *_get_print_ifc(port_t port_num) { in _get_print_ifc()
1894 wJob_t wprintStartJob(const char *printer_addr, port_t port_num, in wprintStartJob()
/packages/modules/Bluetooth/system/osi/src/
Dsocket.cc93 bool socket_listen(const socket_t* socket, port_t port) { in socket_listen()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc389 bool socket_listen(const socket_t* socket, port_t port) { in socket_listen()