OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endReadData
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DataPipeConsumerHandleImpl.java
64
* @see ConsumerHandle#
endReadData
(int)
67
public void
endReadData
(int numBytesRead) {
68
mCore.
endReadData
(this, numBytesRead);
CoreImpl.java
317
* @see ConsumerHandle#
endReadData
(int)
319
void
endReadData
(DataPipeConsumerHandleImpl handle, int numBytesRead) {
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DataPipe.java
317
* Once the caller has finished reading data from the buffer, it should call |
endReadData
()|
331
public void
endReadData
(int numBytesRead);
InvalidHandle.java
194
* @see DataPipe.ConsumerHandle#
endReadData
(int)
197
public void
endReadData
(int numBytesRead) {
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/
HandleMock.java
112
* @see ConsumerHandle#
endReadData
(int)
115
public void
endReadData
(int numBytesRead) {
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java
333
handles.second.
endReadData
(bytes.length);
Completed in 68 milliseconds