OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_input_pipe
(Results
1 - 2
of
2
) sorted by null
/development/host/windows/usb/legacy/driver/
android_usb_pipe_file_object.h
265
__forceinline bool
is_input_pipe
() const {
function in class:AndroidUsbPipeFileObject
android_usb_pipe_file_object.cpp
68
this,
is_input_pipe
() ? "read" : "write",
112
if (
is_input_pipe
()) {
263
if (
is_input_pipe
()) {
377
ASSERT((is_read &&
is_input_pipe
()) || (!is_read && is_output_pipe()));
378
if ((is_read && is_output_pipe()) || (!is_read &&
is_input_pipe
())) {
Completed in 4328 milliseconds