Searched defs:closed (Results 1 - 3 of 3) sorted by path

/system/core/libappfuse/tests/
H A DFuseBridgeLoopTest.cc35 bool closed; member in class:android::fuse::__anon1536::Callback
36 Callback() : mounted(false), closed(false) {}
40 void OnClosed(int /* mount_id */) override { closed = true; }
122 ASSERT_TRUE(callback_.closed);
205 // Invoke FUSE_OPEN and FUSE_RELEASE at last as the loop will exit when all files are closed.
/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h56 0x07 /* Pipe is closed / could not close */
102 #define NFA_HCI_PIPE_CLOSED 0x00 /* Pipe is closed */
268 tNFA_HCI_CLOSE_PIPE closed; /* NFA_HCI_CLOSE_PIPE_EVT */ member in union:__anon2125
561 ** When the dynamic pipe is closed (or
/system/timezone/distro/core/src/test/com/android/timezone/distro/
H A DTimeZoneDistroTest.java188 private boolean closed; field in class:TimeZoneDistroTest.TestInputStream
196 closed = true;
201 assertTrue(closed);

Completed in 156 milliseconds