Searched refs:IN (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aidl/
H A Daidl_language_l.l86 in { SET_BUFFER(IN); return IN; }
H A Daidl_language_y.y24 %token IN
295 | IN { $$.buffer = $1.buffer; }
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp459 size_t IN = mIn.dataAvail(); local
460 if (IN < sizeof(int32_t)) continue;

Completed in 62 milliseconds