Home | History | Annotate | Download | only in include

Lines Matching full:blocking

20 // Non-blocking audio I/O interface
23 // elsewhere. Implementations _should_ be non-blocking for all methods, especially read() and
142 // Abstract class (interface) representing a non-blocking data sink, for use by a data provider.
159 // Estimate of number of frames that could be written successfully now without blocking.
166 // WOULD_BLOCK Determining how many frames can be written without blocking would itself block.
184 // WOULD_BLOCK No frames can be transferred without blocking.
204 // WOULD_BLOCK No frames can be transferred without blocking.
234 // Abstract class (interface) representing a non-blocking data source, for use by a data consumer.
259 // WOULD_BLOCK Determining how many frames can be read without blocking would itself block.
272 // WOULD_BLOCK No frames can be transferred without blocking.
303 // WOULD_BLOCK No frames can be transferred without blocking.