Home
last modified time | relevance | path

Searched refs:closing (Results 1 – 10 of 10) sorted by relevance

/system/extras/memory_replay/traces/
DTRACES18 doing various tasks on the phone such as starting and closing apps.
22 doing various tasks on the phone such as starting and closing apps.
26 doing various tasks on the phone such as starting and closing apps.
/system/core/adb/
Dsocket.h44 int closing = 0; member
Dtest_adb.py67 with contextlib.closing(sock) as serversock:
335 with contextlib.closing(
351 with contextlib.closing(accepted_connection) as conn:
358 with contextlib.closing(conn.makefile()) as connf:
403 with contextlib.closing(
Dsockets.cpp142 if (s->closing) { in local_socket_flush_incoming()
333 if (s->closing || s->has_write_error || s->packet_queue.empty()) { in local_socket_close()
343 s->closing = 1; in local_socket_close()
Dtest_device.py239 with contextlib.closing(listener):
251 with contextlib.closing(client):
257 with contextlib.closing(accepted_connection) as server:
1482 with contextlib.closing(sock):
Dprotocol.txt41 unrecognized command MUST result in the closing of the remote
/system/core/adb/client/
Dusb_libusb.cpp96 closing(false), in usb_handle()
112 if (closing) { in Close()
115 closing = true; in Close()
136 std::atomic<bool> closing; member
/system/bt/btif/src/
Dbtif_sock_rfc.cc78 int closing : 1; member
409 if (slot->f.server && !slot->f.closing && slot->rfc_handle) { in free_rfc_slot_scn()
441 if (slot->rfc_handle && !slot->f.closing && !slot->f.server) { in cleanup_rfc_slot()
/system/sepolicy/
DREADME99 editor and strip out anything outside the opening and closing scissor lines. Failure to do
/system/core/liblog/
DREADME.md116 finally a call closing the logs. A single log can be opened with `android_logger_list_open()`; or