OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteAsyncImpl
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/streams/
stream.cc
115
return
WriteAsyncImpl
(buffer, size_to_write, success_callback, error_callback,
134
return
WriteAsyncImpl
(buffer, size_to_write, callback, error_callback, error,
259
bool Stream::
WriteAsyncImpl
(
315
if (!
WriteAsyncImpl
(buffer, size, success_callback, error_callback, &error,
367
if (!
WriteAsyncImpl
(buffer, size_to_write, callback, error_callback, &error,
stream.h
446
BRILLO_PRIVATE bool
WriteAsyncImpl
(
454
// Called from the main loop when the
WriteAsyncImpl
finished right away
Completed in 305 milliseconds